Searched refs:methodNums (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.h | 69 size_t methodNums, size_t rootObjSize); 130 size_t &methodNums, size_t &others);
|
H A D | snapshot_processor.cpp | 1362 size_t &methodNums, size_t &others) in DeserializePandaMethod() 1367 if (memcpy_s(methods + (--methodNums), Method::Size(), method, Method::Size()) != EOK) { in DeserializePandaMethod() 1495 size_t methodNums = 0; in Relocate() local 1498 methodNums = jsPandaFile->GetNumMethods(); in Relocate() 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_ in RelocateSpaceObject() 1361 DeserializePandaMethod(uintptr_t begin, uintptr_t end, MethodLiteral *methods, size_t &methodNums, size_t &others) DeserializePandaMethod() argument 1516 RelocateSpaceObject(const JSPandaFile *jsPandaFile, Space* space, SnapshotType type, MethodLiteral* methods, size_t methodNums, size_t rootObjSize) RelocateSpaceObject() argument [all...] |
Completed in 4 milliseconds