Searched defs:width (Results 1 – 12 of 12) 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/runtime/jdwp/ |
D | jdwp_request.cc | 65 uint64_t Request::ReadValue(size_t width) { in ReadValue()
|
D | jdwp_handler.cc | 104 size_t width = Dbg::GetTagWidth(argTypes[i]); in RequestInvoke() local 623 size_t width = Dbg::GetTagWidth(fieldTag); in CT_SetValues() local 815 size_t width = Dbg::GetTagWidth(fieldTag); in OR_SetValues() local
|
/art/tools/ahat/src/ |
D | InstanceUtils.java | 126 Integer width = getIntField(inst, "mWidth", null); in asBitmap() local
|
/art/runtime/ |
D | debugger.cc | 1179 size_t width = GetTagWidth(element_tag); in OutputArray() local 1236 size_t width = GetTagWidth(element_tag); in SetArrayElements() local 1806 static JDWP::JdwpError SetArtFieldValue(ArtField* f, mirror::Object* o, uint64_t value, int width) in SetArtFieldValue() 1877 uint64_t value, int width, bool is_static) in SetFieldValueImpl() 1905 int width) { in SetFieldValue() 1909 JDWP::JdwpError Dbg::SetStaticFieldValue(JDWP::FieldId field_id, uint64_t value, int width) { in SetStaticFieldValue() 2532 size_t width = Dbg::GetTagWidth(reqSigByte); in GetLocalValues() local 2559 int slot, JDWP::JdwpTag tag, uint8_t* buf, size_t width) { in GetLocalValue() 2699 size_t width = Dbg::GetTagWidth(sigByte); in SetLocalValues() local 2722 JDWP::JdwpTag tag, uint64_t value, size_t width) { in SetLocalValue() [all …]
|
D | dex_file.cc | 1847 int32_t width = value_arg + 1; in ProcessAnnotationValue() local 2198 int32_t width = value_arg + 1; in SkipAnnotationValue() local 2396 size_t width = value_arg + 1; // assume and correct later in Next() local
|
/art/dexdump/ |
D | dexdump.cc | 502 u4 width = 4; in indexString() local
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 37 const int width = 128; in CheckMterpAsmConstants() local
|
/art/compiler/utils/arm/ |
D | assembler_arm32.cc | 232 void Arm32Assembler::sbfx(Register rd, Register rn, uint32_t lsb, uint32_t width, Condition cond) { in sbfx() 251 void Arm32Assembler::ubfx(Register rd, Register rn, uint32_t lsb, uint32_t width, Condition cond) { in ubfx()
|
D | assembler_thumb2.cc | 773 void Thumb2Assembler::sbfx(Register rd, Register rn, uint32_t lsb, uint32_t width, Condition cond) { in sbfx() 794 void Thumb2Assembler::ubfx(Register rd, Register rn, uint32_t lsb, uint32_t width, Condition cond) { in ubfx()
|
/art/disassembler/ |
D | disassembler_arm.cc | 1182 uint32_t width = msb - lsb + 1; in DumpThumb32() local
|
/art/tools/dmtracedump/ |
D | tracedump.cc | 1643 void printHtmlField(char* buf, int32_t width) { in printHtmlField()
|