HomeSort by relevance Sort by last modified time
    Searched full:type_handle_ (Results 1 - 1 of 1) sorted by null

  /art/compiler/optimizing/
nodes.h 206 return IsValidHandle(type_handle_);
262 Handle<mirror::Class> GetTypeHandle() const { return type_handle_; }
294 ReferenceTypeInfo() : type_handle_(TypeHandle()), is_exact_(false) {}
296 : type_handle_(type_handle), is_exact_(is_exact) { }
299 TypeHandle type_handle_; member in class:art::ReferenceTypeInfo
    [all...]

Completed in 99 milliseconds