Home
last modified time | relevance | path

Searched refs:Alloc (Results 76 – 100 of 118) sorted by relevance

12345

/art/runtime/mirror/
Dclass_ext.h135 static ObjPtr<ClassExt> Alloc(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
Dstring.h257 ALWAYS_INLINE static ObjPtr<String> Alloc(Thread* self,
Ddex_cache.cc59 : reinterpret_cast<uint8_t*>(linear_alloc->Alloc(self, layout.Size())); in InitializeDexCache()
/art/runtime/
Dtransaction_test.cc154 mirror::Array::Alloc(soa.Self(), in TEST_F()
654 instance_fields_test_class->Alloc(soa.Self(), heap->GetCurrentAllocator())); in TEST_F()
663 Handle<mirror::Array> long_array_dim2 = hs.NewHandle(mirror::Array::Alloc( in TEST_F()
671 Handle<mirror::Array> long_array = hs.NewHandle(mirror::Array::Alloc( in TEST_F()
Dclass_linker_test.cc1083 mirror::ObjectArray<mirror::String>::Alloc(soa.Self(), array_class, 0); in TEST_F()
1097 Handle<mirror::LongArray> long_array(hs.NewHandle(mirror::LongArray::Alloc(soa.Self(), 0))); in TEST_F()
1102 Handle<mirror::DoubleArray> double_array(hs.NewHandle(mirror::DoubleArray::Alloc(soa.Self(), 0))); in TEST_F()
1107 Handle<mirror::IntArray> int_array(hs.NewHandle(mirror::IntArray::Alloc(soa.Self(), 0))); in TEST_F()
1112 Handle<mirror::CharArray> char_array(hs.NewHandle(mirror::CharArray::Alloc(soa.Self(), 0))); in TEST_F()
1117 Handle<mirror::ShortArray> short_array(hs.NewHandle(mirror::ShortArray::Alloc(soa.Self(), 0))); in TEST_F()
1628 ObjPtr<mirror::Object> o = mirror::ObjectArray<mirror::String>::Alloc(soa.Self(), c, 0); in TEST_F()
1637 ObjPtr<mirror::Object> o = mirror::ObjectArray<mirror::String>::Alloc(soa.Self(), c, 0); in TEST_F()
Dstring_builder_append.cc358 ObjPtr<mirror::String> result = mirror::String::Alloc( in AppendF()
Dclass_linker.cc832 mirror::ObjectArray<mirror::Class>::Alloc(self, in InitWithoutImage()
2510 mirror::ObjectArray<mirror::Class>::Alloc(self, array_of_class, class_table_size)); in VisitClassesWithoutClassesLock()
2584 ? ObjPtr<mirror::Array>(mirror::LongArray::Alloc(self, length)) in AllocPointerArray()
2585 : ObjPtr<mirror::Array>(mirror::IntArray::Alloc(self, length))); in AllocPointerArray()
2742 return mirror::ObjectArray<mirror::StackTraceElement>::Alloc( in AllocStackTraceElementArray()
3798 void* array_storage = allocator->Alloc(self, storage_size); in AllocArtFieldArray()
3815 void* array_storage = allocator->Alloc(self, storage_size); in AllocArtMethodArray()
5131 ? mirror::ObjectArray<mirror::ObjectArray<mirror::Class>>::Alloc( in CreateProxyClass()
6143 allocator->Alloc(self, ImTable::SizeInBytes(image_pointer_size_))); in LinkClass()
6939 void* data = linear_alloc->Alloc( in AddMethodToConflictTable()
[all …]
Dcommon_runtime_test.cc348 mirror::ObjectArray<mirror::Object>::Alloc(self, ca.Get(), array_length))); in FillHeap()
Dmethod_handles_test.cc56 mirror::ObjectArray<mirror::Class>::Alloc(self, class_array_type, 1)); in CreateVoidMethodType()
Dclass_loader_context_test.cc1184 mirror::ObjectArray<mirror::ClassLoader>::Alloc( in TEST_F()
1222 mirror::ObjectArray<mirror::ClassLoader>::Alloc( in TEST_F()
1620 mirror::ObjectArray<mirror::ClassLoader>::Alloc( in TEST_F()
/art/runtime/gc/
Dheap_verification_test.cc41 return mirror::ObjectArray<T>::Alloc( in AllocObjectArray()
/art/runtime/dex/
Ddex_file_annotations.cc384 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_member_array_class, size); in ProcessEncodedAnnotation()
593 Handle<mirror::Array> new_array(hs.NewHandle(mirror::Array::Alloc( in ProcessAnnotationValue()
903 return mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), 0); in ProcessAnnotationSet()
908 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), size))); in ProcessAnnotationSet()
936 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), dest_index); in ProcessAnnotationSet()
966 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_array_class, size))); in ProcessAnnotationSetRefList()
/art/libartbase/base/
Dscoped_arena_containers.h187 return reinterpret_cast<T*>(arena_stack_->Alloc(n * sizeof(T),
Dbit_table.h431 void* copy = allocator_->Alloc(region.size(), kArenaAllocBitTableBuilder); in Dedup()
/art/runtime/gc/space/
Dregion_space.h68 mirror::Object* Alloc(Thread* self,
433 ALWAYS_INLINE mirror::Object* Alloc(size_t num_bytes,
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc114 auto new_inst = cir_->Alloc<lir::Bytecode>(); in Transform()
/art/runtime/interpreter/
Dinterpreter_common.cc773 hs.NewHandle(mirror::Type ## Array::Alloc(self, array_length)); \ in PackCollectorArrayForBootstrapMethod()
794 hs.NewHandle(mirror::ObjectArray<T>::Alloc(self, \ in PackCollectorArrayForBootstrapMethod()
861 mirror::ObjectArray<mirror::Class>::Alloc(self, in BuildCallSiteForBootstrapMethod()
1481 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc( in DoFilledNewArray()
Dunstarted_runtime_test.cc120 mirror::ObjectArray<mirror::Object>::Alloc(self, array_type, 3); in CreateObjectArray()
330 mirror::CharArray::Alloc(self, kBaseLen))); in TEST_F()
1334 mirror::ObjectArray<mirror::Object>::Alloc( in TEST_F()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc123 ObjPtr<mirror::Array> result = mirror::Array::Alloc(soa.Self(), in VMRuntime_newNonMovableArray()
151 mirror::Array::Alloc</*kIsInstrumented=*/ true, /*kFillUsable=*/ true>( in VMRuntime_newUnpaddedArray()
Djava_lang_reflect_Field.cc482 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), annotation_array_class, 0); in Field_getDeclaredAnnotations()
Ddalvik_system_VMDebug.cc324 ObjPtr<mirror::LongArray> long_counts = mirror::LongArray::Alloc(soa.Self(), counts.size()); in VMDebug_countInstancesOfClasses()
/art/openjdkjvmti/
Dti_redefine.cc313 auto* method_storage = allocator_->Alloc(art::Thread::Current(), method_size); in VisitFrame()
1207 arr_(hs->NewHandle(art::mirror::ObjectArray<art::mirror::Object>::Alloc( in RedefinitionDataHolder()
1743 hs.NewHandle(art::mirror::ObjectArray<art::mirror::Object>::Alloc( in CollectAndCreateNewInstances()
1757 hs.NewHandle(art::mirror::ObjectArray<art::mirror::Object>::Alloc( in CollectAndCreateNewInstances()
1790 new_type->Alloc</*kIsInstrumented=*/true, in CollectAndCreateNewInstances()
1915 hs.NewHandle(art::mirror::ObjectArray<art::mirror::Class>::Alloc( in FinishNewClassAllocations()
1942 hs.NewHandle(art::mirror::ObjectArray<art::mirror::Class>::Alloc( in FinishNewClassAllocations()
/art/runtime/interpreter/mterp/
Dnterp.cc561 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc( in DoFilledNewArray()
/art/compiler/debug/
Delf_debug_info_writer.h481 void* storage = allocator->Alloc(Thread::Current(), sizeof(LengthPrefixedArray<ArtMethod>)); in WriteLinkageName()
/art/runtime/gc/allocator/
Drosalloc.h850 void* Alloc(Thread* self, size_t size, size_t* bytes_allocated, size_t* usable_size,

12345