Home
last modified time | relevance | path

Searched refs:SetWithoutChecks (Results 1 – 17 of 17) sorted by relevance

/art/runtime/mirror/
Dobject_array-inl.h108 inline void ObjectArray<T>::SetWithoutChecks(int32_t i, ObjPtr<T> object) { in SetWithoutChecks() function
288 SetWithoutChecks<kTransactionActive>(dst_pos + i, nullptr); in AssignableCheckingMemcpy()
293 SetWithoutChecks<kTransactionActive>(dst_pos + i, o); in AssignableCheckingMemcpy()
296 SetWithoutChecks<kTransactionActive>(dst_pos + i, o); in AssignableCheckingMemcpy()
313 SetWithoutChecks<kTransactionActive>(dst_pos + i, nullptr); in AssignableCheckingMemcpy()
318 SetWithoutChecks<kTransactionActive>(dst_pos + i, o); in AssignableCheckingMemcpy()
321 SetWithoutChecks<kTransactionActive>(dst_pos + i, o); in AssignableCheckingMemcpy()
Diftable-inl.h31 SetWithoutChecks<false>(idx, interface); in SetInterface()
Darray-inl.h254 SetWithoutChecks<kTransactionActive, kCheckTransaction>(i, value); in Set()
262 inline void PrimitiveArray<T>::SetWithoutChecks(int32_t i, T value) { in SetWithoutChecks() function
413 SetWithoutChecks<kTransactionActive>(idx, element); in SetElementPtrSize()
417 ->SetWithoutChecks<kTransactionActive>(idx, static_cast<uint32_t>(element)); in SetElementPtrSize()
Dobject_array.h67 ALWAYS_INLINE void SetWithoutChecks(int32_t i, ObjPtr<T> object) NO_THREAD_SAFETY_ANALYSIS;
Darray.h152 void SetWithoutChecks(int32_t i, T value) ALWAYS_INLINE NO_THREAD_SAFETY_ANALYSIS;
Demulated_stack_frame.cc260 references->SetWithoutChecks<false>(references->GetLength() - 1, value.GetL()); in SetReturnValue()
/art/runtime/
Dtransaction.cc638 array->AsBooleanArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
642 array->AsByteArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
646 array->AsCharArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
650 array->AsShortArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
654 array->AsIntArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
658 array->AsFloatArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
662 array->AsLongArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
666 array->AsDoubleArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
Dtransaction_test.cc448 booleanArray->SetWithoutChecks<true>(0, true); in TEST_F()
449 byteArray->SetWithoutChecks<true>(0, 1); in TEST_F()
450 charArray->SetWithoutChecks<true>(0, 1u); in TEST_F()
451 shortArray->SetWithoutChecks<true>(0, 1); in TEST_F()
452 intArray->SetWithoutChecks<true>(0, 1); in TEST_F()
453 longArray->SetWithoutChecks<true>(0, 1); in TEST_F()
454 floatArray->SetWithoutChecks<true>(0, 1.0); in TEST_F()
455 doubleArray->SetWithoutChecks<true>(0, 1.0); in TEST_F()
456 objectArray->SetWithoutChecks<true>(0, h_obj.Get()); in TEST_F()
Djni_internal.cc2054 result->SetWithoutChecks<false>(i, initial_object.Ptr()); in NewObjectArray()
/art/openjdkjvmti/
Dti_class_loader.cc129 new_cookie->SetWithoutChecks<false>(0, cookie->GetWithoutChecks(0)); in AllocateNewDexFileCookie()
131 new_cookie->SetWithoutChecks<false>( in AllocateNewDexFileCookie()
/art/runtime/native/
Djava_lang_reflect_Executable.cc136 resized_annotations->SetWithoutChecks<kTransactionActive>(i, empty_annotations.Get()); in Executable_getParameterAnnotationsNative()
140 resized_annotations->SetWithoutChecks<kTransactionActive>(i + offset, annotation); in Executable_getParameterAnnotationsNative()
148 resized_annotations->SetWithoutChecks<kTransactionActive>(i, annotation); in Executable_getParameterAnnotationsNative()
376 ptypes->SetWithoutChecks<false>(i, param.Get()); in Executable_getParameterTypesInternal()
Djava_lang_Class.cc257 ifaces->SetWithoutChecks<false>(i, interface.Get()); in Class_getInterfacesInternal()
300 object_array->SetWithoutChecks<false>(array_idx++, reflect_field); in GetDeclaredFields()
314 object_array->SetWithoutChecks<false>(array_idx++, reflect_field); in GetDeclaredFields()
557 h_constructors->SetWithoutChecks<false>(constructor_count++, constructor); in Class_getDeclaredConstructorsInternal()
618 ret->SetWithoutChecks<false>(num_methods++, method); in Class_getDeclaredMethodsUnchecked()
/art/runtime/dex/
Ddex_file_annotations.cc380 h_element_array->SetWithoutChecks<false>(i, new_member); in ProcessEncodedAnnotation()
610 SetWithoutChecks<kTransactionActive>(i, obj); in ProcessAnnotationValue()
614 new_array->AsByteArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
618 new_array->AsShortArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
622 new_array->AsCharArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
626 new_array->AsIntArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
630 new_array->AsLongArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
634 new_array->AsFloatArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
638 new_array->AsDoubleArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
642 new_array->AsBooleanArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
[all …]
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1191 array->SetWithoutChecks<transaction_active>(index, val); in ExecuteSwitchImplCpp()
1210 array->SetWithoutChecks<transaction_active>(index, val); in ExecuteSwitchImplCpp()
1229 array->SetWithoutChecks<transaction_active>(index, val); in ExecuteSwitchImplCpp()
1248 array->SetWithoutChecks<transaction_active>(index, val); in ExecuteSwitchImplCpp()
1268 array->SetWithoutChecks<transaction_active>(index, val); in ExecuteSwitchImplCpp()
1288 array->SetWithoutChecks<transaction_active>(index, val); in ExecuteSwitchImplCpp()
1307 array->SetWithoutChecks<transaction_active>(index, val); in ExecuteSwitchImplCpp()
Dinterpreter_common.cc1485 new_array->AsIntArray()->SetWithoutChecks<transaction_active>( in DoFilledNewArray()
1488 new_array->AsObjectArray<mirror::Object>()->SetWithoutChecks<transaction_active>( in DoFilledNewArray()
Dunstarted_runtime.cc1256 byte_array->SetWithoutChecks<true>(i + offset, *address); in UnstartedMemoryPeekArray()
/art/runtime/interpreter/mterp/
Dmterp.cc530 array->SetWithoutChecks<false>(index, val); in MterpAputObject()