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

  /art/runtime/openjdkjvmti/
ti_class.h 55 jmethodID** methods_ptr);
ti_class.cc 637 jmethodID** methods_ptr) {
651 if (method_count_ptr == nullptr || methods_ptr == nullptr) {
678 *methods_ptr = method_array;
    [all...]
OpenjdkJvmTi.cc 692 jmethodID** methods_ptr) {
694 return ClassUtil::GetClassMethods(env, klass, method_count_ptr, methods_ptr);
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 471 auto* methods_ptr = type->GetMethodsPtr(); local
472 if (methods_ptr == nullptr) {
476 methods_ptr = new (storage) LengthPrefixedArray<ArtMethod>(0);
477 type->SetMethodsPtr(methods_ptr, 0, 0);
481 snprintf(name, sizeof(name), "0x%" PRIXPTR, reinterpret_cast<uintptr_t>(methods_ptr));
  /art/runtime/openjdkjvmti/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]

Completed in 193 milliseconds