HomeSort by relevance Sort by last modified time
    Searched full:encodemethod (Results 1 - 8 of 8) 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...]
scoped_thread_state_change.h 167 jmethodID EncodeMethod(ArtMethod* method) const SHARED_REQUIRES(Locks::mutator_lock_) {
reflection.cc 594 jmethodID mid = soa.EncodeMethod(m);
    [all...]
jni_internal.cc 147 return soa.EncodeMethod(method);
358 return soa.EncodeMethod(ArtMethod::FromReflectedMethod(soa, jlr_method));
    [all...]
runtime.cc 501 JValue result = InvokeWithJValues(soa, nullptr, soa.EncodeMethod(getSystemClassLoader), nullptr);
    [all...]
debugger.cc     [all...]
thread.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 582 jmethodID mid = soa.EncodeMethod(called_method);
    [all...]

Completed in 554 milliseconds