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

  /art/runtime/mirror/
class.cc 416 ArtMethod* Class::FindDeclaredDirectMethod(const StringPiece& name, const StringPiece& signature) {
426 ArtMethod* Class::FindDeclaredDirectMethod(const StringPiece& name, const Signature& signature) {
436 ArtMethod* Class::FindDeclaredDirectMethod(const DexCache* dex_cache, uint32_t dex_method_idx) {
450 ArtMethod* method = klass->FindDeclaredDirectMethod(name, signature);
460 ArtMethod* method = klass->FindDeclaredDirectMethod(name, signature);
470 ArtMethod* method = klass->FindDeclaredDirectMethod(dex_cache, dex_method_idx);
class.h 753 ArtMethod* FindDeclaredDirectMethod(const StringPiece& name, const StringPiece& signature)
756 ArtMethod* FindDeclaredDirectMethod(const StringPiece& name, const Signature& signature)
759 ArtMethod* FindDeclaredDirectMethod(const DexCache* dex_cache, uint32_t dex_method_idx)
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
  /art/runtime/
thread.cc     [all...]
jni_internal.cc 157 method = c->FindDeclaredDirectMethod(name, sig);
    [all...]

Completed in 214 milliseconds