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

  /art/runtime/
reflection_test.cc 136 InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), nullptr);
147 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
151 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
155 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
159 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
171 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
175 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
179 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
183 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
195 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args)
    [all...]
reflection.h 54 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, mirror::Object* receiver,
jni_internal.cc     [all...]
reflection.cc 442 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, mirror::Object* receiver,
runtime.cc 365 JValue result = InvokeWithJValues(soa, nullptr, soa.EncodeMethod(getSystemClassLoader), nullptr);
    [all...]
thread.cc     [all...]
debugger.cc     [all...]
  /art/runtime/gc/
reference_processor.cc 226 InvokeWithJValues(soa, nullptr, WellKnownClasses::java_lang_ref_ReferenceQueue_add, args);
heap.cc     [all...]

Completed in 2672 milliseconds