Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_data.h299 int64_t GetBranchTakenCounter(uintptr_t pc) in GetBranchTakenCounter() function
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp366 int64_t Method::GetBranchTakenCounter(uint32_t pc) in GetBranchTakenCounter() function in ark::Method
Dcompiler.h353 int64_t GetBranchTakenCounter(MethodPtr method, uint32_t pc) const override in GetBranchTakenCounter() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h590 …virtual int64_t GetBranchTakenCounter([[maybe_unused]] MethodPtr method, [[maybe_unused]] uint32_t… in GetBranchTakenCounter() function