Home
last modified time | relevance | path

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

12

/art/runtime/mirror/
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()
158 ObjPtr<T> obj = src->template GetWithoutChecks<kDefaultVerifyFlags, kWithoutReadBarrier>( 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()
209 src->template GetWithoutChecks<kDefaultVerifyFlags, kWithoutReadBarrier>(src_pos + i); in AssignableMemcpy()
217 ObjPtr<T> obj = src->GetWithoutChecks(src_pos + i); in AssignableMemcpy()
[all …]
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()
Dobject_array.h85 ALWAYS_INLINE ObjPtr<T> GetWithoutChecks(int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
191 return array_->GetWithoutChecks(idx_);
195 return array_->GetWithoutChecks(idx_);
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()
Diftable-inl.h31 GetWithoutChecks<kVerifyFlags, kReadBarrierOption>((i * kMax) + kInterface)->AsClass(); in GetInterface()
Demulated_stack_frame.cc46 ObjPtr<mirror::Class> type = p_types->GetWithoutChecks(i); in CalculateFrameAndReferencesSize()
239 value->SetL(references->GetWithoutChecks(references->GetLength() - 1)); in GetReturnValue()
Darray.h171 T GetWithoutChecks(int32_t i) ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetWithoutChecks() function
/art/runtime/
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()
426 ASSERT_EQ(longArray->GetWithoutChecks(0), static_cast<int64_t>(0)); in TEST_F()
434 ASSERT_FLOAT_EQ(floatArray->GetWithoutChecks(0), static_cast<float>(0.0f)); in TEST_F()
442 ASSERT_DOUBLE_EQ(doubleArray->GetWithoutChecks(0), static_cast<double>(0.0f)); in TEST_F()
451 ASSERT_EQ(objectArray->GetWithoutChecks(0), nullptr); in TEST_F()
475 EXPECT_EQ(booleanArray->GetWithoutChecks(0), false); in TEST_F()
[all …]
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()
Dclass_root-inl.h42 class_roots->GetWithoutChecks<kDefaultVerifyFlags, kReadBarrierOption>(index); in GetClassRoot()
Dclass_loader_utils.h147 long_array->GetWithoutChecks(j))); in VisitClassLoaderDexFiles()
Dart_method.cc530 if (type != params->GetWithoutChecks(i)) { in EqualParameters()
Dmethod_handles.cc409 ObjPtr<mirror::Class> param(param_types->GetWithoutChecks(0)); in IsCallerTransformer()
Dclass_loader_context.cc968 reinterpret_cast64<const DexFile*>(long_array->GetWithoutChecks(j)); in CollectDexFilesFromJavaDexFile()
/art/compiler/optimizing/
Dintrinsic_objects.cc63 boot_image_live_objects->GetWithoutChecks<kVerifyNone, kWithoutReadBarrier>( in GetIntegerValueOfCache()
80 boot_image_live_objects->GetWithoutChecks<kVerifyNone, kWithoutReadBarrier>( in GetIntegerValueOfObject()
Dintrinsics.cc136 boot_image_cache->GetWithoutChecks<kVerifyNone, kWithoutReadBarrier>(i); in CheckIntegerCache()
192 ObjPtr<mirror::Object> current_object = current_cache->GetWithoutChecks(i); in ComputeIntegerValueOfLocations()
/art/openjdkjvmti/
Dti_class_loader.cc129 new_cookie->SetWithoutChecks<false>(0, cookie->GetWithoutChecks(0)); in AllocateNewDexFileCookie()
/art/runtime/native/
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()
/art/runtime/interpreter/mterp/
Dmterp.cc859 return array->GetWithoutChecks(index).Ptr(); in artAGetObjectFromMterp()
/art/runtime/hprof/
Dhprof.cc252 AddObjectId(values->GetWithoutChecks(i).Ptr()); in AddIdList()
/art/runtime/interpreter/
Dinterpreter_common.cc1520 runtime->RecordWriteArray(array.Ptr(), i, array->GetWithoutChecks(i)); in RecordArrayElementsInTransactionImpl()
Dinterpreter_switch_impl-inl.h329 (this->*setVReg)(A(), array->GetWithoutChecks(index)); in HandleAGet()
/art/runtime/dex/
Ddex_file_annotations.cc942 ObjPtr<mirror::Object> obj = result->GetWithoutChecks(i); in ProcessAnnotationSet()
/art/runtime/gc/space/
Dimage_space.cc1453 image_roots->GetWithoutChecks<kVerifyNone>(class_roots_index).Ptr())); in RelocateInPlace()
2842 image_roots->GetWithoutChecks<kVerifyNone>(class_roots_index).Ptr())); in DoRelocateSpaces()
/art/dex2oat/linker/
Dimage_writer.cc195 CHECK_EQ(integer_cache->GetWithoutChecks(i), in AllocateBootImageLiveObjects()

12