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

16
LINES

< > BotCompany Repo | #1029332 // IManagedObjectCollector64

JavaX fragment (include)

sinterface IManagedObjectCollector64 {
  // notify collector that there is an object in a location
  public void noteObject(long start, long size);
  
  // same plus callback after compaction
  public void noteObject(long start, long size, IVF1<long> updateAddress);
  
  // notify collector that there is a pointer in a location
  public void notePointer(long addr);
  
  // notify collector that there is a pointer array in a location
  public void notePointerArray(long start);
  
  // call after collectAndCompact to get new location of objects
  long getNewLocation(long addr);
}

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: 204 / 399
Referenced in: [show references]