Home
last modified time | relevance | path

Searched refs:GetThrowTakenCounter (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp384 int64_t Method::GetThrowTakenCounter(uint32_t pc) in GetThrowTakenCounter() function in ark::Method
390 return profilingData->GetThrowTakenCounter(pc); in GetThrowTakenCounter()
H A Dcompiler.h339 int64_t GetThrowTakenCounter(MethodPtr method, uint32_t pc) const override
341 return MethodCast(method)->GetThrowTakenCounter(pc);
/arkcompiler/runtime_core/static_core/runtime/jit/
H A Dprofiling_data.h307 int64_t GetThrowTakenCounter(uintptr_t pc) in GetThrowTakenCounter() function in ark::ProfilingData
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.cpp828 return GetRuntime()->GetThrowTakenCounter(method, lastInst->GetPc()); in GetThrowCounter()
H A Druntime_interface.h503 virtual int64_t GetThrowTakenCounter([[maybe_unused]] MethodPtr method, [[maybe_unused]] uint32_t pc) const in GetThrowTakenCounter() function in ark::compiler::RuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h367 int64_t GetThrowTakenCounter(uint32_t pc);

Completed in 11 milliseconds