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

  /art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc 35 ThrowNoSuchMethodError(method_idx);
  /art/runtime/entrypoints/quick/
quick_throw_entrypoints.cc 98 ThrowNoSuchMethodError(method_idx);
  /art/runtime/
common_throws.h 155 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name,
159 void ThrowNoSuchMethodError(uint32_t method_idx)
common_throws.cc 307 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name,
316 void ThrowNoSuchMethodError(uint32_t method_idx) {
jni_internal.cc 106 static void ThrowNoSuchMethodError(ScopedObjectAccess& soa, mirror::Class* c,
161 ThrowNoSuchMethodError(soa, c, name, sig, is_static ? "static" : "non-static");
    [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 403 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(),
418 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(),

Completed in 249 milliseconds