Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h310 static ConflictType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
340 static UndefinedType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
377 static IntegerType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
396 static BooleanType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
416 static ByteType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
435 static ShortType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
454 static CharType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
473 static FloatType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
501 static LongLoType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
520 static LongHiType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
[all …]
Dreg_type.cc145 DoubleHiType* DoubleHiType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance() function in art::verifier::DoubleHiType
165 DoubleLoType* DoubleLoType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance() function in art::verifier::DoubleLoType
185 LongLoType* LongLoType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance() function in art::verifier::LongLoType
193 LongHiType* LongHiType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance() function in art::verifier::LongHiType
225 FloatType* FloatType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance() function in art::verifier::FloatType
244 CharType* CharType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance() function in art::verifier::CharType
264 ShortType* ShortType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance() function in art::verifier::ShortType
284 ByteType* ByteType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance() function in art::verifier::ByteType
304 IntegerType* IntegerType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance() function in art::verifier::IntegerType
324 ConflictType* ConflictType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance() function in art::verifier::ConflictType
[all …]
Dreg_type_cache.cc291 Type* entry = Type::CreateInstance(klass, descriptor, RegTypeCache::primitive_count_); in CreatePrimitiveTypeInstance()
/art/runtime/gc/space/
Ddlmalloc_space.h110 MallocSpace* CreateInstance(const std::string& name, MemMap* mem_map, void* allocator,
Dmalloc_space.h117 virtual MallocSpace* CreateInstance(const std::string& name, MemMap* mem_map, void* allocator,
Drosalloc_space.h95 MallocSpace* CreateInstance(const std::string& name, MemMap* mem_map, void* allocator,
Dmalloc_space.cc201 *out_malloc_space = CreateInstance(alloc_space_name, mem_map.release(), allocator, End(), end, in CreateZygoteSpace()
Ddlmalloc_space.cc151 MallocSpace* DlMallocSpace::CreateInstance(const std::string& name, MemMap* mem_map, in CreateInstance() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc166 MallocSpace* RosAllocSpace::CreateInstance(const std::string& name, MemMap* mem_map, void* allocato… in CreateInstance() function in art::gc::space::RosAllocSpace