Searched refs:EncodeMethod (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | reflection_test.cc | 136 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 …]
|
D | scoped_thread_state_change.h | 171 jmethodID EncodeMethod(mirror::ArtMethod* method) const in EncodeMethod() function
|
D | debugger.cc | 92 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()
|
D | runtime.cc | 365 JValue result = InvokeWithJValues(soa, nullptr, soa.EncodeMethod(getSystemClassLoader), nullptr); in CreateSystemClassLoader()
|
D | jni_internal.cc | 164 return soa.EncodeMethod(method); in FindMethodID() 609 return soa.EncodeMethod(mirror::ArtMethod::FromReflectedMethod(soa, jlr_method)); in FromReflectedMethod()
|
D | thread.cc | 1769 InvokeWithJValues(soa, exception.Get(), soa.EncodeMethod(exception_init_method), jv_args); in ThrowNewWrappedException()
|