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

  /art/runtime/
reflection_test.cc 141 InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), nullptr);
153 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
157 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
161 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
166 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
179 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
183 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
187 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
191 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
204 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args)
    [all...]
reflection.h 69 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa,
jni_internal.cc     [all...]
reflection.cc 488 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, jobject obj, jmethodID mid,
    [all...]
runtime.cc 620 JValue result = InvokeWithJValues(soa,
    [all...]
thread.cc     [all...]
debugger.cc     [all...]
  /art/runtime/gc/
reference_processor.cc 259 InvokeWithJValues(soa, nullptr, WellKnownClasses::java_lang_ref_ReferenceQueue_add, args);
heap.cc     [all...]

Completed in 341 milliseconds