Searched refs:Get (Results 26 - 50 of 180) sorted by relevance

12345678

/art/runtime/mirror/
H A Darray.cc48 int32_t array_length = dimensions->Get(current_dimension);
52 Array::Alloc<true>(self, array_class.Get(), array_length,
74 return new_array.Get();
88 int dimension = dimensions->Get(i);
97 ObjPtr<mirror::Class> element_class_ptr = element_class.Get();
106 ObjPtr<mirror::Class> array_class_ptr = array_class.Get();
H A Diftable.h40 auto* method_array = down_cast<PointerArray*>(Get<kVerifyFlags, kReadBarrierOption>(
50 Get<kVerifyFlags, kReadBarrierOption>((i * kMax) + kMethodArray));
H A Dmethod_handles_lookup.cc52 mhl->SetFieldObject<false>(LookupClassOffset(), lookup_class.Get());
54 return mhl.Get();
H A Dmethod_type_test.cc64 param_classes->Set(i, param.Get());
77 ASSERT_TRUE(mt1->IsExactMatch(mt2.Get()));
85 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get()));
93 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get()));
102 ASSERT_FALSE(mt1->IsExactMatch(mt2.Get()));
H A Demulated_stack_frame.cc106 return ObjPtr<mirror::Object>(references_->Get(reference_idx_++));
109 ALWAYS_INLINE uint32_t Get() REQUIRES_SHARED(Locks::mutator_lock_) {
159 ThrowWrongMethodTypeException(callee_type.Get(), caller_type.Get());
168 CalculateFrameAndReferencesSize(to_types.Get(), r_type.Get(), &frame_size, &refs_size);
198 sf->SetFieldObject<false>(CallsiteTypeOffset(), caller_type.Get());
199 sf->SetFieldObject<false>(TypeOffset(), callee_type.Get());
200 sf->SetFieldObject<false>(ReferencesOffset(), references.Get());
201 sf->SetFieldObject<false>(StackFrameOffset(), stack_frame.Get());
[all...]
H A Dfield-inl.h73 ret->SetType<kTransactionActive>(type.Get());
78 return ret.Get();
H A Dmethod_handle_impl.cc38 SetFieldObject<false>(MethodTypeOffset(), method_type.Get());
73 return mh.Get();
H A Ddex_cache_test.cc111 /*use_referrers_cache*/ false>(klass2.Get(),
152 EXPECT_EQ(method1_type.Get(), dex_cache->GetResolvedMethodType(method1_id.proto_idx_));
153 EXPECT_EQ(method2_type.Get(), dex_cache->GetResolvedMethodType(method2_id.proto_idx_));
164 ASSERT_EQ(method1_type.Get(), pair.object.Read());
166 ASSERT_EQ(method2_type.Get(), pair.object.Read());
/art/test/626-const-class-linking/
H A Dclear_dex_cache_types.cc55 CHECK(classes->Get(i) != nullptr) << i;
56 CHECK(classes->Get(i)->IsClass())
57 << i << " " << classes->Get(i)->GetClass()->PrettyDescriptor();
58 mirror::Class* as_class = classes->Get(i)->AsClass();
/art/compiler/driver/
H A Dcompiler_driver-inl.h39 DCHECK_EQ(class_loader.Get(), mUnit->GetClassLoader().Get());
54 DCHECK_EQ(class_loader.Get(), mUnit->GetClassLoader().Get());
85 DCHECK_EQ(class_loader.Get(), mUnit->GetClassLoader().Get());
137 DCHECK_EQ(class_loader.Get(), mUnit->GetClassLoader().Get());
/art/compiler/optimizing/
H A Dcommon_dominator.h33 return finder.Get();
77 HBasicBlock* Get() const { function in class:art::CommonDominator
/art/runtime/interpreter/mterp/x86/
H A Dbincmp.S15 movswl 2(rPC), rINST # Get signed branch offset
H A Dop_instance_of.S13 leal VREG_ADDRESS(%eax), %ecx # Get object address
/art/runtime/interpreter/mterp/x86_64/
H A Dbincmp.S15 movswq 2(rPC), rINSTq # Get signed branch offset
H A Dop_instance_of.S12 leaq VREG_ADDRESS(%rax), OUT_ARG1 # Get object address
/art/runtime/verifier/
H A Dmethod_verifier-inl.h46 return class_loader_.Get();
50 return dex_cache_.Get();
/art/runtime/
H A Dproxy_test.cc122 interfaces.push_back(I.Get());
123 interfaces.push_back(J.Get());
132 EXPECT_OBJ_PTR_EQ(I.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class.Get(), 0));
133 EXPECT_OBJ_PTR_EQ(J.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class.Get(), 1));
158 interfaces.push_back(I.Get());
159 interfaces.push_back(J.Get());
184 EXPECT_OBJ_PTR_EQ(interfacesFieldClass.Get(), field->GetType<true>());
193 EXPECT_OBJ_PTR_EQ(throwsFieldClass.Get(), fiel
[all...]
H A Dhandle.h53 return *Get();
57 return Get();
60 ALWAYS_INLINE T* Get() const REQUIRES_SHARED(Locks::mutator_lock_) {
65 return Get() == nullptr;
H A Dimage-inl.h32 return image_roots->Get<kVerifyNone, kReadBarrierOption>(static_cast<int32_t>(image_root));
58 ArtMethod* orig = imt->Get(i, pointer_size);
H A Dclass_linker.cc379 if (c1.Get() != c2) {
413 mirror::Class::SetClassClass(java_lang_Class.Get());
414 java_lang_Class->SetClass(java_lang_Class.Get());
426 AllocClass(self, java_lang_Class.Get(), class_array_class_size)));
427 class_array_class->SetComponentType(java_lang_Class.Get());
431 AllocClass(self, java_lang_Class.Get(), mirror::Object::ClassSize(image_pointer_size_))));
434 java_lang_Class->SetSuperClass(java_lang_Object.Get());
441 java_lang_Object.Get(),
447 AllocClass(self, java_lang_Class.Get(),
449 object_array_class->SetComponentType(java_lang_Object.Get());
[all...]
H A Dmethod_handles.cc98 value->Set ## shorthand(primitive_field->Get ## abbrev(o)); \
220 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
235 ThrowClassCastException(h_to.Get(), h_obj->GetClass());
238 value->SetL(h_obj.Get());
252 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
258 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
263 ThrowWrongMethodTypeException(callee_type.Get(), callsite_typ
[all...]
/art/runtime/arch/
H A Dstub_test.cc601 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self);
609 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self);
625 Invoke3(reinterpret_cast<size_t>(obj2.Get()), 0U, 0U, art_quick_lock_object, self);
675 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self);
684 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self);
690 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self);
744 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_lock_object,
748 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U,
761 MonitorInfo info(objects[index].Get());
780 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()),
[all...]
/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc109 EXPECT_EQ(data.GetReference(i), array->Get(static_cast<int32_t>(i))) << i;
155 hs_misc.NewHandle(CreateObjectArray(self, dst_component_handle.Get(), dst_data)));
160 src_handle.Get(),
162 dst_handle.Get(),
165 CheckObjectArray(dst_handle.Get(), expected_result);
324 tmp->SetVRegReference(0, h_test_string.Get());
327 tmp->SetVRegReference(3, h_char_array.Get());
448 hs_misc.NewHandle(CreateObjectArray(self, object_class.Get(), hs_data)));
450 RunArrayCopy(self, tmp, true, array.Get(), -1, array.Get(),
[all...]
/art/compiler/utils/
H A Datomic_method_ref_map.h44 bool Get(MethodReference ref, T* out) const;
/art/test/ti-agent/
H A Dscoped_primitive_array.h69 mEnv->Get ## NAME ## ArrayRegion(mJavaArray, 0, mSize, mBuffer); \
72 mRawArray = mEnv->Get ## NAME ## ArrayElements(mJavaArray, nullptr); \
114 mRawArray = mEnv->Get ## NAME ## ArrayElements(mJavaArray, nullptr); \
124 mRawArray = mEnv->Get ## NAME ## ArrayElements(mJavaArray, nullptr); \

Completed in 389 milliseconds

12345678