Home
last modified time | relevance | path

Searched refs:AsBooleanArray (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/dex2oat/interpreter/
H A Dinterpreter_switch_impl1.cc103 RecordArrayElementsInTransactionImpl(transaction, array->AsBooleanArray(), count); in RecordArrayElementsInTransaction()
/aosp_15_r20/art/dex2oat/
H A Dtransaction.cc752 array->AsBooleanArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
H A Dtransaction_test.cc430 booleanArrayField->GetObject(h_klass.Get())->AsBooleanArray()); in TEST_F()
/aosp_15_r20/art/openjdkjvmti/
H A Dti_heap.cc1949 new_arr->AsBooleanArray()->Memcpy(0, old_arr->AsBooleanArray(), 0, size); in ChangeArraySize()
/aosp_15_r20/art/runtime/mirror/
H A Dobject.h215 ObjPtr<BooleanArray> AsBooleanArray() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dobject-inl.h213 inline ObjPtr<BooleanArray> Object::AsBooleanArray() { in AsBooleanArray() function
/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.cc650 new_array->AsBooleanArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()