HomeSort by relevance Sort by last modified time
    Searched refs:DoubleHiType (Results 1 - 4 of 4) sorted by null

  /art/runtime/verifier/
reg_type.cc 46 DoubleHiType* DoubleHiType::instance_ = NULL;
137 std::string DoubleHiType::Dump() {
145 DoubleHiType* DoubleHiType::CreateInstance(mirror::Class* klass, const std::string& descriptor,
148 instance_ = new DoubleHiType(klass, descriptor, cache_id);
153 DoubleHiType* DoubleHiType::GetInstance() {
158 void DoubleHiType::Destroy() {
reg_type.h 555 class DoubleHiType : public Cat2Type {
561 static DoubleHiType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
564 static DoubleHiType* GetInstance();
567 DoubleHiType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
571 static DoubleHiType* instance_;
reg_type_cache.h 116 return *DoubleHiType::GetInstance();
reg_type_cache.cc 59 entries_.push_back(DoubleHiType::GetInstance());
272 DoubleHiType::Destroy();
308 CreatePrimitiveTypeInstance<DoubleHiType>("D");

Completed in 48 milliseconds