Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

16
LINES

< > BotCompany Repo | #1029332 // IManagedObjectCollector64

JavaX fragment (include)

1  
sinterface IManagedObjectCollector64 {
2  
  // notify collector that there is an object in a location
3  
  public void noteObject(long start, long size);
4  
  
5  
  // same plus callback after compaction
6  
  public void noteObject(long start, long size, IVF1<long> updateAddress);
7  
  
8  
  // notify collector that there is a pointer in a location
9  
  public void notePointer(long addr);
10  
  
11  
  // notify collector that there is a pointer array in a location
12  
  public void notePointerArray(long start);
13  
  
14  
  // call after collectAndCompact to get new location of objects
15  
  long getNewLocation(long addr);
16  
}

Author comment

Began life as a copy of #1029239

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029332
Snippet name: IManagedObjectCollector64
Eternal ID of this version: #1029332/1
Text MD5: 55393ce44a3371bd22260a61ce290611
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-31 16:32:17
Source code size: 599 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 205 / 400
Referenced in: [show references]