Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dmemory_region.h109 uint8_t byte = *ComputeBitPointer(bit_offset, &bit_mask); in LoadBit() local
115 uint8_t* byte = ComputeBitPointer(bit_offset, &bit_mask); in StoreBit() local
Ddex_file_verifier.cc1054 uint8_t byte = *(ptr_++); in CheckIntraStringDataItem() local
/art/runtime/interpreter/mterp/arm/
Dheader.S219 .macro FETCH_B reg, count, byte
/art/runtime/interpreter/mterp/arm64/
Dheader.S213 .macro FETCH_B reg, count, byte
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java394 addOpcodeInfo(Opcode.AGET_BYTE, "aget-byte", 0x48, new Format23x()); in addOpcodeInfo()
401 addOpcodeInfo(Opcode.APUT_BYTE, "aput-byte", 0x4f, new Format23x()); in addOpcodeInfo()
408 addOpcodeInfo(Opcode.IGET_BYTE, "iget-byte", 0x56, new Format22c()); in addOpcodeInfo()
415 addOpcodeInfo(Opcode.IPUT_BYTE, "iput-byte", 0x5d, new Format22c()); in addOpcodeInfo()
422 addOpcodeInfo(Opcode.SGET_BYTE, "sget-byte", 0x64, new Format21c()); in addOpcodeInfo()
429 addOpcodeInfo(Opcode.SPUT_BYTE, "sput-byte", 0x6b, new Format21c()); in addOpcodeInfo()
464 addOpcodeInfo(Opcode.INT_TO_BYTE, "int-to-byte", 0x8d, new Format12x()); in addOpcodeInfo()
/art/runtime/interpreter/mterp/out/
Dmterp_arm.S226 .macro FETCH_B reg, count, byte
Dmterp_arm64.S220 .macro FETCH_B reg, count, byte
/art/compiler/utils/arm/
Dassembler_arm32.cc604 bool byte, in EmitMemOp()
Dassembler_thumb2.cc2316 bool byte, in EmitLoadStore()