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

  /art/runtime/mirror/
class_ext.cc 58 Handle<PointerArray> old_methods(hs.NewHandle(h_this->GetObsoleteMethods()));
62 if (old_methods == nullptr) {
66 CHECK_EQ(old_methods->GetLength(), old_dex_caches->GetLength());
67 new_len = increase + old_methods->GetLength();
88 if (!old_methods.IsNull()) {
91 old_methods.Get(),
93 old_methods->GetLength(),
  /art/openjdkjvmti/
ti_redefine.cc 1496 art::mirror::PointerArray* old_methods = cur_data->GetOldObsoleteMethods(); local
    [all...]
  /art/runtime/
class_linker.cc 7011 LengthPrefixedArray<ArtMethod>* old_methods = klass_->GetMethodsPtr(); local
7459 LengthPrefixedArray<ArtMethod>* old_methods = kIsDebugBuild ? klass->GetMethodsPtr() : nullptr; local
    [all...]

Completed in 225 milliseconds