Searched refs:type_handle_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h174 return IsValidHandle(type_handle_);
230 Handle<mirror::Class> GetTypeHandle() const { return type_handle_; }
262 ReferenceTypeInfo() : type_handle_(TypeHandle()), is_exact_(false) {}
264 : type_handle_(type_handle), is_exact_(is_exact) { }
267 TypeHandle type_handle_; member in class:art::ReferenceTypeInfo

Completed in 84 milliseconds