Searched refs:is_exact_ (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/optimizing/
H A Dnodes.h177 bool IsExact() const { return is_exact_; }
262 ReferenceTypeInfo() : type_handle_(TypeHandle()), is_exact_(false) {}
264 : type_handle_(type_handle), is_exact_(is_exact) { }
270 bool is_exact_; member in class:art::ReferenceTypeInfo

Completed in 32 milliseconds