Home
last modified time | relevance | path

Searched refs:mainMethodId (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp83 EntityId mainMethodId(mainMethodIndex); in ExecutePatchMain() local
87 CString mainMethodName = MethodLiteral::GetMethodName(patchFile, mainMethodId); in ExecutePatchMain()
97 constpoolVal = thread->GetCurrentEcmaContext()->FindConstpool(patchFile, mainMethodId); in ExecutePatchMain()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h258 panda_file::File::EntityId mainMethodId(mainMethodOffset); in SearchForCompilation()
259 mainMethodSet.insert(mainMethodId); in SearchForCompilation()