Searched refs:rootObjSize (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot.cpp | 59 size_t rootObjSize = objectQueue.size(); in Serialize() local 61 WriteToFile(writer, jsPandaFile, rootObjSize, processor); in Serialize() 87 size_t rootObjSize = objectQueue.size(); in Serialize() local 89 WriteToFile(writer, nullptr, rootObjSize, processor); in Serialize() 125 size_t rootObjSize = objectQueue.size(); in SerializeBuiltins() local 127 WriteToFile(write, nullptr, rootObjSize, processor); in SerializeBuiltins()
|
H A D | snapshot_processor.h | 67 uint64_t rootObjSize); 69 size_t methodNums, size_t rootObjSize);
|
H A D | snapshot_processor.cpp | 1493 void SnapshotProcessor::Relocate(SnapshotType type, const JSPandaFile *jsPandaFile, uint64_t rootObjSize) in Relocate() argument 1509 RelocateSpaceObject(jsPandaFile, oldSpace, type, methods, methodNums, rootObjSize); in Relocate() 1510 RelocateSpaceObject(jsPandaFile, nonMovableSpace, type, methods, methodNums, rootObjSize); in Relocate() 1511 RelocateSpaceObject(jsPandaFile, machineCodeSpace, type, methods, methodNums, rootObjSize); in Relocate() 1512 RelocateSpaceObject(jsPandaFile, snapshotSpace, type, methods, methodNums, rootObjSize); in Relocate() 1513 RelocateSpaceObject(jsPandaFile, hugeObjectSpace, type, methods, methodNums, rootObjSize); in Relocate() 1517 MethodLiteral* methods, size_t methodNums, size_t rootObjSize) in RelocateSpaceObject() 1523 space->EnumerateRegions([jsPandaFile, stringTable, &others, &objIndex, &rootObjSize, &constSpecialIndex, in RelocateSpaceObject() 1560 if (objIndex < rootObjSize) { in RelocateSpaceObject() 1516 RelocateSpaceObject(const JSPandaFile *jsPandaFile, Space* space, SnapshotType type, MethodLiteral* methods, size_t methodNums, size_t rootObjSize) RelocateSpaceObject() argument
|
Completed in 4 milliseconds