Searched defs:BooleanType (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dreg_type.h387 class BooleanType : public Cat1Type { class in namespace:art::verifier
393 static BooleanType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
396 static BooleanType* GetInstance();
399 BooleanType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
404 static BooleanType* instance;

Completed in 38 milliseconds