Home
last modified time | relevance | path

Searched refs:is_exact_ (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dnodes.h216 bool IsExact() const { return is_exact_; } in IsExact()
294 ReferenceTypeInfo() : type_handle_(TypeHandle()), is_exact_(false) {} in ReferenceTypeInfo()
296 : type_handle_(type_handle), is_exact_(is_exact) { } in ReferenceTypeInfo()
302 bool is_exact_; variable