Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject_array-inl.h97 inline ObjPtr<T> ObjectArray<T>::GetWithoutChecks(int32_t i) { in GetWithoutChecks() function
110 src->GetWithoutChecks(src_pos + i); in AssignableMemmove()
132 ObjPtr<T> obj = src->template GetWithoutChecks<kDefaultVerifyFlags, kWithoutReadBarrier>( in AssignableMemmove()
141 ObjPtr<T> obj = src->GetWithoutChecks(src_pos + i); in AssignableMemmove()
157 ObjPtr<T> obj = src->template GetWithoutChecks<kDefaultVerifyFlags, kWithoutReadBarrier>( in AssignableMemmove()
166 ObjPtr<T> obj = src->GetWithoutChecks(src_pos + i); in AssignableMemmove()
175 GetWithoutChecks(dst_pos + i); in AssignableMemmove()
188 src->GetWithoutChecks(src_pos + i); in AssignableMemcpy()
208 src->template GetWithoutChecks<kDefaultVerifyFlags, kWithoutReadBarrier>(src_pos + i); in AssignableMemcpy()
216 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()
Darray-inl.h69 return GetWithoutChecks(i); in Get()
98 Runtime::Current()->RecordWriteArray(this, i, GetWithoutChecks(i)); in SetWithoutChecks()
233 return (T)static_cast<uintptr_t>(AsLongArray<kVerifyFlags>()->GetWithoutChecks(idx)); in GetElementPtrSize()
235 return (T)static_cast<uintptr_t>(AsIntArray<kVerifyFlags>()->GetWithoutChecks(idx)); in GetElementPtrSize()
242 return (T)static_cast<uintptr_t>(AsLongArrayUnchecked<kVerifyFlags>()->GetWithoutChecks(idx)); in GetElementPtrSizeUnchecked()
244 return (T)static_cast<uintptr_t>(AsIntArrayUnchecked<kVerifyFlags>()->GetWithoutChecks(idx)); in GetElementPtrSizeUnchecked()
Diftable-inl.h31 GetWithoutChecks<kVerifyFlags, kReadBarrierOption>((i * kMax) + kInterface)->AsClass(); in GetInterface()
Dobject_array.h77 ALWAYS_INLINE ObjPtr<T> GetWithoutChecks(int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
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.h168 T GetWithoutChecks(int32_t i) ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetWithoutChecks() function
/art/runtime/
Dtransaction_test.cc380 ASSERT_EQ(booleanArray->GetWithoutChecks(0), false); in TEST_F()
388 ASSERT_EQ(byteArray->GetWithoutChecks(0), 0); in TEST_F()
396 ASSERT_EQ(charArray->GetWithoutChecks(0), 0u); in TEST_F()
404 ASSERT_EQ(shortArray->GetWithoutChecks(0), 0); in TEST_F()
412 ASSERT_EQ(intArray->GetWithoutChecks(0), 0); in TEST_F()
420 ASSERT_EQ(longArray->GetWithoutChecks(0), static_cast<int64_t>(0)); in TEST_F()
428 ASSERT_FLOAT_EQ(floatArray->GetWithoutChecks(0), static_cast<float>(0.0f)); in TEST_F()
436 ASSERT_DOUBLE_EQ(doubleArray->GetWithoutChecks(0), static_cast<double>(0.0f)); in TEST_F()
445 ASSERT_EQ(objectArray->GetWithoutChecks(0), nullptr); in TEST_F()
469 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_loader_utils.h90 ObjPtr<mirror::Object> element = dex_elements->GetWithoutChecks(i); in VisitClassLoaderDexElements()
139 long_array->GetWithoutChecks(j))); in VisitClassLoaderDexFiles()
Dclass_root.h130 class_roots->GetWithoutChecks<kDefaultVerifyFlags, kReadBarrierOption>(index); in GetClassRoot()
Dclass_loader_context.cc891 reinterpret_cast64<const DexFile*>(long_array->GetWithoutChecks(j)); in CollectDexFilesFromJavaDexFile()
943 ObjPtr<mirror::Object> element = dex_elements->GetWithoutChecks(i); in CollectDexFilesFromSupportedClassLoader()
978 ObjPtr<mirror::Object> element = dex_elements->GetWithoutChecks(i); in GetDexFilesFromDexElementsArray()
Dart_method.cc539 if (type != params->GetWithoutChecks(i)) { in EqualParameters()
Dmethod_handles.cc408 ObjPtr<mirror::Class> param(param_types->GetWithoutChecks(0)); in IsCallerTransformer()
Dclass_linker.cc2107 ObjPtr<mirror::Object> element = elements->GetWithoutChecks(i); in AddImageSpace()
7072 ? interfaces->GetWithoutChecks(i) in SetupInterfaceLookupTable()
/art/compiler/optimizing/
Dintrinsic_objects.cc73 CHECK_EQ(integer_cache->GetWithoutChecks(i), GetIntegerValueOfObject(live_objects, i)); in AllocateBootImageLiveObjects()
87 boot_image_live_objects->GetWithoutChecks<kVerifyNone, kWithoutReadBarrier>(0); in GetIntegerValueOfCache()
104 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()
Dti_heap.cc1145 art::ObjPtr<art::mirror::Object> elem = obj_array->GetWithoutChecks(i); in VisitArray()
/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/
Dinterpreter_switch_impl-inl.h1216 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in AGET_BOOLEAN()
1232 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in AGET_BYTE()
1248 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in AGET_CHAR()
1264 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in AGET_SHORT()
1281 shadow_frame.SetVReg(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in AGET()
1298 shadow_frame.SetVRegLong(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in AGET_WIDE()
1314 shadow_frame.SetVRegReference(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in AGET_OBJECT()
Dinterpreter_common.cc1841 runtime->RecordWriteArray(array.Ptr(), i, array->GetWithoutChecks(i)); in RecordArrayElementsInTransactionImpl()
/art/runtime/interpreter/mterp/
Dmterp.cc862 return array->GetWithoutChecks(index).Ptr(); in artAGetObjectFromMterp()
/art/runtime/hprof/
Dhprof.cc253 AddObjectId(values->GetWithoutChecks(i).Ptr()); in AddIdList()
/art/runtime/dex/
Ddex_file_annotations.cc963 ObjPtr<mirror::Object> obj = result->GetWithoutChecks(i); in ProcessAnnotationSet()