Home
last modified time | relevance | path

Searched refs:EncodeMethod (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dreflection_test.cc137 InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), nullptr); in InvokeNopMethod()
149 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityByteMethod()
153 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityByteMethod()
157 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityByteMethod()
161 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityByteMethod()
174 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityIntMethod()
178 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityIntMethod()
182 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityIntMethod()
186 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityIntMethod()
199 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityDoubleMethod()
[all …]
Dscoped_thread_state_change.h167 jmethodID EncodeMethod(ArtMethod* method) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in EncodeMethod() function
Dreflection.cc589 jmethodID mid = soa.EncodeMethod(m); in InvokeMethod()
Ddebugger.cc94 method_ = soa.EncodeMethod(m); in SetMethod()
196 method_ = soa.EncodeMethod(method); in Breakpoint()
203 method_ = soa.EncodeMethod(other.Method()); in SHARED_LOCKS_REQUIRED()
4052 JValue result = InvokeWithJValues(soa, ref.get(), soa.EncodeMethod(m), in ExecuteMethodWithoutPendingException()
5201 method_ = soa.EncodeMethod(m); in SetMethod()
Druntime.cc445 JValue result = InvokeWithJValues(soa, nullptr, soa.EncodeMethod(getSystemClassLoader), nullptr); in CreateSystemClassLoader()
Djni_internal.cc147 return soa.EncodeMethod(method); in FindMethodID()
363 return soa.EncodeMethod(ArtMethod::FromReflectedMethod(soa, jlr_method)); in FromReflectedMethod()
Dthread.cc1975 InvokeWithJValues(soa, ref.get(), soa.EncodeMethod(exception_init_method), jv_args); in ThrowNewWrappedException()
/art/runtime/jit/
Djit_instrumentation.cc68 jmethodID method_id = soa.EncodeMethod(method); in SignalCompiled()
84 jmethodID method_id = soa.EncodeMethod(method); in AddSamples()
/art/runtime/interpreter/
Dinterpreter_common.cc487 jmethodID mid = soa.EncodeMethod(called_method); in DoCall()