Home
last modified time | relevance | path

Searched refs:CreateInstance (Results 1 – 9 of 9) sorted by relevance

/art/runtime/verifier/
Dreg_type.cc130 const DoubleHiType* DoubleHiType::CreateInstance(mirror::Class* klass, in CreateInstance() function in art::verifier::DoubleHiType
145 const DoubleLoType* DoubleLoType::CreateInstance(mirror::Class* klass, in CreateInstance() function in art::verifier::DoubleLoType
160 const LongLoType* LongLoType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance() function in art::verifier::LongLoType
167 const LongHiType* LongHiType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance() function in art::verifier::LongHiType
188 const FloatType* FloatType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance() function in art::verifier::FloatType
202 const CharType* CharType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance() function in art::verifier::CharType
216 const ShortType* ShortType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance() function in art::verifier::ShortType
230 const ByteType* ByteType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance() function in art::verifier::ByteType
244 const IntegerType* IntegerType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance() function in art::verifier::IntegerType
258 const ConflictType* ConflictType::CreateInstance(mirror::Class* klass, in CreateInstance() function in art::verifier::ConflictType
[all …]
Dreg_type.h336 static const ConflictType* CreateInstance(mirror::Class* klass,
367 static const UndefinedType* CreateInstance(mirror::Class* klass,
403 static const IntegerType* CreateInstance(mirror::Class* klass,
423 static const BooleanType* CreateInstance(mirror::Class* klass,
444 static const ByteType* CreateInstance(mirror::Class* klass,
464 static const ShortType* CreateInstance(mirror::Class* klass,
484 static const CharType* CreateInstance(mirror::Class* klass,
504 static const FloatType* CreateInstance(mirror::Class* klass,
531 static const LongLoType* CreateInstance(mirror::Class* klass,
551 static const LongHiType* CreateInstance(mirror::Class* klass,
[all …]
Dreg_type_cache.cc319 const Type* entry = Type::CreateInstance(klass, descriptor, RegTypeCache::primitive_count_); in CreatePrimitiveTypeInstance()
/art/runtime/gc/space/
Ddlmalloc_space.h121 MallocSpace* CreateInstance(MemMap* mem_map, const std::string& name, void* allocator,
Dmalloc_space.h126 virtual MallocSpace* CreateInstance(MemMap* mem_map, const std::string& name, void* allocator,
Drosalloc_space.h114 MallocSpace* CreateInstance(MemMap* mem_map, const std::string& name, void* allocator,
Dmalloc_space.cc206 *out_malloc_space = CreateInstance(mem_map.release(), alloc_space_name, allocator, End(), end, in CreateZygoteSpace()
Ddlmalloc_space.cc153 MallocSpace* DlMallocSpace::CreateInstance(MemMap* mem_map, const std::string& name, in CreateInstance() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc176 MallocSpace* RosAllocSpace::CreateInstance(MemMap* mem_map, const std::string& name, in CreateInstance() function in art::gc::space::RosAllocSpace