Searched defs:immediate_bytes (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddisassembler_x86.cc144 size_t immediate_bytes = 0; local
165 case ax8_i8: opcode << #opname; ax = true; immediate_bytes = 1; byte_operand = true; break; \
166 case ax32_i32: opcode << #opname; ax = true; immediate_bytes = 4; break;
210 case 0x68: opcode << "push"; immediate_bytes = 4; break;
211 case 0x6A: opcode << "push"; immediate_bytes = 1; break;
426 immediate_bytes = 1;
440 immediate_bytes = 1;
454 immediate_bytes = 1;
535 immediate_bytes = *instr == 0x81 ? 4 : 1;
556 immediate_bytes
[all...]
/art/compiler/dex/quick/x86/
H A Dx86_lir.h416 uint8_t immediate_bytes; // number of bytes of immediate member in struct:art::X86EncodingMap::__anon8

Completed in 64 milliseconds