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

  /art/runtime/entrypoints/quick/
quick_throw_entrypoints.cc 89 ThrowNoSuchMethodError(method_idx);
  /art/runtime/
common_throws.h 177 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name,
181 void ThrowNoSuchMethodError(uint32_t method_idx)
common_throws.cc 350 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name,
359 void ThrowNoSuchMethodError(uint32_t method_idx) {
jni_internal.cc 90 static void ThrowNoSuchMethodError(ScopedObjectAccess& soa, mirror::Class* c,
144 ThrowNoSuchMethodError(soa, c, name, sig, is_static ? "static" : "non-static");
    [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 496 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(),
531 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(),
555 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(),
    [all...]

Completed in 323 milliseconds