Home
last modified time | relevance | path

Searched defs:GetThrowTakenCounter (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_data.h331 int64_t GetThrowTakenCounter(uintptr_t pc) in GetThrowTakenCounter() function
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp384 int64_t Method::GetThrowTakenCounter(uint32_t pc) in GetThrowTakenCounter() function in ark::Method
Dcompiler.h363 int64_t GetThrowTakenCounter(MethodPtr method, uint32_t pc) const override in GetThrowTakenCounter() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h600 …virtual int64_t GetThrowTakenCounter([[maybe_unused]] MethodPtr method, [[maybe_unused]] uint32_t … in GetThrowTakenCounter() function