HomeSort by relevance Sort by last modified time
    Searched refs:AsBooleanArray (Results 1 - 7 of 7) sorted by null

  /art/runtime/mirror/
object.h 217 BooleanArray* AsBooleanArray() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
object-inl.h 218 inline BooleanArray* Object::AsBooleanArray() {
    [all...]
  /art/runtime/
transaction.cc 595 array->AsBooleanArray()->SetWithoutChecks<false>(index, static_cast<uint8_t>(value));
transaction_test.cc 388 mirror::BooleanArray* booleanArray = booleanArrayField->GetObject(h_klass.Get())->AsBooleanArray();
dex_file_annotations.cc 626 new_array->AsBooleanArray()->SetWithoutChecks<kTransactionActive>(
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
interpreter_switch_impl.cc     [all...]

Completed in 141 milliseconds