Home
last modified time | relevance | path

Searched refs:CreateInstance (Results 1 – 8 of 8) 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_cache.cc356 const Type* entry = Type::CreateInstance(klass, in CreatePrimitiveAndSmallConstantTypes()
/art/runtime/gc/space/
Ddlmalloc_space.h130 MallocSpace* CreateInstance(MemMap&& mem_map,
Dmalloc_space.h118 virtual MallocSpace* CreateInstance(MemMap&& mem_map,
Drosalloc_space.h121 MallocSpace* CreateInstance(MemMap&& mem_map,
Dmalloc_space.cc223 *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