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 D | pending_exception_test.cpp | 56 const std::string mainFunc = "ETSGLOBAL::main"; in DEATH_TEST_P() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| H A D | coroswitch_in_cctor.cpp | 60 const std::string mainFunc = "ETSGLOBAL::main"; in TEST_F() local
|
| H A D | js_mode_launch.cpp | 73 const std::string mainFunc = "ETSGLOBAL::main"; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/disassembler/tests/ |
| H A D | instructions_test.cpp | 296 auto mainFunc = prog->functionTable.find("main:()"); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | panda_file_translator.cpp | 196 JSHandle<JSFunction> mainFunc = factory->NewJSFunctionByHClass(method, hclass); in GenerateProgramInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | aot_file_manager.cpp | 344 void AOTFileManager::SetAOTMainFuncEntry(JSHandle<JSFunction> mainFunc, const JSPandaFile *jsPandaFile, in SetAOTMainFuncEntry() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_context.cpp | 277 JSTaggedValue EcmaContext::InvokeEcmaAotEntrypoint(JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue> &thisArg, in InvokeEcmaAotEntrypoint() argument
|
| H A D | js_function.cpp | 505 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