Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dprofiling_runner_test.cpp70 ASSERT_EQ(199U, profilingData->GetBranchNotTakenCounter(0x09U)); in TEST_F()
71 ASSERT_EQ(67U, profilingData->GetBranchNotTakenCounter(0x10U)); in TEST_F()
85 ASSERT_EQ(199U, profilingData->GetBranchNotTakenCounter(0x09U)); in TEST_F()
86 ASSERT_EQ(67U, profilingData->GetBranchNotTakenCounter(0x10U)); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/
H A Dprofiling_runner_test.cpp70 ASSERT_EQ(199, profiling_data->GetBranchNotTakenCounter(0x09)); in TEST_F()
71 ASSERT_EQ(67, profiling_data->GetBranchNotTakenCounter(0x10)); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp375 int64_t Method::GetBranchNotTakenCounter(uint32_t pc) in GetBranchNotTakenCounter() function in ark::Method
381 return profilingData->GetBranchNotTakenCounter(pc); in GetBranchNotTakenCounter()
H A Dcompiler.h334 int64_t GetBranchNotTakenCounter(MethodPtr method, uint32_t pc) const override
336 return MethodCast(method)->GetBranchNotTakenCounter(pc);
/arkcompiler/runtime_core/static_core/runtime/jit/
H A Dprofiling_data.h293 int64_t GetBranchNotTakenCounter(uintptr_t pc) in GetBranchNotTakenCounter() function in ark::ProfilingData
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.cpp812 return block->IsInverted() == trueSucc ? GetRuntime()->GetBranchNotTakenCounter(method, lastInst->GetPc()) in GetBranchCounter()
H A Druntime_interface.h498 virtual int64_t GetBranchNotTakenCounter([[maybe_unused]] MethodPtr method, [[maybe_unused]] uint32_t pc) const in GetBranchNotTakenCounter() function in ark::compiler::RuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h365 PANDA_PUBLIC_API int64_t GetBranchNotTakenCounter(uint32_t pc);

Completed in 11 milliseconds