Lines Matching refs:methodIdx
437 CString JSPandaFile::GetRecordNameWithBundlePack(EntityId methodIdx)
439 CString recordName = IsBundlePack() ? ENTRY_FUNCTION_NAME : GetRecordName(methodIdx);
457 size_t JSPandaFile::GetClassAndMethodIndex(size_t *methodIdx)
471 *methodIdx = methodIndex_;
488 size_t methodIdx = 0;
489 size_t classIdx = GetClassAndMethodIndex(&methodIdx);
491 PandaFileTranslator::TranslateClass(thread, this, methodName, methodIdx, classIdx);
492 classIdx = GetClassAndMethodIndex(&methodIdx);
530 size_t methodIdx = 0;
531 while (methodIdx < numMethods_) {
532 MethodLiteral *methodLiteral = methodLiterals + (methodIdx++);