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

  /art/runtime/verifier/
reg_type.cc 40 ShortType* ShortType::instance_ = NULL;
113 std::string ShortType::Dump() {
264 ShortType* ShortType::CreateInstance(mirror::Class* klass, const std::string& descriptor,
267 instance_ = new ShortType(klass, descriptor, cache_id);
272 ShortType* ShortType::GetInstance() {
277 void ShortType::Destroy() {
reg_type.h 429 class ShortType : public Cat1Type {
435 static ShortType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
438 static ShortType* GetInstance();
441 ShortType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
445 static ShortType* instance_;
reg_type_cache.cc 52 entries_.push_back(ShortType::GetInstance());
108 return *ShortType::GetInstance();
265 ShortType::Destroy();
301 CreatePrimitiveTypeInstance<ShortType>("S");
reg_type_cache.h 98 return *ShortType::GetInstance();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 

Completed in 62 milliseconds