HomeSort by relevance Sort by last modified time
    Searched refs:FindClassMethod (Results 1 - 25 of 27) sorted by null

1 2

  /art/compiler/
exception_test.cc 105 method_f_ = my_klass_->FindClassMethod("f", "()I", kRuntimePointerSize);
110 method_g_ = my_klass_->FindClassMethod("g", "(I)V", kRuntimePointerSize);
image_test.cc 137 origin = iterable_klass->FindClassMethod(
common_compiler_test.cc 270 ArtMethod* method = klass->FindClassMethod(method_name, signature, pointer_size);
284 ArtMethod* method = klass->FindClassMethod(method_name, signature, pointer_size);
image_writer.cc     [all...]
oat_writer.cc     [all...]
  /art/runtime/mirror/
dex_cache_test.cc 132 ArtMethod* method1 = method_types->FindClassMethod(
138 ArtMethod* method2 = method_types->FindClassMethod(
class.cc 557 ArtMethod* Class::FindClassMethod(const StringPiece& name,
563 ArtMethod* Class::FindClassMethod(const StringPiece& name,
569 ArtMethod* Class::FindClassMethod(ObjPtr<DexCache> dex_cache,
    [all...]
class.h     [all...]
  /art/runtime/
proxy_test.cc 67 ArtMethod* method = javaLangObject->FindClassMethod(
76 method = javaLangObject->FindClassMethod("hashCode", "()I", kRuntimePointerSize);
83 method = javaLangObject->FindClassMethod(
utils_test.cc 195 m = c->FindClassMethod("charAt", "(I)C", kRuntimePointerSize);
201 m = c->FindClassMethod("indexOf", "(Ljava/lang/String;I)I", kRuntimePointerSize);
207 m = c->FindClassMethod("copyValueOf", "([CII)Ljava/lang/String;", kRuntimePointerSize);
class_linker_test.cc     [all...]
instrumentation_test.cc 489 klass->FindClassMethod("returnReference", "()Ljava/lang/Object;", kRuntimePointerSize);
508 ArtMethod* method = klass->FindClassMethod("returnPrimitive", "()I", kRuntimePointerSize);
589 klass->FindClassMethod("instanceMethod", "()V", kRuntimePointerSize);
638 klass->FindClassMethod("instanceMethod", "()V", kRuntimePointerSize);
    [all...]
class_linker-inl.h 172 resolved = klass->FindClassMethod(dex_cache, method_idx, pointer_size);
reflection_test.cc 111 *method = c->FindClassMethod(method_name, method_signature, kRuntimePointerSize);
523 ArtMethod* method = klass->FindClassMethod("main",
class_linker.cc     [all...]
runtime.cc 647 ArtMethod* getSystemClassLoader = class_loader_class->FindClassMethod(
    [all...]
  /art/runtime/openjdkjvmti/
ti_search.cc 108 properties_class->FindClassMethod(
116 properties_class->FindClassMethod(
  /art/compiler/optimizing/
instruction_simplifier.cc     [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 102 inlined_method = klass->FindClassMethod(dex_cache, method_index, kRuntimePointerSize);
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 394 : klass->FindClassMethod(dex_cache, method_idx, kRuntimePointerSize);
  /art/runtime/verifier/
verifier_deps.cc     [all...]
method_verifier.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc 379 ArtMethod* method = cls->FindClassMethod(method_name, signature, image_size);
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 250 ArtMethod* method = c->FindClassMethod(method_name, method_sig, pointer_size);
    [all...]

Completed in 326 milliseconds

1 2