Home
last modified time | relevance | path

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

123

/art/runtime/
Dproxy_test.cc181 ArtField* field = &static_fields->At(0); in TEST_F()
190 field = &static_fields->At(1); in TEST_F()
226 EXPECT_OBJ_PTR_EQ(static_fields0->At(0).GetDeclaringClass(), proxyClass0.Get()); in TEST_F()
227 EXPECT_OBJ_PTR_EQ(static_fields0->At(1).GetDeclaringClass(), proxyClass0.Get()); in TEST_F()
228 EXPECT_OBJ_PTR_EQ(static_fields1->At(0).GetDeclaringClass(), proxyClass1.Get()); in TEST_F()
229 EXPECT_OBJ_PTR_EQ(static_fields1->At(1).GetDeclaringClass(), proxyClass1.Get()); in TEST_F()
235 soa.Self(), &static_fields0->At(0), true)); in TEST_F()
238 soa.Self(), &static_fields0->At(1), true)); in TEST_F()
241 soa.Self(), &static_fields1->At(0), true)); in TEST_F()
244 soa.Self(), &static_fields1->At(1), true)); in TEST_F()
[all …]
Ddex_instruction_test.cc76 const Instruction* ins = Instruction::At(instruction); in TEST()
111 const Instruction* ins = Instruction::At(instruction); in TEST()
Ddex_instruction_visitor.h33 const Instruction* inst = Instruction::At(&code[i]); in Visit()
Dimage.cc157 visitor->Visit(&array->At(i, sizeof(ArtField))); in VisitPackedArtFields()
172 visitor->Visit(&array->At(i, method_size, method_alignment)); in VisitPackedArtMethods()
/art/runtime/base/
Darray_slice.h81 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);
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/runtime/interpreter/mterp/
Dmterp.cc160 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtual()
171 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuper()
182 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterface()
193 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirect()
204 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStatic()
215 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtualRange()
226 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuperRange()
237 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterfaceRange()
248 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirectRange()
259 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStaticRange()
[all …]
/art/runtime/mirror/
Dfield.cc64 return &declaring_class->GetSFieldsPtr()->At(0); in GetArtField()
67 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_22331663_pass.smali14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should not
Db_22411633_5.smali11 # At this point v4 is an uninitialized reference. We should be able to initialize here
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.
/art/compiler/dex/
Dverified_method.cc65 const Instruction* inst = Instruction::At(code_item->insns_); in GenerateSafeCastSet()
66 const Instruction* end = Instruction::At(code_item->insns_ + in GenerateSafeCastSet()
Dinline_method_analyser.cc67 instruction_(Instruction::At(code_item->insns_)), in Matcher()
305 for (const Instruction* instruction = Instruction::At(code_item->insns_); in DoAnalyseConstructor()
324 DCHECK_EQ(Instruction::At(target_method->GetCodeItem()->insns_)->Opcode(), in DoAnalyseConstructor()
448 const Instruction* instruction = Instruction::At(code_item->insns_); in AnalyseMethodCode()
520 const Instruction* return_instruction = Instruction::At(code_item->insns_); in AnalyseReturnMethod()
542 const Instruction* instruction = Instruction::At(code_item->insns_); in AnalyseConstMethod()
576 const Instruction* instruction = Instruction::At(code_item->insns_); in AnalyseIGetMethod()
640 const Instruction* instruction = Instruction::At(code_item->insns_); in AnalyseIPutMethod()
/art/dexdump/
Ddexdump_cfg.cc41 const Instruction* inst = Instruction::At(code_item->insns_); in dumpMethodCFGImpl()
75 const Instruction* inst = Instruction::At(code_item->insns_); in dumpMethodCFGImpl()
163 const Instruction* inst = Instruction::At(code_item->insns_); in dumpMethodCFGImpl()
294 const Instruction* inst = Instruction::At(&code_item->insns_[dex_pc]); in dumpMethodCFGImpl()
/art/compiler/utils/mips64/
Dconstants_mips64.h105 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/compiler/utils/mips/
Dconstants_mips.h101 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function
/art/compiler/utils/x86/
Dconstants_x86.h120 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At() function

123