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

  /art/runtime/
cha.cc 186 if (verify_index >= verify_class->GetVTableLength()) {
321 method_index < super_super->GetVTableLength()) {
459 for (int32_t i = 0; i < super_class->GetVTableLength(); ++i) {
483 for (int32_t i = super_class->GetVTableLength(); i < klass->GetVTableLength(); ++i) {
art_method.cc 214 if (super_class->HasVTable() && method_index < super_class->GetVTableLength()) {
    [all...]
method_handles.cc 703 DCHECK_LT(vtable_index, super_class->GetVTableLength());
    [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 483 vtable_index >= static_cast<uint32_t>(klass->GetVTableLength()))) {
521 vtable_index >= static_cast<uint32_t>(super_class->GetVTableLength())) {
    [all...]
  /art/runtime/mirror/
class-inl.h 291 inline int32_t Class::GetVTableLength() {
    [all...]
class.h     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 426 milliseconds