Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinstruction_handler_base.h315 ProfilingData *profData = this->GetFrame()->GetMethod()->GetProfilingDataWithoutCheck(); in UpdateBranchStatistics()
328 ProfilingData *profData = this->GetFrame()->GetMethod()->GetProfilingDataWithoutCheck(); in UpdateThrowStatistics()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1397 [[maybe_unused]] ProfilingData *profData = method->GetProfilingDataWithoutCheck(); in UpdateBranchTaken()
1406 [[maybe_unused]] ProfilingData *profData = method->GetProfilingDataWithoutCheck(); in UpdateBranchUntaken()
1437 ProfilingData *profData = method->GetProfilingDataWithoutCheck(); in ThrowExceptionFromInterpreter()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h799 ProfilingData *GetProfilingDataWithoutCheck() in GetProfilingDataWithoutCheck() function
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp110 if (it == originalMethods.end() || it->GetProfilingDataWithoutCheck() != ptr) { in FreeClassData()