Home
last modified time | relevance | path

Searched defs:mainFunc (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
H A Dpending_exception_test.cpp56 const std::string mainFunc = "ETSGLOBAL::main"; in DEATH_TEST_P() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Dcoroswitch_in_cctor.cpp60 const std::string mainFunc = "ETSGLOBAL::main"; in TEST_F() local
H A Djs_mode_launch.cpp73 const std::string mainFunc = "ETSGLOBAL::main"; in TEST_F() local
/arkcompiler/runtime_core/static_core/disassembler/tests/
H A Dinstructions_test.cpp296 auto mainFunc = prog->functionTable.find("main:()"); in TEST() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp196 JSHandle<JSFunction> mainFunc = factory->NewJSFunctionByHClass(method, hclass); in GenerateProgramInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp344 void AOTFileManager::SetAOTMainFuncEntry(JSHandle<JSFunction> mainFunc, const JSPandaFile *jsPandaFile, in SetAOTMainFuncEntry() argument
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp277 JSTaggedValue EcmaContext::InvokeEcmaAotEntrypoint(JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue> &thisArg, in InvokeEcmaAotEntrypoint() argument
H A Djs_function.cpp505 JSTaggedValue JSFunction::InvokeOptimizedEntrypoint(JSThread *thread, JSHandle<JSFunction> mainFunc, in InvokeOptimizedEntrypoint() argument
544 GetArgsData(bool isFastCall, JSHandle<JSTaggedValue> &thisArg, JSHandle<JSFunction> mainFunc, CJSInfo* cjsInfo) GetArgsData() argument
[all...]

Completed in 10 milliseconds