/art/runtime/ |
D | proxy_test.cc | 121 ArtField* field = &static_fields->At(0); in TEST_F() 130 field = &static_fields->At(1); in TEST_F() 168 EXPECT_OBJ_PTR_EQ(static_fields0->At(0).GetDeclaringClass(), proxyClass0.Get()); in TEST_F() 169 EXPECT_OBJ_PTR_EQ(static_fields0->At(1).GetDeclaringClass(), proxyClass0.Get()); in TEST_F() 170 EXPECT_OBJ_PTR_EQ(static_fields1->At(0).GetDeclaringClass(), proxyClass1.Get()); in TEST_F() 171 EXPECT_OBJ_PTR_EQ(static_fields1->At(1).GetDeclaringClass(), proxyClass1.Get()); in TEST_F() 177 soa.Self(), &static_fields0->At(0), true)); in TEST_F() 180 soa.Self(), &static_fields0->At(1), true)); in TEST_F() 183 soa.Self(), &static_fields1->At(0), true)); in TEST_F() 186 soa.Self(), &static_fields1->At(1), true)); in TEST_F() [all …]
|
D | image-inl.h | 58 visitor(array->At(i, sizeof(ArtField))); in VisitPackedArtFields() 74 visitor(array->At(i, method_size, method_alignment)); in VisitPackedArtMethods()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 170 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtual() 181 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuper() 192 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterface() 203 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirect() 214 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStatic() 225 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeCustom() 236 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphic() 247 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtualRange() 258 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuperRange() 269 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterfaceRange() [all …]
|
D | nterp.cc | 111 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpGetShortyFromInvokePolymorphic() 121 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpGetShortyFromInvokeCustom() 132 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpGetMethod() 323 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpGetStaticField() 363 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpGetInstanceFieldOffset() 390 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpGetClassOrAllocateObject() 444 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpLoadObject() 488 const Instruction* inst = Instruction::At(dex_pc_ptr); in DoFilledNewArray()
|
/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_22331663_pass.smali | 14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should not
|
D | b_22411633_5.smali | 11 # At this point v4 is an uninitialized reference. We should be able to initialize here
|
D | b_22411633_3.smali | 25 # At this point, an initialized and an uninitialized reference are merged. However, the
|
D | b_27799205_1.smali | 30 # At this point, v0 will be the unresolved merge.
|
D | b_27799205_2.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.
|
D | b_22411633_2.smali | 31 # Dummy work to separate blocks. At this point, v4 is of type Reference<Object>.
|
/art/compiler/ |
D | compiled_method-inl.h | 38 return ArrayRef<const T>(&array->At(0), array->size()); in GetArray()
|
/art/libartbase/base/ |
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/utils/x86/ |
D | constants_x86.h | 106 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
|
/art/test/1963-add-to-dex-classloader-in-memory/ |
D | expected.txt | 19 --- java.lang.NoClassDefFoundError At foobar.TestClass.sayHi(TestClass.java:5)
|
/art/libdexfile/dex/ |
D | dex_instruction_iterator.h | 32 return *Instruction::At(instructions_ + DexPc()); in Inst() 125 : DexInstructionIteratorBase(inst != nullptr ? Instruction::At(inst) : nullptr, dex_pc) {} in DexInstructionIterator()
|
D | compact_dex_file.cc | 69 Header temp_header(*Header::At(base_begin)); in CalculateChecksum()
|
D | code_item_accessors_test.cc | 34 const_cast<CompactDexFile::Header*>(CompactDexFile::Header::At(data->data())); in CreateFakeDex()
|
/art/test/1964-add-to-dex-classloader-file/ |
D | expected.txt | 23 --- java.lang.NoClassDefFoundError At foobar.TestClass.sayHi(TestClass.java:5)
|
/art/compiler/utils/x86_64/ |
D | constants_x86_64.h | 133 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
|