Home
last modified time | relevance | path

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

/art/compiler/sea_ir/types/
Dtype_inference_visitor.cc44 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/
Dart_method.cc247 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()
Dart_method.h202 void Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, char result_type)
/art/runtime/
Djni_internal.h59 ArgArray *arg_array, JValue* result, char result_type)
Djni_internal.cc141 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/
Dentrypoint_utils.cc353 mirror::Class* result_type = MethodHelper(interface_method).GetReturnType(); in InvokeProxyInvocationHandler() local
364 if (!UnboxPrimitiveForResult(throw_location, result_ref, result_type, result_unboxed)) { in InvokeProxyInvocationHandler()