Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.cc158 std::string Instruction::DumpHexLE(size_t instr_code_units) const { in DumpHexLE() function in art::Instruction
Ddex_instruction.h645 std::string DumpHexLE(size_t instr_code_units) const;
/art/oatdump/
Doatdump.cc1152 vios->Stream() << StringPrintf("0x%04x: ", inst.DexPc()) << inst->DumpHexLE(5) in DumpOatMethod()