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

/art/compiler/optimizing/
H A Dinstruction_builder.h58 return_type_(return_type),
319 const Primitive::Type return_type_; member in class:art::HInstructionBuilder
/art/runtime/verifier/
H A Dmethod_verifier.h715 const RegType* return_type_; // Lazily computed return type of the method. member in class:art::verifier::MethodVerifier
/art/tools/jfuzz/
H A Djfuzz.cc88 return_type_(randomType()),
641 emitExpression(return_type_);
1007 emitType(return_type_);
1024 emitType(return_type_);
1026 emitLiteral(return_type_);
1111 const Type return_type_; member in class:__anon182::JFuzz
/art/dexlayout/
H A Ddex_ir.h532 : shorty_(shorty), return_type_(return_type), parameters_(parameters)
539 const TypeId* ReturnType() const { return return_type_; }
546 const TypeId* return_type_; member in class:art::dex_ir::ProtoId

Completed in 66 milliseconds