Home
last modified time | relevance | path

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

/art/runtime/
Dreflection_test.cc136 InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), nullptr); in InvokeNopMethod()
147 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityByteMethod()
151 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityByteMethod()
155 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityByteMethod()
159 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityByteMethod()
171 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityIntMethod()
175 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityIntMethod()
179 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityIntMethod()
183 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityIntMethod()
195 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityDoubleMethod()
[all …]
Dscoped_thread_state_change.h171 jmethodID EncodeMethod(mirror::ArtMethod* method) const in EncodeMethod() function
Ddebugger.cc92 method_ = soa.EncodeMethod(m); in SetMethod()
194 method_ = soa.EncodeMethod(method); in Breakpoint()
201 method_ = soa.EncodeMethod(other.Method()); in SHARED_LOCKS_REQUIRED()
3811 pReq->result_value = InvokeWithJValues(soa, pReq->receiver, soa.EncodeMethod(m.Get()), in ExecuteMethod()
4857 method_ = soa.EncodeMethod(m); in SetMethod()
Druntime.cc365 JValue result = InvokeWithJValues(soa, nullptr, soa.EncodeMethod(getSystemClassLoader), nullptr); in CreateSystemClassLoader()
Djni_internal.cc164 return soa.EncodeMethod(method); in FindMethodID()
609 return soa.EncodeMethod(mirror::ArtMethod::FromReflectedMethod(soa, jlr_method)); in FromReflectedMethod()
Dthread.cc1769 InvokeWithJValues(soa, exception.Get(), soa.EncodeMethod(exception_init_method), jv_args); in ThrowNewWrappedException()