/art/runtime/ |
D | proxy_test.cc | 177 ArtField* field = &static_fields->At(0); in TEST_F() 186 field = &static_fields->At(1); in TEST_F() 224 EXPECT_EQ(static_fields0->At(0).GetDeclaringClass(), proxyClass0.Get()); in TEST_F() 225 EXPECT_EQ(static_fields0->At(1).GetDeclaringClass(), proxyClass0.Get()); in TEST_F() 226 EXPECT_EQ(static_fields1->At(0).GetDeclaringClass(), proxyClass1.Get()); in TEST_F() 227 EXPECT_EQ(static_fields1->At(1).GetDeclaringClass(), proxyClass1.Get()); in TEST_F() 230 hs.NewHandle(mirror::Field::CreateFromArtField(soa.Self(), &static_fields0->At(0), true)); in TEST_F() 232 hs.NewHandle(mirror::Field::CreateFromArtField(soa.Self(), &static_fields0->At(1), true)); in TEST_F() 234 hs.NewHandle(mirror::Field::CreateFromArtField(soa.Self(), &static_fields1->At(0), true)); in TEST_F() 236 hs.NewHandle(mirror::Field::CreateFromArtField(soa.Self(), &static_fields1->At(1), true)); in TEST_F() [all …]
|
D | dex_instruction_visitor.h | 33 const Instruction* inst = Instruction::At(&code[i]); in Visit()
|
D | image.cc | 155 visitor->Visit(&array->At(i, sizeof(ArtField))); in VisitPackedArtFields() 170 visitor->Visit(&array->At(i, method_size, method_alignment)); in VisitPackedArtMethods()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 157 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtual() 166 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuper() 175 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterface() 184 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirect() 193 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStatic() 202 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtualRange() 211 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuperRange() 220 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterfaceRange() 229 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirectRange() 238 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStaticRange() [all …]
|
/art/runtime/base/ |
D | array_slice.h | 81 array_ = &array->At(start_offset, element_size_, alignment); in array_() 85 T& At(size_t index) { in At() function 90 const T& At(size_t index) const { in At() function 96 return At(index); 100 return At(index);
|
D | length_prefixed_array.h | 36 T& At(size_t index, size_t element_size = sizeof(T), size_t alignment = alignof(T)) { 41 const T& At(size_t index, size_t element_size = sizeof(T), size_t alignment = alignof(T)) const {
|
/art/compiler/dex/ |
D | verified_method.cc | 91 const Instruction* inst = Instruction::At(insns); in GenerateDequickenMap() 92 const Instruction* end = Instruction::At(insns + code_item->insns_size_in_code_units_); in GenerateDequickenMap() 137 const Instruction* inst = Instruction::At(insns); in GenerateDevirtMap() 138 const Instruction* end = Instruction::At(insns + code_item->insns_size_in_code_units_); in GenerateDevirtMap() 214 const Instruction* inst = Instruction::At(code_item->insns_); in GenerateSafeCastSet() 215 const Instruction* end = Instruction::At(code_item->insns_ + in GenerateSafeCastSet()
|
/art/runtime/mirror/ |
D | field.cc | 64 return &declaring_class->GetSFieldsPtr()->At(0); in GetArtField() 67 return &declaring_class->GetSFieldsPtr()->At(1); in GetArtField()
|
/art/test/800-smali/smali/ |
D | b_23502994.smali | 15 # At this point v2 is of type Ljava/lang/String; 40 # At this point v2 is of type Ljava/lang/String;
|
D | b_22411633_4.smali | 11 # At this point v4 is an uninitialized reference. This should fail to verify.
|
D | b_22331663_fail.smali | 14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should
|
D | b_22411633_5.smali | 11 # At this point v4 is an uninitialized reference. We should be able to initialize here
|
D | b_22331663_pass.smali | 14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should not
|
D | b_22411633_3.smali | 25 # At this point, an initialized and an uninitialized reference are merged. However, the
|
D | b_27799205_2.smali | 30 # At this point, v0 will be the unresolved merge.
|
D | b_27799205_1.smali | 30 # At this point, v0 will be the unresolved merge.
|
D | b_27799205_4.smali | 32 # At this point, v0 should be Object.
|
D | b_27799205_5.smali | 32 # At this point, v0 should be Object.
|
D | b_27799205_3.smali | 32 # At this point, v0 should be Object.
|
/art/compiler/utils/mips64/ |
D | constants_mips64.h | 77 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
|
/art/compiler/utils/mips/ |
D | constants_mips.h | 101 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 67 instruction_(Instruction::At(code_item->insns_)), in Matcher() 304 for (const Instruction* instruction = Instruction::At(code_item->insns_); in DoAnalyseConstructor() 323 DCHECK_EQ(Instruction::At(target_method->GetCodeItem()->insns_)->Opcode(), in DoAnalyseConstructor() 467 const Instruction* instruction = Instruction::At(code_item->insns_); in AnalyseMethodCode() 540 const Instruction* return_instruction = Instruction::At(code_item->insns_); in AnalyseReturnMethod() 563 const Instruction* instruction = Instruction::At(code_item->insns_); in AnalyseConstMethod() 598 const Instruction* instruction = Instruction::At(code_item->insns_); in AnalyseIGetMethod() 663 const Instruction* instruction = Instruction::At(code_item->insns_); in AnalyseIPutMethod()
|
/art/compiler/utils/x86/ |
D | constants_x86.h | 118 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
|
/art/compiler/utils/x86_64/ |
D | constants_x86_64.h | 127 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
|
/art/runtime/jit/ |
D | profiling_info.cc | 39 const Instruction& instruction = *Instruction::At(code_ptr); in Create()
|