Home
last modified time | relevance | path

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

12345

/art/runtime/interpreter/
Dunstarted_runtime.cc562 Handle<mirror::ByteArray> h_array(hs.NewHandle(mirror::ByteArray::Alloc(self, map_size))); in GetResourceAsStream()
1696 result->SetL(mirror::Array::Alloc</*kIsInstrumented=*/ true, /*kFillUsable=*/ true>( in UnstartedJNIVMRuntimeNewUnpaddedArray()
1828 ObjPtr<mirror::Array> new_array = mirror::ObjectArray<mirror::Object>::Alloc( in UnstartedJNIArrayCreateObjectArray()
/art/compiler/optimizing/
Dinliner.cc564 mirror::ObjectArray<mirror::Class>::Alloc( in AllocateInlineCacheHolder()
2059 void* storage = graph_->GetAllocator()->Alloc<OptimizingCompilerStats>(kArenaAllocMisc); in TryBuildAndInlineHelper()
Dcode_generator.cc145 void* memory = allocator.Alloc<CodeGenerationData>(kArenaAllocCodeGenerator); in Create()
/art/runtime/gc/space/
Dregion_space.cc145 DCHECK(full_region_.Alloc(kAlignment, &ignored, nullptr, &ignored) == nullptr); in RegionSpace()
/art/runtime/
Dthread.cc2727 mirror::ObjectArray<mirror::Object>::Alloc(hs.Self(), array_class, depth + 1))); in Init()
2903 return mirror::StackTraceElement::Alloc(soa.Self(), in CreateStackTraceElement()
3102 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), h_aste_array_class.Get(), length); in CreateAnnotatedStackTrace()
3126 handle2.Assign(mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), in CreateAnnotatedStackTrace()
Dclass_loader_context.cc799 libraries.Assign(mirror::ObjectArray<mirror::ClassLoader>::Alloc( in CreateClassLoaderInternal()
Druntime.cc1172 klass->Alloc(self, allocator_type)); in CreatePreAllocatedException()
/art/runtime/arch/
Dstub_test.cc858 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), ca.Get(), length / 4))); in TEST_F()
1778 void* data = linear_alloc->Alloc( in TEST_F()
/art/dex2oat/linker/
Dimage_writer.cc165 mirror::ObjectArray<mirror::Object>::Alloc( in AllocateBootImageLiveObjects()
1496 ObjPtr<ObjectArray<Object>> dex_caches = ObjectArray<Object>::Alloc( in CollectDexCaches()
1546 Handle<ObjectArray<Object>> image_roots(hs.NewHandle(ObjectArray<Object>::Alloc( in CreateImageRoots()
/art/runtime/mirror/
Dclass.h532 ALWAYS_INLINE ObjPtr<Object> Alloc(Thread* self, gc::AllocatorType allocator_type)
Dclass.cc157 Handle<ClassExt> new_ext(hs.NewHandle(ClassExt::Alloc(self))); in EnsureExtDataPresent()
Dvar_handle_test.cc222 ObjectArray<Class>::Alloc(Thread::Current(), array_of_class, ptypes_count)); in MethodTypeOf()
Dvar_handle.cc1526 hs.NewHandle(ObjectArray<Class>::Alloc(Thread::Current(), array_of_class, ptypes_count)); in GetMethodTypeForAccessMode()
/art/runtime/jni/
Djni_internal.cc2074 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), array_class, length); in NewObjectArray()
2612 ObjPtr<ArtT> result = ArtT::Alloc(soa.Self(), length); in NewPrimitiveArray()
/art/openjdkjvmti/
Dti_heap.cc1914 art::mirror::ObjectArray<art::mirror::Object>::Alloc(self, old_arr->GetClass(), new_size)); in ChangeArraySize()
/art/dex2oat/
Ddex2oat.cc740 old_field_value_->GetClass()->Alloc(self, allocator_type)); in ThreadLocalHashOverride()
/art/runtime/gc/collector/
Dconcurrent_copying.cc3392 to_ref = heap_->non_moving_space_->Alloc( in Copy()
/art/runtime/gc/
Dheap.cc2252 forward_address = to_space_->Alloc( in MarkNonForwardedObject()

12345