Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.cc639 array->AsBooleanArray()->SetWithoutChecks<false, kCheckTransaction>( in UndoArrayWrite()
Dtransaction_test.cc377 booleanArrayField->GetObject(h_klass.Get())->AsBooleanArray()); in TEST_F()
/art/runtime/mirror/
Dobject.h204 ObjPtr<BooleanArray> AsBooleanArray() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h213 inline ObjPtr<BooleanArray> Object::AsBooleanArray() { in AsBooleanArray() function
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1214 ObjPtr<mirror::BooleanArray> array = a->AsBooleanArray(); in AGET_BOOLEAN()
1329 ObjPtr<mirror::BooleanArray> array = a->AsBooleanArray(); in APUT_BOOLEAN()
Dinterpreter_common.cc1853 RecordArrayElementsInTransactionImpl(array->AsBooleanArray(), count); in RecordArrayElementsInTransaction()
/art/runtime/dex/
Ddex_file_annotations.cc659 new_array->AsBooleanArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()