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

  /art/compiler/jni/quick/
jni_compiler.cc 372 if (main_jni_conv->GetReturnType() == Primitive::kPrimByte ||
373 main_jni_conv->GetReturnType() == Primitive::kPrimShort) {
375 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
376 } else if (main_jni_conv->GetReturnType() == Primitive::kPrimBoolean ||
377 main_jni_conv->GetReturnType() == Primitive::kPrimChar) {
379 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
387 main_jni_conv->GetReturnType() == Primitive::kPrimDouble &&
calling_convention.h 35 Primitive::Type GetReturnType() const {
  /external/v8/src/compiler/
linkage.h 237 MachineType GetReturnType(size_t index) const {
353 MachineType GetReturnType(size_t index = 0) const {
354 return incoming_->GetReturnType(index);
instruction-selector.cc 531 buffer->descriptor->GetReturnType(static_cast<int>(i));
    [all...]
  /system/tools/aidl/
type_namespace.cpp 100 const ValidatableType* TypeNamespace::GetReturnType(
type_namespace.h 114 virtual const ValidatableType* GetReturnType(
aidl.cpp 189 types->GetReturnType(m->GetType(), filename);
  /art/runtime/entrypoints/
entrypoint_utils.cc 127 mirror::Class* return_type = self->GetCurrentMethod(nullptr)->GetReturnType(true /* resolve */,
193 h_interface_method->GetArtMethod()->GetReturnType(true /* resolve */, pointer_size);
  /art/runtime/
art_method-inl.h 427 inline mirror::Class* ArtMethod::GetReturnType(bool resolve, size_t ptr_size) {
art_method.h 610 mirror::Class* GetReturnType(bool resolve, size_t ptr_size)
dex_file.cc     [all...]
class_linker.cc     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 80 static CanQualType GetReturnType(QualType RetTy) {
90 return arrangeLLVMFunctionInfo(FTNP->getReturnType().getUnqualifiedType(),
131 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
301 noProto->getReturnType(), /*instanceMethod=*/false,
347 GetReturnType(MD->getReturnType()), /*instanceMethod=*/false,
434 return CGT.arrangeLLVMFunctionInfo(GetReturnType(fnType->getReturnType()),
470 GetReturnType(resultType), /*instanceMethod=*/false,
486 GetReturnType(FPT->getReturnType()), /*instanceMethod=*/true
    [all...]
  /art/compiler/optimizing/
reference_type_propagation.cc     [all...]
inliner.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 349 Class* return_type = shadow_frame.GetMethod()->GetReturnType(true /* resolve */,
    [all...]
interpreter_switch_impl.cc 287 Class* return_type = shadow_frame.GetMethod()->GetReturnType(true /* resolve */,
    [all...]

Completed in 300 milliseconds