Home
last modified time | relevance | path

Searched refs:InsideStub (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h157 static bool InsideStub(uintptr_t pc);
Daot_file_manager.cpp230 bool AOTFileManager::InsideStub(uintptr_t pc) in InsideStub() function in panda::ecmascript::AOTFileManager
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp226 if (!JsStackInfo::loader->InsideStub(pc) && !JsStackInfo::loader->InsideAOT(pc)) { in CrashCallback()
760 !JsStackInfo::loader->InsideStub(*pc) && !JsStackInfo::loader->InsideAOT(*pc)) { in GetArkNativeFrameInfo()
869 !JsStackInfo::loader->InsideStub(*pc) && !JsStackInfo::loader->InsideAOT(*pc)) { in StepArkManagedNativeFrame()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp523 return loader->InsideStub(pc) || loader->InsideAOT(pc); in IsAddrAtStubOrAot()