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

  /art/runtime/
native_bridge_art_interface.cc 45 mirror::ArtMethod* m = c->GetDirectMethod(i);
69 mirror::ArtMethod* m = c->GetDirectMethod(i);
class_linker_test.cc 213 EXPECT_TRUE(klass->GetDirectMethod(0)->IsClassInitializer());
214 EXPECT_TRUE(klass->GetDirectMethod(0)->IsDirect());
252 mirror::ArtMethod* method = klass->GetDirectMethod(i);
    [all...]
instrumentation.cc 77 InstallStubsForMethod(klass->GetDirectMethod(i));
    [all...]
class_linker.cc     [all...]
debugger.cc     [all...]
jni_internal.cc     [all...]
  /art/runtime/mirror/
class.cc 254 os << StringPrintf(" %2zd: %s\n", i, PrettyMethod(h_this->GetDirectMethod(i)).c_str());
417 ArtMethod* method = GetDirectMethod(i);
427 ArtMethod* method = GetDirectMethod(i);
438 ArtMethod* method = GetDirectMethod(i);
544 ArtMethod* method = GetDirectMethod(i);
class-inl.h 80 inline ArtMethod* Class::GetDirectMethod(int32_t i) {
class.h 660 ALWAYS_INLINE ArtMethod* GetDirectMethod(int32_t i) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
  /art/compiler/
common_compiler_test.cc 275 MakeExecutable(klass->GetDirectMethod(i));
356 CompileMethod(klass->GetDirectMethod(i));
oat_test.cc 174 CheckMethod(klass->GetDirectMethod(i),
  /art/compiler/driver/
compiler_driver_test.cc 90 MakeExecutable(c->GetDirectMethod(i));
compiler_driver.cc 697 mh.ChangeMethod(c->GetDirectMethod(i));
    [all...]
  /art/runtime/arch/
stub_test.cc     [all...]

Completed in 476 milliseconds