Home
last modified time | relevance | path

Searched refs:GetBranchTakenCounter (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dprofiling_runner_test.cpp69 ASSERT_EQ(132U, profilingData->GetBranchTakenCounter(0x10U)); in TEST_F()
84 ASSERT_EQ(132U, profilingData->GetBranchTakenCounter(0x10U)); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/
H A Dprofiling_runner_test.cpp69 ASSERT_EQ(132, profiling_data->GetBranchTakenCounter(0x10)); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp366 int64_t Method::GetBranchTakenCounter(uint32_t pc) in GetBranchTakenCounter() function in ark::Method
372 return profilingData->GetBranchTakenCounter(pc); in GetBranchTakenCounter()
H A Dcompiler.h329 int64_t GetBranchTakenCounter(MethodPtr method, uint32_t pc) const override
331 return MethodCast(method)->GetBranchTakenCounter(pc);
/arkcompiler/runtime_core/static_core/runtime/jit/
H A Dprofiling_data.h286 int64_t GetBranchTakenCounter(uintptr_t pc) in GetBranchTakenCounter() function in ark::ProfilingData
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.cpp813 : GetRuntime()->GetBranchTakenCounter(method, lastInst->GetPc()); in GetBranchCounter()
H A Druntime_interface.h493 virtual int64_t GetBranchTakenCounter([[maybe_unused]] MethodPtr method, [[maybe_unused]] uint32_t pc) const in GetBranchTakenCounter() function in ark::compiler::RuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h364 PANDA_PUBLIC_API int64_t GetBranchTakenCounter(uint32_t pc);

Completed in 10 milliseconds