Home
last modified time | relevance | path

Searched refs:InsideAOT (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Daot_crash_info.cpp37 } else if (!JsStackInfo::loader->InsideStub(pc) && !JsStackInfo::loader->InsideAOT(pc)) { in GetSignalHandler()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.h166 static bool InsideAOT(uintptr_t pc);
H A Daot_file_manager.cpp323 bool AOTFileManager::InsideAOT(uintptr_t pc) in InsideAOT() function in panda::ecmascript::AOTFileManager
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dcpu_profiler.cpp514 return loader->InsideStub(pc) || loader->InsideAOT(pc); in IsAddrAtStubOrAot()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp264 } else if (pc != 0 && JsStackInfo::loader != nullptr && JsStackInfo::loader->InsideAOT(pc)) { in BuildCrashInfo()
1553 !JsStackInfo::loader->InsideStub(*pc) && !JsStackInfo::loader->InsideAOT(*pc)) {

Completed in 6 milliseconds