Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 39) sorted by relevance

12

/art/tools/ahat/src/heapdump/
DAhatClassInstance.java183 public final int width; field in AhatClassInstance.BitmapInfo
187 public BitmapInfo(int width, int height, byte[] buffer) { in BitmapInfo() argument
188 this.width = width; in BitmapInfo()
203 Integer width = getIntField("mWidth", null); in getBitmapInfo() local
204 if (width == null) { in getBitmapInfo()
218 if (buffer.length < 4 * height * width) { in getBitmapInfo()
222 return new BitmapInfo(width, height, buffer); in getBitmapInfo()
234 int[] abgr = new int[info.height * info.width]; in asBitmap()
244 info.width, info.height, BufferedImage.TYPE_4BYTE_ABGR); in asBitmap()
245 bitmap.setRGB(0, 0, info.width, info.height, abgr, 0, info.width); in asBitmap()
/art/test/079-phantom/src/
DBitmap.java37 Bitmap(String name, int width, int height, Bitmap.NativeWrapper nativeData) { in Bitmap() argument
39 mWidth = width; in Bitmap()
69 static Bitmap.NativeWrapper allocNativeStorage(int width, int height) { in allocNativeStorage() argument
/art/compiler/linker/arm/
Drelative_patcher_thumb2.h44 BakerReadBarrierWidth width = in EncodeBakerReadBarrierFieldData() local
49 BakerReadBarrierWidthField::Encode(width); in EncodeBakerReadBarrierFieldData()
63 BakerReadBarrierWidth width = in EncodeBakerReadBarrierGcRootData() local
68 BakerReadBarrierWidthField::Encode(width); in EncodeBakerReadBarrierGcRootData()
Drelative_patcher_thumb2.cc116 BakerReadBarrierWidth width = BakerReadBarrierWidthField::Decode(encoded_data); in PatchBakerReadBarrierBranch() local
117 if (width == BakerReadBarrierWidth::kWide) { in PatchBakerReadBarrierBranch()
145 BakerReadBarrierWidth width = BakerReadBarrierWidthField::Decode(encoded_data); in PatchBakerReadBarrierBranch() local
146 if (width == BakerReadBarrierWidth::kWide) { in PatchBakerReadBarrierBranch()
234 BakerReadBarrierWidth width = BakerReadBarrierWidthField::Decode(encoded_data); in CompileBakerReadBarrierThunk() local
246 const int32_t raw_ldr_offset = (width == BakerReadBarrierWidth::kWide) in CompileBakerReadBarrierThunk()
255 if (width == BakerReadBarrierWidth::kWide) { in CompileBakerReadBarrierThunk()
316 BakerReadBarrierWidth width = BakerReadBarrierWidthField::Decode(encoded_data); in CompileBakerReadBarrierThunk() local
337 int32_t entrypoint_offset = (width == BakerReadBarrierWidth::kWide) in CompileBakerReadBarrierThunk()
/art/test/127-checker-secondarydex/
Dbuild36 … ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes
38 …${DX} -JXmx256m --debug --dex --dump-to=classes-ex.lst --output=classes.dex --dump-width=1000 clas…
/art/test/091-override-package-private-method/
Dbuild36 … ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes
38 …${DX} -JXmx256m --debug --dex --dump-to=classes-ex.lst --output=classes.dex --dump-width=1000 clas…
/art/test/138-duplicate-classes-check2/
Dbuild36 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes
38 …${DX} -JXmx256m --debug --dex --dump-to=classes-ex.lst --output=classes.dex --dump-width=1000 clas…
/art/runtime/interpreter/mterp/mips64/
Dop_aput.S20 dlsa a0, a1, a0, $shift # a0 <- arrayObj + index*width
22 daddu a0, a1, a0 # a0 <- arrayObj + index*width
Dop_aget.S20 dlsa a0, a1, a0, $shift # a0 <- arrayObj + index*width
22 daddu a0, a1, a0 # a0 <- arrayObj + index*width
Dop_aput_wide.S13 dlsa a0, a1, a0, 3 # a0 <- arrayObj + index*width
Dop_aget_wide.S13 dlsa a0, a1, a0, 3 # a0 <- arrayObj + index*width
/art/runtime/jdwp/
Djdwp_request.cc66 uint64_t Request::ReadValue(size_t width) { in ReadValue() argument
68 switch (width) { in ReadValue()
73 default: LOG(FATAL) << width; break; in ReadValue()
/art/test/004-StackWalk/
Dbuild25 --dump-width=1000 ${DX_FLAGS} classes
/art/test/004-ReferenceMap/
Dbuild25 --dump-width=1000 ${DX_FLAGS} classes
/art/test/085-old-style-inner-class/
Dbuild30 …${DX} --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes 2>/dev/nu…
/art/dexdump/
Ddexdump.cc790 u4 width = 4; in indexString() local
802 width = 4; in indexString()
806 width = 8; in indexString()
811 width = 4; in indexString()
817 width = 4; in indexString()
839 outSize = snprintf(buf.get(), bufSize, "%s // type@%0*x", tp, width, index); in indexString()
841 outSize = snprintf(buf.get(), bufSize, "<type?> // type@%0*x", width, index); in indexString()
847 outSize = snprintf(buf.get(), bufSize, "\"%s\" // string@%0*x", st, width, index); in indexString()
849 outSize = snprintf(buf.get(), bufSize, "<string?> // string@%0*x", width, index); in indexString()
859 backDescriptor, name, signature.ToString().c_str(), width, index); in indexString()
[all …]
/art/runtime/interpreter/mterp/mips/
Dop_aget_wide.S16 EAS3(a0, a0, a1) # a0 <- arrayObj + index*width
Dop_aput.S20 EASN(a0, a0, a1, $shift) # a0 <- arrayObj + index*width
Dop_aget.S22 EASN(a0, a0, a1, $shift) # a0 <- arrayObj + index*width
Dop_aput_wide.S14 EAS3(a0, a0, a1) # a0 <- arrayObj + index*width
/art/runtime/interpreter/mterp/arm/
Dop_aput.S22 add r0, r0, r1, lsl #$shift @ r0<- arrayObj + index*width
Dop_aget.S22 add r0, r0, r1, lsl #$shift @ r0<- arrayObj + index*width
Dop_aput_wide.S16 add r0, r0, r1, lsl #3 @ r0<- arrayObj + index*width
Dop_aget_wide.S17 add r0, r0, r1, lsl #3 @ r0<- arrayObj + index*width
/art/runtime/
Ddebugger.cc1199 size_t width = GetTagWidth(element_tag); in OutputArray() local
1200 uint8_t* dst = expandBufAddSpace(pReply, count * width); in OutputArray()
1201 if (width == 8) { in OutputArray()
1204 } else if (width == 4) { in OutputArray()
1207 } else if (width == 2) { in OutputArray()
1212 memcpy(dst, &src[offset * width], count * width); in OutputArray()
1256 size_t width = GetTagWidth(element_tag); in SetArrayElements() local
1257 if (width == 8) { in SetArrayElements()
1259 } else if (width == 4) { in SetArrayElements()
1261 } else if (width == 2) { in SetArrayElements()
[all …]

12