Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.cc506 array->AsBooleanArray()->SetWithoutChecks<false>(index, static_cast<uint8_t>(value)); in UndoArrayWrite()
Dtransaction_test.cc387 …mirror::BooleanArray* booleanArray = booleanArrayField->GetObject(h_klass.Get())->AsBooleanArray(); in TEST_F()
/art/runtime/mirror/
Dobject.h165 BooleanArray* AsBooleanArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dobject-inl.h275 inline BooleanArray* Object::AsBooleanArray() { in AsBooleanArray() function
/art/runtime/interpreter/
Dinterpreter_common.cc774 RecordArrayElementsInTransactionImpl(array->AsBooleanArray(), count); in RecordArrayElementsInTransaction()
Dinterpreter_goto_table_impl.cc973 BooleanArray* array = a->AsBooleanArray(); in ExecuteGotoImpl()
1102 BooleanArray* array = a->AsBooleanArray(); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc819 BooleanArray* array = a->AsBooleanArray(); in ExecuteSwitchImpl()
948 BooleanArray* array = a->AsBooleanArray(); in ExecuteSwitchImpl()