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

  /art/runtime/mirror/
dex_cache.cc 75 if (resolved_methods->GetWithoutChecks(i) == NULL) {
object_array.h 47 T* GetWithoutChecks(int32_t i) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
object_array-inl.h 87 inline T* ObjectArray<T>::GetWithoutChecks(int32_t i) const {
class.cc 612 mirror::ArtMethod* method = methods->GetWithoutChecks(index);
  /art/runtime/gc/collector/
mark_sweep-inl.h 158 const mirror::Object* element = array->GetWithoutChecks(static_cast<int32_t>(i));
  /art/runtime/entrypoints/
entrypoint_utils.cc 259 return vtable->GetWithoutChecks(vtable_index);
  /art/runtime/interpreter/
interpreter.cc 543 // TODO: use ObjectArray<T>::GetWithoutChecks ?
    [all...]

Completed in 393 milliseconds