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

  /art/runtime/
reflection_test.cc 137 InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), nullptr);
149 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args);
153 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args);
157 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args);
162 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args);
175 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args);
179 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args);
183 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args);
187 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args);
200 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args)
    [all...]
reflection.h 52 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, jobject obj, jmethodID mid,
jni_internal.cc     [all...]
reflection.cc 473 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, jobject obj, jmethodID mid,
    [all...]
runtime.cc 526 JValue result = InvokeWithJValues(soa, nullptr, soa.EncodeMethod(getSystemClassLoader), nullptr);
    [all...]
thread.cc     [all...]
debugger.cc     [all...]
  /art/runtime/gc/
reference_processor.cc 230 InvokeWithJValues(soa, nullptr, WellKnownClasses::java_lang_ref_ReferenceQueue_add, args);
heap.cc     [all...]

Completed in 193 milliseconds