Searched refs:mainMethodLiteral (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/patch/ |
H A D | quick_fix_helper.cpp | 20 JSTaggedValue QuickFixHelper::CreateMainFuncWithPatch(EcmaVM *vm, MethodLiteral *mainMethodLiteral, in CreateMainFuncWithPatch() argument 26 EntityId methodId = mainMethodLiteral->GetMethodId(); in CreateMainFuncWithPatch()
|
H A D | quick_fix_helper.h | 25 static JSTaggedValue CreateMainFuncWithPatch(EcmaVM *vm, MethodLiteral *mainMethodLiteral,
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | panda_file_translator.h | 45 static JSHandle<Program> GenerateProgramInternal(EcmaVM *vm, MethodLiteral *mainMethodLiteral,
|
H A D | panda_file_translator.cpp | 170 MethodLiteral *mainMethodLiteral = jsPandaFile->FindMethodLiteral(mainMethodIndex); in GenerateProgram() local 171 return GenerateProgramInternal(vm, mainMethodLiteral, sconstpool, jsPandaFile); in GenerateProgram() 175 MethodLiteral *mainMethodLiteral, in GenerateProgramInternal() 184 if (mainMethodLiteral == nullptr) { in GenerateProgramInternal() 188 JSHandle<Method> method = factory->NewSMethod(mainMethodLiteral); in GenerateProgramInternal() 189 JSTaggedValue patchVal = QuickFixHelper::CreateMainFuncWithPatch(vm, mainMethodLiteral, jsPandaFile); in GenerateProgramInternal() 174 GenerateProgramInternal(EcmaVM *vm, MethodLiteral *mainMethodLiteral, JSHandle<ConstantPool> constpool, const JSPandaFile *jsPandaFile) GenerateProgramInternal() argument
|
Completed in 5 milliseconds