Home
last modified time | relevance | path

Searched refs:PcToString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp146 ArenaString PcToString(uint32_t pc, ArenaAllocator *allocator) in PcToString() function
428 (*out) << ' ' << PcToString(pc_, allocator); in Dump()
500 (*out) << PcToString(block->GetGuestPc(), block->GetGraph()->GetLocalAllocator()); in BlockProps()
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp152 auto value1 = PcToString(graph->GetEndBlock()->GetGuestPc(), graph->GetLocalAllocator()); in __anonb8e9e89d0202()