Home
last modified time | relevance | path

Searched refs:AsHex (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dostreams.h70 struct AsHex { struct
71 explicit AsHex(uint64_t v, uint8_t min_width = 0)
95 std::ostream& operator<<(std::ostream& os, const AsHex& v); argument
Dostreams.cc108 std::ostream& operator<<(std::ostream& os, const AsHex& hex) { in operator <<()
/external/v8/src/wasm/
Dfunction-body-decoder.cc2070 os << (locals == body.start ? "0x" : " 0x") << AsHex(*locals, 2) << ","; in PrintRawWasmCode()
2095 os << " 0x" << AsHex(i.pc()[j], 2) << ","; in PrintRawWasmCode()