Home
last modified time | relevance | path

Searched refs:HEX_PTR_SIZE (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Ddump.cpp28 static const int HEX_PTR_SIZE = sizeof(void *); member
142 out_string << "bc: 0x" << std::setfill('0') << std::setw(HEX_PTR_SIZE) << std::hex << pc; in PcToString()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Ddump.cpp36 static const int HEX_PTR_SIZE = sizeof(void *); member
150 outString << "bc: 0x" << std::setfill('0') << std::setw(HEX_PTR_SIZE) << std::hex << pc; in PcToString()

Completed in 4 milliseconds