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

  /art/compiler/driver/
compiler_driver-inl.h 234 resolved_method->GetMethodIndex() < methods_class->GetVTableLength() &&
  /art/runtime/mirror/
art_method.cc 114 if (super_class->HasVTable() && method_index < super_class->GetVTableLength()) {
class-inl.h 159 inline int32_t Class::GetVTableLength() {
class.h 720 int32_t GetVTableLength() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 401 vtable_index >= static_cast<uint32_t>(klass->GetVTableLength()))) {
416 vtable_index >= static_cast<uint32_t>(super_class->GetVTableLength())) {
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 90 milliseconds