Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_data.h306 int64_t GetBranchNotTakenCounter(uintptr_t pc) in GetBranchNotTakenCounter() function
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp375 int64_t Method::GetBranchNotTakenCounter(uint32_t pc) in GetBranchNotTakenCounter() function in ark::Method
Dcompiler.h358 int64_t GetBranchNotTakenCounter(MethodPtr method, uint32_t pc) const override in GetBranchNotTakenCounter() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h595 …virtual int64_t GetBranchNotTakenCounter([[maybe_unused]] MethodPtr method, [[maybe_unused]] uint3… in GetBranchNotTakenCounter() function