Home
last modified time | relevance | path

Searched defs:mainMethodIndex (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp38 for (auto mainMethodIndex : mainMethodIndexes) { in InitializeCompileQueue() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Dhot_reload_manager.cpp74 … auto mainMethodIndex = panda_file::File::EntityId(jsPandaFile->GetMainMethodIndex(recordName)); in ExtractPatch() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp110 uint32_t mainMethodIndex = jsPandaFile->GetMainMethodIndex(entryPoint.data()); in GenerateProgram() local
134 uint32_t mainMethodIndex, in GenerateProgramInternal()
Dquick_fix_loader.cpp142 uint32_t mainMethodIndex = jsPandaFile->GetMainMethodIndex(recordName); in ParseAllConstpoolWithMerge() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp232 uint32_t mainMethodIndex = pf->GetMainMethodIndex(); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp93 …auto mainMethodIndex = panda_file::File::EntityId(jsPandaFile->GetMainMethodIndex(entryPoint.data(… in NotifyScriptParsed() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1408 uint32_t mainMethodIndex = jsPandaFile->GetMainMethodIndex(entry); in GetSourceCode() local