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

  /art/runtime/
common_throws.h 142 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name,
146 void ThrowNoSuchMethodError(uint32_t method_idx)
common_throws.cc 267 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name,
276 void ThrowNoSuchMethodError(uint32_t method_idx) {
class_linker.cc     [all...]
jni_internal.cc 218 static void ThrowNoSuchMethodError(ScopedObjectAccess& soa, Class* c,
248 ThrowNoSuchMethodError(soa, c, name, sig, is_static ? "static" : "non-static");
    [all...]
  /art/runtime/entrypoints/quick/
quick_throw_entrypoints.cc 94 ThrowNoSuchMethodError(method_idx);
  /art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc 35 ThrowNoSuchMethodError(method_idx);
  /art/runtime/entrypoints/
entrypoint_utils.cc 263 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), mh.GetName(),

Completed in 582 milliseconds