/external/chromium_org/courgette/ |
disassembler_elf_32_x86.h | 34 virtual uint16 op_size() const OVERRIDE { return 4; }
|
disassembler_elf_32_arm.h | 40 virtual uint16 op_size() const;
|
assembly_program.cc | 122 const uint8* arm_op, uint16 op_size) 124 arm_op_(arm_op), op_size_(op_size) { 129 uint16 op_size() const { return op_size_; } function in class:courgette::__anon8316::InstructionWithLabelARM 191 const uint8* arm_op, uint16 op_size) { 193 arm_op, op_size)); 531 uint16 op_size = local 532 static_cast<InstructionWithLabelARM*>(instruction)->op_size(); 534 if (op_size < 1) 537 new(std::nothrow) BytesInstruction(arm_op, op_size);
|
assembly_program.h | 99 uint16 op_size) WARN_UNUSED_RESULT;
|
disassembler_elf_32_arm.cc | 205 uint16 DisassemblerElf32ARM::TypedRVAARM::op_size() const { function in class:courgette::DisassemblerElf32ARM::TypedRVAARM 264 op_size()); 470 p += rel32_rva->op_size(); 479 on_32bit = (~(on_32bit ^ (rel32_rva->op_size() == 4))) != 0;
|
disassembler_elf_32.h | 65 virtual uint16 op_size() const = 0;
|
disassembler_elf_32.cc | 394 file_offset += (**current_rel)->op_size();
|
/external/compiler-rt/lib/msandr/ |
msandr.cc | 247 opnd_size_t op_size = opnd_get_size(op); local 248 CHECK(op_size != OPSZ_NA); 249 uint access_size = opnd_size_in_bytes(op_size); 252 mov_st(drcontext, opnd_create_base_disp(R1, DR_REG_NULL, 0, 0, op_size), 253 opnd_create_immed_int((ptr_int_t) 0, op_size)));
|
/external/qemu/elff/ |
dwarf_cu.cc | 488 Dwarf_Value op_size;
local 492 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&op_size));
543 go += op_size.u32;
|
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_cu.cc | 488 Dwarf_Value op_size; local 492 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&op_size)); 543 go += op_size.u32;
|
/external/v8/src/ia32/ |
disasm-ia32.cc | 673 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); local 674 return 2 + op_size; // includes 0x0F [all...] |
/external/chromium_org/v8/src/ia32/ |
disasm-ia32.cc | 675 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); local 676 return 2 + op_size; // includes 0x0F [all...] |