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

  /external/chromium_org/v8/src/compiler/
linkage.h 112 MachineType GetReturnType(size_t index) const {
210 MachineType GetReturnType() { return incoming_->GetReturnType(0); }
instruction-selector.cc 274 buffer->descriptor->GetReturnType(static_cast<int>(i));
    [all...]
  /art/runtime/
method_helper.cc 40 if (UNLIKELY(GetReturnType() != other->GetReturnType())) {
method_helper-inl.h 56 inline mirror::Class* MethodHelper::GetReturnType(bool resolve) {
method_helper.h 78 mirror::Class* GetReturnType(bool resolve = true) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
reflection.cc 600 return soa.AddLocalReference<jobject>(BoxPrimitive(mh.GetReturnType()->GetPrimitiveType(),
class_linker.cc     [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 318 if (main_jni_conv->GetReturnType() == Primitive::kPrimByte ||
319 main_jni_conv->GetReturnType() == Primitive::kPrimShort) {
321 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
322 } else if (main_jni_conv->GetReturnType() == Primitive::kPrimBoolean ||
323 main_jni_conv->GetReturnType() == Primitive::kPrimChar) {
325 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
332 if (instruction_set == kMips && main_jni_conv->GetReturnType() == Primitive::kPrimDouble &&
calling_convention.h 33 Primitive::Type GetReturnType() const {
  /art/runtime/entrypoints/
entrypoint_utils.cc 226 mirror::Class* return_type = MethodHelper(h_m).GetReturnType();
288 mirror::Class* result_type = mh_interface_method.GetReturnType();
  /external/clang/lib/CodeGen/
CGCall.cpp 72 static CanQualType GetReturnType(QualType RetTy) {
82 return arrangeLLVMFunctionInfo(FTNP->getReturnType().getUnqualifiedType(),
99 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
308 return arrangeLLVMFunctionInfo(noProto->getReturnType(), false, None,
353 return arrangeLLVMFunctionInfo(GetReturnType(MD->getReturnType()), false,
400 return CGT.arrangeFreeFunctionCall(fnType->getReturnType(), args,
432 return arrangeLLVMFunctionInfo(GetReturnType(resultType), false, argTypes,
448 return arrangeLLVMFunctionInfo(GetReturnType(FPT->getReturnType()), true
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 340 Class* return_type = mh.GetReturnType();
    [all...]
interpreter_switch_impl.cc 254 Class* return_type = mhs.GetReturnType();
    [all...]

Completed in 434 milliseconds