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

  /art/runtime/
exception_test.cc 98 method_f_ = my_klass_->FindVirtualMethod("f", "()I");
102 method_g_ = my_klass_->FindVirtualMethod("g", "(I)V");
utils_test.cc 221 m = c->FindVirtualMethod("charAt", "(I)C");
226 m = c->FindVirtualMethod("indexOf", "(Ljava/lang/String;I)I");
reflection.cc 402 static mirror::ArtMethod* FindVirtualMethod(mirror::Object* receiver,
472 mirror::ArtMethod* method = FindVirtualMethod(receiver, soa.DecodeMethod(mid));
493 mirror::ArtMethod* method = FindVirtualMethod(receiver, soa.DecodeMethod(mid));
class_linker_test.cc     [all...]
reflection_test.cc 111 : c->FindVirtualMethod(method_name, method_signature);
class_linker.cc     [all...]
jni_internal.cc 153 method = c->FindVirtualMethod(name, sig);
    [all...]
  /art/runtime/mirror/
class.cc 512 ArtMethod* Class::FindVirtualMethod(const StringPiece& name, const StringPiece& signature) {
522 ArtMethod* Class::FindVirtualMethod(const StringPiece& name, const Signature& signature) {
532 ArtMethod* Class::FindVirtualMethod(const DexCache* dex_cache, uint32_t dex_method_idx) {
class.h     [all...]
  /art/compiler/
common_compiler_test.cc 392 mirror::ArtMethod* method = klass->FindVirtualMethod(method_name, signature);
  /art/runtime/native/
dalvik_system_VMRuntime.cc 324 method = klass->FindVirtualMethod(dex_cache.Get(), method_idx);
  /art/compiler/jni/
jni_compiler_test.cc 72 method = c->FindVirtualMethod(method_name, method_sig);
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 3931 milliseconds