Home
last modified time | relevance | path

Searched refs:GetWithoutChecks (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/art/runtime/mirror/
H A Dobject_array-inl.h98 inline ObjPtr<T> ObjectArray<T>::GetWithoutChecks(int32_t i) { in GetWithoutChecks() function
111 src->GetWithoutChecks(src_pos + i); in AssignableMemmove()
133 ObjPtr<T> obj = src->template GetWithoutChecks<kDefaultVerifyFlags, kWithoutReadBarrier>( in AssignableMemmove()
142 ObjPtr<T> obj = src->GetWithoutChecks(src_pos + i); in AssignableMemmove()
167 ObjPtr<T> obj = src->GetWithoutChecks(src_pos + i); in AssignableMemmove()
176 GetWithoutChecks(dst_pos + i); in AssignableMemmove()
189 src->GetWithoutChecks(src_pos + i); in AssignableMemcpy()
217 ObjPtr<T> obj = src->GetWithoutChecks(src_pos + i); in AssignableMemcpy()
225 GetWithoutChecks(dst_pos + i); in AssignableMemcpy()
257 o = src->template GetWithoutChecks<kDefaultVerifyFlags, kWithoutReadBarrier>( in AssignableCheckingMemcpy()
[all …]
H A Dmethod_type.cc106 ObjPtr<Class> klass = p_types->GetWithoutChecks(i); in NumberOfVRegs()
123 if (p_types->GetWithoutChecks(i) != target_p_types->GetWithoutChecks(i)) { in IsExactMatch()
147 if (!IsParameterTypeConvertible(p_types->GetWithoutChecks(i), in IsConvertible()
148 target_p_types->GetWithoutChecks(i))) { in IsConvertible()
162 ss << p_types->GetWithoutChecks(i)->PrettyDescriptor(); in PrettyDescriptor()
H A Darray-inl.h70 return GetWithoutChecks(i); in Get()
99 Runtime::Current()->RecordWriteArray(this, i, GetWithoutChecks(i)); in SetWithoutChecks()
246 static_cast<uint64_t>(AsLongArrayUnchecked<kVerifyFlags>()->GetWithoutChecks(idx)); in GetElementPtrSizeUnchecked()
250 static_cast<uint32_t>(AsIntArrayUnchecked<kVerifyFlags>()->GetWithoutChecks(idx)); in GetElementPtrSizeUnchecked()
H A Dobject_array.h87 ALWAYS_INLINE ObjPtr<T> GetWithoutChecks(int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
193 return array_->GetWithoutChecks(idx_);
197 return array_->GetWithoutChecks(idx_);
H A Diftable-inl.h31 GetWithoutChecks<kVerifyFlags, kReadBarrierOption>((i * kMax) + kInterface)->AsClass(); in GetInterface()
H A Demulated_stack_frame.cc46 ObjPtr<mirror::Class> type = p_types->GetWithoutChecks(i); in CalculateFrameAndReferencesSize()
239 value->SetL(references->GetWithoutChecks(references->GetLength() - 1)); in GetReturnValue()
H A Darray.h180 T GetWithoutChecks(int32_t i) ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetWithoutChecks() function
/aosp12/art/runtime/
H A Dtransaction_test.cc386 ASSERT_EQ(booleanArray->GetWithoutChecks(0), false); in TEST_F()
394 ASSERT_EQ(byteArray->GetWithoutChecks(0), 0); in TEST_F()
402 ASSERT_EQ(charArray->GetWithoutChecks(0), 0u); in TEST_F()
410 ASSERT_EQ(shortArray->GetWithoutChecks(0), 0); in TEST_F()
418 ASSERT_EQ(intArray->GetWithoutChecks(0), 0); in TEST_F()
451 ASSERT_EQ(objectArray->GetWithoutChecks(0), nullptr); in TEST_F()
475 EXPECT_EQ(booleanArray->GetWithoutChecks(0), false); in TEST_F()
476 EXPECT_EQ(byteArray->GetWithoutChecks(0), 0); in TEST_F()
477 EXPECT_EQ(charArray->GetWithoutChecks(0), 0u); in TEST_F()
478 EXPECT_EQ(shortArray->GetWithoutChecks(0), 0); in TEST_F()
[all …]
H A Dmethod_handles-inl.h137 callsite_type->GetPTypes()->GetWithoutChecks(index), in ConvertArgumentValue()
138 callee_type->GetPTypes()->GetWithoutChecks(index), in ConvertArgumentValue()
178 ObjPtr<mirror::Class> from(from_types->GetWithoutChecks(i)); in PerformConversions()
179 ObjPtr<mirror::Class> to(to_types->GetWithoutChecks(i - start_index)); in PerformConversions()
H A Dclass_root-inl.h42 class_roots->GetWithoutChecks<kDefaultVerifyFlags, kReadBarrierOption>(index); in GetClassRoot()
H A Dclass_loader_utils.h147 long_array->GetWithoutChecks(j))); in VisitClassLoaderDexFiles()
H A Dart_method.cc531 if (type != params->GetWithoutChecks(i)) { in EqualParameters()
H A Dmethod_handles.cc409 ObjPtr<mirror::Class> param(param_types->GetWithoutChecks(0)); in IsCallerTransformer()
H A Dclass_loader_context.cc944 reinterpret_cast64<const DexFile*>(long_array->GetWithoutChecks(j)); in CollectDexFilesFromJavaDexFile()
/aosp12/art/compiler/optimizing/
H A Dintrinsic_objects.cc63 boot_image_live_objects->GetWithoutChecks<kVerifyNone, kWithoutReadBarrier>( in GetIntegerValueOfCache()
80 boot_image_live_objects->GetWithoutChecks<kVerifyNone, kWithoutReadBarrier>( in GetIntegerValueOfObject()
H A Dintrinsics.cc137 boot_image_cache->GetWithoutChecks<kVerifyNone, kWithoutReadBarrier>(i); in CheckIntegerCache()
206 ObjPtr<mirror::Object> current_object = current_cache->GetWithoutChecks(i); in ComputeIntegerValueOfLocations()
/aosp12/art/runtime/native/
H A Djava_lang_reflect_Executable.cc142 ObjPtr<mirror::Object> annotation = annotations->GetWithoutChecks(i); in Executable_getParameterAnnotationsNative()
150 ObjPtr<mirror::Object> annotation = annotations->GetWithoutChecks(i - offset); in Executable_getParameterAnnotationsNative()
/aosp12/art/openjdkjvmti/
H A Dti_class_loader.cc129 new_cookie->SetWithoutChecks<false>(0, cookie->GetWithoutChecks(0)); in AllocateNewDexFileCookie()
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc818 return array->GetWithoutChecks(index).Ptr(); in artAGetObjectFromMterp()
/aosp12/art/runtime/hprof/
H A Dhprof.cc252 AddObjectId(values->GetWithoutChecks(i).Ptr()); in AddIdList()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc1516 runtime->RecordWriteArray(array.Ptr(), i, array->GetWithoutChecks(i)); in RecordArrayElementsInTransactionImpl()
H A Dinterpreter_switch_impl-inl.h326 (this->*setVReg)(A(), array->GetWithoutChecks(index)); in HandleAGet()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc1229 image_roots->GetWithoutChecks<kVerifyNone>(class_roots_index).Ptr())); in RelocateInPlace()
2547 image_roots->GetWithoutChecks<kVerifyNone>(class_roots_index).Ptr())); in DoRelocateSpaces()
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc942 ObjPtr<mirror::Object> obj = result->GetWithoutChecks(i); in ProcessAnnotationSet()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc212 CHECK_EQ(integer_cache->GetWithoutChecks(i), in AllocateBootImageLiveObjects()

12