Home
last modified time | relevance | path

Searched defs:mainFunc (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp195 JSHandle<JSFunction> mainFunc(thread, program->GetMainFunction()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp149 JSHandle<JSFunction> mainFunc = factory->NewJSFunctionByHClass(method, hclass); in GenerateProgramInternal() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp427 JSTaggedValue EcmaVM::InvokeEcmaAotEntrypoint(JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue… in InvokeEcmaAotEntrypoint()
Daot_file_manager.cpp525 void AOTFileManager::SetAOTMainFuncEntry(JSHandle<JSFunction> mainFunc, const JSPandaFile *jsPandaF… in SetAOTMainFuncEntry()