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

/art/runtime/verifier/
H A Dmethod_verifier.h658 RegType* return_type_; // Lazily computed return type of the method. member in class:art::verifier::MethodVerifier
/art/compiler/optimizing/
H A Dnodes.h1135 return_type_(return_type),
1155 virtual Primitive::Type GetType() const { return return_type_; }
1161 const Primitive::Type return_type_; member in class:art::HInvoke

Completed in 815 milliseconds