Searched refs:result_type (Results 1 – 6 of 6) sorted by relevance
/art/compiler/sea_ir/types/ |
D | type_inference_visitor.cc | 44 const Type* result_type = MergeTypes(types_to_merge); in Visit() local 45 crt_type_.push_back(result_type); in Visit() 67 const Type* result_type = fti.GetReturnValueType(); in Visit() local 68 crt_type_.push_back(result_type); in Visit()
|
/art/runtime/mirror/ |
D | art_method.cc | 247 char result_type) { in Invoke() argument 271 (*art_portable_invoke_stub)(this, args, args_size, self, result, result_type); in Invoke() 273 (*art_quick_invoke_stub)(this, args, args_size, self, result, result_type); in Invoke()
|
D | art_method.h | 202 void Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, char result_type)
|
/art/runtime/ |
D | jni_internal.h | 59 ArgArray *arg_array, JValue* result, char result_type)
|
D | jni_internal.cc | 141 ArgArray* arg_array, JValue* result, char result_type) in InvokeWithArgArray() argument 147 method->Invoke(soa.Self(), args, arg_array->GetNumBytes(), result, result_type); in InvokeWithArgArray()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 353 mirror::Class* result_type = MethodHelper(interface_method).GetReturnType(); in InvokeProxyInvocationHandler() local 364 if (!UnboxPrimitiveForResult(throw_location, result_ref, result_type, result_unboxed)) { in InvokeProxyInvocationHandler()
|