Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h1233 bool IsExact() const { return is_exact_; } in IsExact()
1275 : type_handle_(type_handle), is_exact_(is_exact), is_top_(is_top) {} in ReferenceTypeInfo()
1281 bool is_exact_; variable