Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc138 const DoubleHiType* DoubleHiType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::DoubleHiType
153 const DoubleLoType* DoubleLoType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::DoubleLoType
168 const LongLoType* LongLoType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::LongLoType
176 const LongHiType* LongHiType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::LongHiType
198 const FloatType* FloatType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::FloatType
213 const CharType* CharType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::CharType
228 const ShortType* ShortType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::ShortType
243 const ByteType* ByteType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::ByteType
258 const IntegerType* IntegerType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::IntegerType
273 const ConflictType* ConflictType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() function in art::verifier::ConflictType
[all …]
Dreg_type.h369 static const ConflictType* CreateInstance(ObjPtr<mirror::Class> klass,
405 static const UndefinedType* CreateInstance(ObjPtr<mirror::Class> klass,
448 static const IntegerType* CreateInstance(ObjPtr<mirror::Class> klass,
473 static const BooleanType* CreateInstance(ObjPtr<mirror::Class> klass,
499 static const ByteType* CreateInstance(ObjPtr<mirror::Class> klass,
524 static const ShortType* CreateInstance(ObjPtr<mirror::Class> klass,
548 static const CharType* CreateInstance(ObjPtr<mirror::Class> klass,
573 static const FloatType* CreateInstance(ObjPtr<mirror::Class> klass,
606 static const LongLoType* CreateInstance(ObjPtr<mirror::Class> klass,
631 static const LongHiType* CreateInstance(ObjPtr<mirror::Class> klass,
[all …]
Dreg_type_cache.cc367 const Type* entry = Type::CreateInstance(klass, in CreatePrimitiveAndSmallConstantTypes()
/art/runtime/gc/space/
Dmalloc_space.h118 virtual MallocSpace* CreateInstance(MemMap&& mem_map,
Ddlmalloc_space.h130 MallocSpace* CreateInstance(MemMap&& mem_map,
Drosalloc_space.h121 MallocSpace* CreateInstance(MemMap&& mem_map,
Dmalloc_space.cc222 *out_malloc_space = CreateInstance(std::move(mem_map), in CreateZygoteSpace()
Ddlmalloc_space.cc192 MallocSpace* DlMallocSpace::CreateInstance(MemMap&& mem_map, in CreateInstance() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc224 MallocSpace* RosAllocSpace::CreateInstance(MemMap&& mem_map, in CreateInstance() function in art::gc::space::RosAllocSpace