/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/llvm/ |
D | runtime_support_builder_arm.cc | 42 int width = type->isPointerTy() ? in LDRSTRSuffixByType() local
|
/art/runtime/jdwp/ |
D | jdwp_request.cc | 65 uint64_t Request::ReadValue(size_t width) { in ReadValue()
|
D | jdwp_handler.cc | 55 static void WriteValue(ExpandBuf* pReply, int width, uint64_t value) { in WriteValue() 113 size_t width = Dbg::GetTagWidth(argTypes[i]); in FinishInvoke() local 140 size_t width = Dbg::GetTagWidth(resultTag); in FinishInvoke() local 669 size_t width = Dbg::GetTagWidth(fieldTag); in CT_SetValues() local 843 size_t width = Dbg::GetTagWidth(fieldTag); in OR_SetValues() local
|
/art/compiler/dex/quick/arm64/ |
D | target_arm64.cc | 253 static uint64_t RotateRight(uint64_t value, unsigned rotate, unsigned width) { in RotateRight() 260 static uint64_t RepeatBitsAcrossReg(bool is_wide, uint64_t value, unsigned width) { in RepeatBitsAcrossReg() 306 for (unsigned width = 0x20; width >= 0x2; width >>= 1) { in DecodeLogicalImmediate() local
|
D | call_arm64.cc | 166 uint16_t width = tab_rec->table[1]; in GenFillArrayData() local
|
D | utility_arm64.cc | 221 unsigned width = (is_wide) ? 64 : 32; in EncodeLogicalImmediate() local
|
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 144 uint16_t width = tab_rec->table[1]; in GenFillArrayData() local
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 231 uint16_t width = tab_rec->table[1]; in GenFillArrayData() local
|
/art/compiler/dex/ |
D | mir_graph.cc | 400 int width, int flags, const uint16_t* code_ptr, in ProcessCanBranch() 467 int width, int flags) { in ProcessCanSwitch() 543 int width, int flags, ArenaBitVector* try_block_addr, in ProcessCanThrow() 727 int width = ParseInsn(code_ptr, &insn->dalvikInsn); in InlineMethod() local
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 157 uint16_t width = tab_rec->table[1]; in GenFillArrayData() local
|
/art/runtime/ |
D | debugger.cc | 1319 size_t width = GetTagWidth(element_tag); in OutputArray() local 1377 size_t width = GetTagWidth(element_tag); in SetArrayElements() local 1864 uint64_t value, int width, bool is_static) in SetFieldValueImpl() 1925 int width) { in SetFieldValue() 1929 JDWP::JdwpError Dbg::SetStaticFieldValue(JDWP::FieldId field_id, uint64_t value, int width) { in SetStaticFieldValue() 2538 size_t width = Dbg::GetTagWidth(reqSigByte); in GetLocalValues() local 2549 int slot, JDWP::JdwpTag tag, uint8_t* buf, size_t width) { in GetLocalValue() 2700 size_t width = Dbg::GetTagWidth(sigByte); in SetLocalValues() local 2713 uint64_t value, size_t width) { in SetLocalValue()
|
D | dex_file.cc | 1148 size_t width = value_arg + 1; // assume and correct later in Next() local
|
/art/disassembler/ |
D | disassembler_arm.cc | 1134 uint32_t width = msb - lsb + 1; in DumpThumb32() local
|