Lines Matching defs:methodLiteral
92 MethodLiteral *methodLiteral = methods + (methodIdx++);
93 InitializeMemory(methodLiteral, methodId);
94 methodLiteral->Initialize(jsPandaFile_);
100 methodLiteral->SetIsShared(isShared);
102 methodLiteral->SetFunctionKind(kind);
111 CollectMethodPcsFromBC(codeSize, insns, methodLiteral,
118 jsPandaFile_->SetMethodLiteralToMap(methodLiteral);
131 void BytecodeInfoCollector::ProcessMethod(MethodLiteral *methodLiteral)
133 if (UNLIKELY(methodLiteral == nullptr)) {
136 panda_file::File::EntityId methodIdx = methodLiteral->GetMethodId();
157 CollectMethodPcsFromBC(codeSize, insns, methodLiteral, methodOffset, recordNamePtr);