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

  /art/runtime/native/
java_lang_reflect_Method.cc 53 for (const auto& m : klass->GetDeclaredVirtualMethods(kRuntimePointerSize)) {
  /art/runtime/
cha.cc 442 for (ArtMethod& method : klass->GetDeclaredVirtualMethods(image_pointer_size)) {
proxy_test.cc 93 for (auto& m : interface->GetDeclaredVirtualMethods(kRuntimePointerSize)) {
class_linker_test.cc 332 for (ArtMethod& method : klass->GetDeclaredVirtualMethods(kRuntimePointerSize)) {
    [all...]
class_linker.cc     [all...]
  /art/runtime/mirror/
class.cc 726 for (auto& method_iter : iface->GetDeclaredVirtualMethods(pointer_size)) {
    [all...]
class-inl.h     [all...]
class.h     [all...]
  /art/compiler/
oat_test.cc 471 for (auto& m : klass->GetDeclaredVirtualMethods(pointer_size)) {
    [all...]

Completed in 98 milliseconds