Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
Dpending_exception_test.cpp56 const std::string mainFunc = "ETSGLOBAL::main"; in DEATH_TEST_P() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcoroswitch_in_cctor.cpp60 const std::string mainFunc = "ETSGLOBAL::main"; in TEST_F() local
Djs_mode_launch.cpp73 const std::string mainFunc = "ETSGLOBAL::main"; in TEST_F() local
/arkcompiler/runtime_core/static_core/disassembler/tests/
Dinstructions_test.cpp281 auto mainFunc = prog->functionTable.find("main:()"); in TEST() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp432 JSTaggedValue JSFunction::InvokeOptimizedEntrypoint(JSThread *thread, JSHandle<JSFunction> mainFunc, in InvokeOptimizedEntrypoint()
473 JSHandle<JSFunction> mainFunc, CJSInfo* cjsInfo) in GetArgsData()
Decma_context.cpp252 JSTaggedValue EcmaContext::InvokeEcmaAotEntrypoint(JSHandle<JSFunction> mainFunc, JSHandle<JSTagged… in InvokeEcmaAotEntrypoint()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp270 JSHandle<JSFunction> mainFunc(thread, program->GetMainFunction()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp257 void AOTFileManager::SetAOTMainFuncEntry(JSHandle<JSFunction> mainFunc, const JSPandaFile *jsPandaF… in SetAOTMainFuncEntry()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp147 JSHandle<JSFunction> mainFunc = factory->NewJSFunctionByHClass(method, hclass); in GenerateProgramInternal() local