Searched defs:width (Results 1 – 11 of 11) sorted by relevance
| /art/test/079-phantom/src/ |
| D | Bitmap.java | 36 Bitmap(String name, int width, int height, Bitmap.NativeWrapper nativeData) { in Bitmap() 68 static Bitmap.NativeWrapper allocNativeStorage(int width, int height) { in allocNativeStorage()
|
| /art/compiler/dex/quick/arm64/ |
| D | target_arm64.cc | 253 static uint64_t bit_mask(unsigned width) { in bit_mask() 258 static uint64_t RotateRight(uint64_t value, unsigned rotate, unsigned width) { in RotateRight() 265 static uint64_t RepeatBitsAcrossReg(bool is_wide, uint64_t value, unsigned width) { in RepeatBitsAcrossReg() 311 for (unsigned width = 0x20; width >= 0x2; width >>= 1) { in DecodeLogicalImmediate() local
|
| D | utility_arm64.cc | 223 unsigned width = (is_wide) ? 64 : 32; in EncodeLogicalImmediate() local
|
| /art/runtime/jdwp/ |
| D | jdwp_request.cc | 65 uint64_t Request::ReadValue(size_t width) { in ReadValue()
|
| D | jdwp_handler.cc | 103 size_t width = Dbg::GetTagWidth(argTypes[i]); in RequestInvoke() local 623 size_t width = Dbg::GetTagWidth(fieldTag); in CT_SetValues() local 793 size_t width = Dbg::GetTagWidth(fieldTag); in OR_SetValues() local
|
| /art/compiler/dex/ |
| D | mir_graph.cc | 456 int width, int flags, const uint16_t* code_ptr, in ProcessCanBranch() 514 int width, int flags, in ProcessCanSwitch() 596 int width, int flags, ArenaBitVector* try_block_addr, in ProcessCanThrow() 766 int width = ParseInsn(code_ptr, &insn->dalvikInsn); in InlineMethod() local
|
| /art/runtime/ |
| D | debugger.cc | 1247 size_t width = GetTagWidth(element_tag); in OutputArray() local 1304 size_t width = GetTagWidth(element_tag); in SetArrayElements() local 1868 static JDWP::JdwpError SetArtFieldValue(ArtField* f, mirror::Object* o, uint64_t value, int width) in SetArtFieldValue() 1939 uint64_t value, int width, bool is_static) in SetFieldValueImpl() 1967 int width) { in SetFieldValue() 1971 JDWP::JdwpError Dbg::SetStaticFieldValue(JDWP::FieldId field_id, uint64_t value, int width) { in SetStaticFieldValue() 2593 size_t width = Dbg::GetTagWidth(reqSigByte); in GetLocalValues() local 2620 int slot, JDWP::JdwpTag tag, uint8_t* buf, size_t width) { in GetLocalValue() 2760 size_t width = Dbg::GetTagWidth(sigByte); in SetLocalValues() local 2783 uint64_t value, size_t width) { in SetLocalValue() [all …]
|
| D | dex_file.cc | 1210 size_t width = value_arg + 1; // assume and correct later in Next() local
|
| /art/compiler/utils/arm/ |
| D | assembler_arm32.cc | 242 void Arm32Assembler::sbfx(Register rd, Register rn, uint32_t lsb, uint32_t width, Condition cond) { in sbfx() 261 void Arm32Assembler::ubfx(Register rd, Register rn, uint32_t lsb, uint32_t width, Condition cond) { in ubfx()
|
| D | assembler_thumb2.cc | 293 void Thumb2Assembler::sbfx(Register rd, Register rn, uint32_t lsb, uint32_t width, Condition cond) { in sbfx() 314 void Thumb2Assembler::ubfx(Register rd, Register rn, uint32_t lsb, uint32_t width, Condition cond) { in ubfx()
|
| /art/disassembler/ |
| D | disassembler_arm.cc | 1163 uint32_t width = msb - lsb + 1; in DumpThumb32() local
|