Home
last modified time | relevance | path

Searched refs:mainMethodLiteral (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
H A Dquick_fix_helper.cpp20 JSTaggedValue QuickFixHelper::CreateMainFuncWithPatch(EcmaVM *vm, MethodLiteral *mainMethodLiteral, in CreateMainFuncWithPatch() argument
26 EntityId methodId = mainMethodLiteral->GetMethodId(); in CreateMainFuncWithPatch()
H A Dquick_fix_helper.h25 static JSTaggedValue CreateMainFuncWithPatch(EcmaVM *vm, MethodLiteral *mainMethodLiteral,
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.h45 static JSHandle<Program> GenerateProgramInternal(EcmaVM *vm, MethodLiteral *mainMethodLiteral,
H A Dpanda_file_translator.cpp170 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