Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcoroswitch_in_cctor.cpp59 const std::string mainFunc = "coroswitch_in_cctor.ETSGLOBAL::main"; in TEST_F() local
Djs_mode_launch.cpp72 const std::string mainFunc = "js_mode_launch.ETSGLOBAL::main"; in TEST_F() local
Dabort_flag_launch_test.cpp49 const std::string mainFunc = "AbortFlagLaunchTest.ETSGLOBAL::main"; in RunTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
Dpending_exception_test.cpp56 const std::string mainFunc = "pending_exception_gc_test.ETSGLOBAL::main"; in DEATH_TEST_P() local
/arkcompiler/runtime_core/static_core/disassembler/tests/
Dinstructions_test.cpp296 auto mainFunc = prog->functionStaticTable.find("main:()"); in TEST() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp604 JSTaggedValue JSFunction::InvokeOptimizedEntrypoint(JSThread *thread, JSHandle<JSFunction> mainFunc, in InvokeOptimizedEntrypoint()
644 JSHandle<JSFunction> mainFunc, CJSInfo* cjsInfo) in GetArgsData()
Decma_vm.cpp1921 JSTaggedValue EcmaVM::InvokeEcmaAotEntrypoint(JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue… in InvokeEcmaAotEntrypoint()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp302 JSHandle<JSFunction> mainFunc(thread, program->GetMainFunction(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp194 JSHandle<JSFunction> mainFunc = factory->NewJSFunctionByHClass(method, hclass); in GenerateProgramInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp371 void AOTFileManager::SetAOTMainFuncEntry(JSHandle<JSFunction> mainFunc, const JSPandaFile *jsPandaF… in SetAOTMainFuncEntry()