HomeSort by relevance Sort by last modified time
    Searched refs:GetReturnType (Results 1 - 9 of 9) sorted by null

  /art/compiler/jni/quick/
jni_compiler.cc 278 if (main_jni_conv->GetReturnType() == Primitive::kPrimByte ||
279 main_jni_conv->GetReturnType() == Primitive::kPrimShort) {
281 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
282 } else if (main_jni_conv->GetReturnType() == Primitive::kPrimBoolean ||
283 main_jni_conv->GetReturnType() == Primitive::kPrimChar) {
285 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
292 if (instruction_set == kMips && main_jni_conv->GetReturnType() == Primitive::kPrimDouble &&
calling_convention.h 32 Primitive::Type GetReturnType() const {
  /art/runtime/entrypoints/
entrypoint_utils.cc 353 mirror::Class* result_type = MethodHelper(interface_method).GetReturnType();
entrypoint_utils.h 315 mirror::Class* return_type = MethodHelper(m).GetReturnType();
  /art/runtime/
reflection.cc 102 return soa.AddLocalReference<jobject>(BoxPrimitive(mh.GetReturnType()->GetPrimitiveType(), value));
object_utils.h 483 mirror::Class* GetReturnType() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
class_linker.cc     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 69 static CanQualType GetReturnType(QualType RetTy) {
309 return arrangeLLVMFunctionInfo(GetReturnType(MD->getResultType()), argTys,
386 return arrangeLLVMFunctionInfo(GetReturnType(resultType), argTypes, info,
403 return arrangeLLVMFunctionInfo(GetReturnType(FPT->getResultType()),
420 return arrangeLLVMFunctionInfo(GetReturnType(resultType), argTypes, info,
469 retInfo.setCoerceToType(ConvertType(FI->getReturnType()));
    [all...]
  /art/runtime/interpreter/
interpreter.cc     [all...]

Completed in 346 milliseconds