Lines Matching defs:methodLiteral
54 MethodLiteral *methodLiteral = compilationEnv_->GetMethodLiteral();
74 return cmpDriver_->CompileMethod(jsPandaFile, methodLiteral, profileTypeInfo, pcStart, header, abcId,
78 MethodLiteral *methodLiteral,
97 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile);
110 methodLiteral->GetMethodId(), abcId, pcStart,
111 methodLiteral->GetCodeSize(jsPandaFile, methodLiteral->GetMethodId()),
128 builder_ = new BytecodeCircuitBuilder(jsPandaFile, methodLiteral, methodPCInfo,
144 methodLiteral, methodOffset, &methodFlagMap, CVector<AbcFileInfo> {},
284 MethodLiteral *methodLiteral,
295 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile);
308 BytecodeCircuitBuilder builder(jsPandaFile, methodLiteral, methodPCInfo, &circuit,
317 methodLiteral, methodOffset, callMethodFlagMap_, fileInfos_,
377 MethodLiteral* methodLiteral = jsPandaFile->GetMethodLiterals();
378 if (methodLiteral == nullptr) {
383 panda_file::File::EntityId methodId = methodLiteral->GetMethodId();