Lines Matching defs:entryIndex
247 bool isLoadedAOT, uint32_t entryIndex,
264 JSHandle<Method> method = factory->NewSMethod(jsPandaFile, methodLiteral, constpool, entryIndex, isLoadedAOT);
325 bool isLoadedAOT, uint32_t entryIndex,
343 factory->NewSMethod(jsPandaFile, methodLiteral, constpool, entryIndex, isLoadedAOT, &canFastCall);
476 int entryIndex = 0;
479 entryIndex = entryIndexes->GetObjectFromCache(pos++).GetInt();
481 if (entryIndex == -1) {
487 length, entry, needSetAotFlag, entryIndex);
609 int entryIndex = 0;
612 entryIndex = entryIndexes->GetObjectFromCache(index++).GetInt();
613 if (entryIndex == -1) {
618 constpool, kind, length, entryPoint, needSetAotFlag, entryIndex, sendableEnv, classKind);