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

  /art/runtime/
reflection.h 75 JValue InvokeVirtualOrInterfaceWithJValues(const ScopedObjectAccessAlreadyRunnable& soa,
jni_internal.cc 802 JValue result(InvokeVirtualOrInterfaceWithJValues(soa, obj, mid, args));
828 return InvokeVirtualOrInterfaceWithJValues(soa, obj, mid, args).GetZ();
    [all...]
reflection.cc 520 JValue InvokeVirtualOrInterfaceWithJValues(const ScopedObjectAccessAlreadyRunnable& soa,
    [all...]
thread.cc 452 InvokeVirtualOrInterfaceWithJValues(soa, ref.get(), mid, nullptr);
    [all...]

Completed in 285 milliseconds