Home
last modified time | relevance | path

Searched refs:At (Results 1 – 25 of 46) sorted by relevance

12

/art/runtime/
Dproxy_test.cc121 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 …]
Dimage-inl.h58 visitor(array->At(i, sizeof(ArtField))); in VisitPackedArtFields()
74 visitor(array->At(i, method_size, method_alignment)); in VisitPackedArtMethods()
/art/runtime/interpreter/mterp/
Dmterp.cc171 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtual()
182 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuper()
193 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterface()
204 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirect()
215 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStatic()
226 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeCustom()
237 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphic()
248 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtualRange()
259 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuperRange()
270 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterfaceRange()
[all …]
/art/runtime/mirror/
Dfield.cc34 return &declaring_class->GetSFieldsPtr()->At(0); in GetArtField()
37 return &declaring_class->GetSFieldsPtr()->At(1); in GetArtField()
/art/test/800-smali/smali/
Db_23502994.smali15 # At this point v2 is of type Ljava/lang/String;
40 # At this point v2 is of type Ljava/lang/String;
Db_22411633_4.smali11 # At this point v4 is an uninitialized reference. This should fail to verify.
Db_22331663_fail.smali14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should
Db_22411633_5.smali11 # At this point v4 is an uninitialized reference. We should be able to initialize here
Db_22331663_pass.smali14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should not
Db_22411633_3.smali25 # At this point, an initialized and an uninitialized reference are merged. However, the
Db_27799205_1.smali30 # At this point, v0 will be the unresolved merge.
Db_27799205_2.smali30 # At this point, v0 will be the unresolved merge.
Db_27799205_4.smali32 # At this point, v0 should be Object.
Db_27799205_5.smali32 # At this point, v0 should be Object.
Db_27799205_3.smali32 # At this point, v0 should be Object.
Db_22411633_2.smali31 # Dummy work to separate blocks. At this point, v4 is of type Reference<Object>.
/art/compiler/
Dcompiled_method-inl.h38 return ArrayRef<const T>(&array->At(0), array->size()); in GetArray()
/art/libartbase/base/
Dlength_prefixed_array.h36 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/mips64/
Dconstants_mips64.h106 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/compiler/utils/x86/
Dconstants_x86.h106 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/libdexfile/dex/
Ddex_instruction_iterator.h32 return *Instruction::At(instructions_ + DexPc()); in Inst()
125 : DexInstructionIteratorBase(inst != nullptr ? Instruction::At(inst) : nullptr, dex_pc) {} in DexInstructionIterator()
Dcompact_dex_file.cc69 Header temp_header(*Header::At(base_begin)); in CalculateChecksum()
Dcode_item_accessors_test.cc34 const_cast<CompactDexFile::Header*>(CompactDexFile::Header::At(data->data())); in CreateFakeDex()
/art/compiler/utils/mips/
Dconstants_mips.h131 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/compiler/utils/x86_64/
Dconstants_x86_64.h130 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function

12