| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info.cpp | 36 << ", bpc=0x" << std::hex << stackMap.GetBytecodePc(); in Dump() 61 stream << "InlineInfo #" << depth << ": bpc=0x" << std::hex << ii.GetBytecodePc() << std::dec in DumpInlineInfo()
|
| D | code_info.h | 368 … [pc](const auto &a) { return a.GetBytecodePc() == pc && a.IsOsr(); }); in FindOsrStackMap()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | code_info_test.cpp | 124 ASSERT_EQ(stack_map.GetBytecodePc(), 10); in TEST_F() 226 ASSERT_EQ(stack_map.GetBytecodePc(), 10); in TEST_F() 246 ASSERT_EQ(stack_map.GetBytecodePc(), 30); in TEST_F() 261 ASSERT_EQ(stack_map.GetBytecodePc(), 50); in TEST_F() 274 ASSERT_EQ(stackmap.GetBytecodePc(), 10); in TEST_F() 278 ASSERT_EQ(stackmap.GetBytecodePc(), 30); in TEST_F() 282 ASSERT_EQ(stackmap.GetBytecodePc(), 50); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime_helpers.cpp | 35 << method->GetLineNumberAndSourceFile(stack.GetBytecodePc()); in PrintStackTrace()
|
| D | language_context.cpp | 48 …t = catchMethod->FindCatchBlock(thread->GetException()->ClassAddr<Class>(), stack.GetBytecodePc()); in GetCatchMethodAndOffset()
|
| D | deoptimization.cpp | 194 pc = method->GetInstructions() + stack->GetBytecodePc(); in InvalidateCompiledEntryPoint()
|
| D | exceptions.cpp | 256 auto pc = stack->GetBytecodePc(); in FindCatchBlockInCFrames()
|
| D | stack_walker.cpp | 626 frame->SetBytecodeOffset(GetBytecodePc()); in ConvertToIFrame()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | code_info_test.cpp | 103 ASSERT_EQ(stackMap.GetBytecodePc(), 10U); in SingleStackMapDoCheck() 244 ASSERT_EQ(stackMap.GetBytecodePc(), 10U); in MultipleStackmapsCheck1() 265 ASSERT_EQ(stackMap.GetBytecodePc(), 30U); in MultipleStackmapsCheck2() 281 ASSERT_EQ(stackMap.GetBytecodePc(), 50U); in MultipleStackmapsCheck3() 295 ASSERT_EQ(stackmap.GetBytecodePc(), 10U); in MultipleStackmapsCheck4() 299 ASSERT_EQ(stackmap.GetBytecodePc(), 30U); in MultipleStackmapsCheck4() 303 ASSERT_EQ(stackmap.GetBytecodePc(), 50U); in MultipleStackmapsCheck4()
|
| D | profiling_merger_test.cpp | 98 return std::make_tuple(data.GetBytecodePc(), classIds); in ToTuple()
|
| D | profiling_round_trip_test.cpp | 140 return std::make_tuple(data.GetBytecodePc(), classIds); in ToTuple()
|
| /arkcompiler/runtime_core/static_core/runtime/jit/ |
| D | profiling_data.h | 82 auto GetBytecodePc() const in GetBytecodePc() function 269 … [](const auto &a, uintptr_t counter) { return a.GetBytecodePc() < counter; }); in FindInlineCache() 270 return (ic == ics.end() || ic->GetBytecodePc() != pc) ? nullptr : &*ic; in FindInlineCache()
|
| D | profiling_saver.cpp | 51 aotICs[i] = {static_cast<uint32_t>(runtimeICs[i].GetBytecodePc()), {}}; in CreateInlineCaches()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | stack_walker.h | 115 size_t GetBytecodePc() const in GetBytecodePc() function 353 return ii.GetBytecodePc(); in GetCFrameBytecodePc() 355 return stackmap_.GetBytecodePc(); in GetCFrameBytecodePc()
|
| D | exceptions.h | 113 …EVENT_EXCEPTION(std::string(stack.GetMethod()->GetFullName()), stack.GetBytecodePc(), stack.GetNat… in SetExceptionEvent()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_StackTrace.cpp | 41 const auto lineNumber = method->GetLineNumFromBytecodeOffset(stack->GetBytecodePc()); in CreateStackTraceElement()
|
| D | std_core.cpp | 52 auto lineNum = method->GetLineNumFromBytecodeOffset(stack.GetBytecodePc()); in StdCoreStackTraceLines()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | stack_walker_base.h | 145 size_t GetBytecodePc() const in GetBytecodePc() function
|
| D | sampling_profiler.cpp | 431 sample.stackInfo.managedStack[stackCounter].bcOffset = stackWalker.GetBytecodePc(); in CollectFrames()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/backtrace/ |
| D | call_backtrace.cpp | 63 expectFrames.emplace_back(std::make_tuple(stack.GetMethod(), stack.GetBytecodePc())); in CallBacktrace()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | deoptimization.md | 62 frame->SetBytecodeOffset(cframe.GetBytecodePc());
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | method_test.cpp | 460 auto pc = stack.GetBytecodePc(); in StackTraceEntryPoint()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | interop_context.cpp | 729 << method->GetLineNumberAndSourceFile(stack.GetBytecodePc()); in Fatal()
|