Searched defs:return_type_ (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.h79 const DataType::Type return_type_; member in class:art::HGraphBuilder
H A Dinstruction_builder.h314 const DataType::Type return_type_; member in class:art::HInstructionBuilder
/art/runtime/verifier/
H A Dmethod_verifier.h723 const RegType* return_type_; // Lazily computed return type of the method. member in class:art::verifier::MethodVerifier
/art/tools/jfuzz/
H A Djfuzz.cc107 return_type_(randomType()),
667 emitExpression(return_type_);
1167 emitType(return_type_);
1184 emitType(return_type_);
1186 emitLiteral(return_type_);
1278 const Type return_type_; member in class:__anon202::JFuzz
/art/dexlayout/
H A Ddex_ir.h677 : shorty_(shorty), return_type_(return_type), parameters_(parameters)
684 const TypeId* ReturnType() const { return return_type_; }
691 const TypeId* return_type_; member in class:art::dex_ir::ProtoId

Completed in 136 milliseconds