Lines Matching refs:methodNums
1362 size_t &methodNums, size_t &others)
1367 if (memcpy_s(methods + (--methodNums), Method::Size(), method, Method::Size()) != EOK) {
1495 size_t methodNums = 0;
1498 methodNums = jsPandaFile->GetNumMethods();
1509 RelocateSpaceObject(jsPandaFile, oldSpace, type, methods, methodNums, rootObjSize);
1510 RelocateSpaceObject(jsPandaFile, nonMovableSpace, type, methods, methodNums, rootObjSize);
1511 RelocateSpaceObject(jsPandaFile, machineCodeSpace, type, methods, methodNums, rootObjSize);
1512 RelocateSpaceObject(jsPandaFile, snapshotSpace, type, methods, methodNums, rootObjSize);
1513 RelocateSpaceObject(jsPandaFile, hugeObjectSpace, type, methods, methodNums, rootObjSize);
1517 MethodLiteral* methods, size_t methodNums, size_t rootObjSize)
1524 &type, this, methods, &methodNums](Region *current) {
1534 DeserializePandaMethod(begin, end, methods, methodNums, others);
1542 DeserializePandaMethod(begin, end, methods, methodNums, others);