Lines Matching defs:others
1362 size_t &methodNums, size_t &others)
1364 for (size_t i = 0; i < others; i++) {
1373 others = others - i - 1;
1519 size_t others = 0;
1523 space->EnumerateRegions([jsPandaFile, stringTable, &others, &objIndex, &rootObjSize, &constSpecialIndex,
1533 if (others != 0) {
1534 DeserializePandaMethod(begin, end, methods, methodNums, others);
1541 others = encodeBit.GetNativePointerOrObjectIndex();
1542 DeserializePandaMethod(begin, end, methods, methodNums, others);