Home
last modified time | relevance | path

Searched defs:allocation (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/heap/
Dheap.cc929 AllocationResult allocation; in ReserveSpace() local
1960 AllocationResult allocation = in SemiSpaceCopyObject() local
1999 AllocationResult allocation; in PromoteObject() local
2269 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE, MAP_SPACE); in AllocatePartialMap() local
2294 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE, MAP_SPACE); in AllocateMap() local
2328 AllocationResult allocation = AllocateRaw(size, space, space); in AllocateFillerObject() local
2370 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize); in CreateInitialMaps() local
2397 AllocationResult allocation = AllocateEmptyFixedArray(); in CreateInitialMaps() local
2403 AllocationResult allocation = Allocate(null_map(), OLD_POINTER_SPACE); in CreateInitialMaps() local
2410 AllocationResult allocation = Allocate(undefined_map(), OLD_POINTER_SPACE); in CreateInitialMaps() local
[all …]
Dheap-inl.h97 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateOneByteInternalizedString() local
129 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateTwoByteInternalizedString() local
181 AllocationResult allocation; in AllocateRaw() local
Dmark-compact.cc1986 AllocationResult allocation = new_space->AllocateRaw(size); in DiscoverAndEvacuateBlackObjectsOnPage() local
3077 AllocationResult allocation = target_space->AllocateRaw(object_size); in TryPromoteObject() local
3145 AllocationResult allocation = space->AllocateRaw(size); in EvacuateLiveObjectsFromPage() local
/external/lldb/source/Expression/
DIRMemoryMap.cpp368 Allocation &allocation = iter->second; in Leak() local
387 Allocation &allocation = iter->second; in Free() local
445 Allocation &allocation = iter->second; in WriteMemory() local
575 Allocation &allocation = iter->second; in ReadMemory() local
706 Allocation &allocation = iter->second; in GetMemoryData() local
DIRExecutionUnit.cpp91 IRExecutionUnit::FreeNow (lldb::addr_t allocation) in FreeNow()
DIRForTarget.cpp2527 lldb::addr_t allocation = m_data_allocator.Allocate(); in CompleteDataAllocation() local
/external/clang/test/Sema/
Dwarn-unused-function.c50 static void cleanupMalloc(char * const * const allocation) { } in cleanupMalloc()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodeMap.java240 int allocation = (int) (GROWTH_GAP + (newLength * GROWTH_PERCENT) / 100); in _insertGapAt() local
/external/v8/test/cctest/
Dtest-spaces.cc415 { AllocationResult allocation = lo->AllocateRaw(lo_size, NOT_EXECUTABLE); in TEST() local
Dtest-mark-compact.cc143 AllocationResult allocation; in TEST() local
Dcctest.h488 v8::internal::AllocationResult allocation = in SimulateFullSpace() local
Dtest-heap.cc3583 v8::internal::AllocationResult allocation = in AllocateAllButNBytes() local
3645 AllocationResult allocation = CcTest::heap()->new_space()->AllocateRaw( in TEST() local
/external/nanopb-c/
Dpb.h478 #define PB_FIELD(tag, type, rules, allocation, message, field, prevfield, ptr) \ argument
490 #define PB_FIELD2(tag, type, rules, allocation, placement, message, field, prevfield, ptr) \ argument
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1295 llvm::Value *allocation = RV.getScalarVal(); in EmitCXXNewExpr() local
/external/v8/src/
Dparser.cc3790 CallRuntime* allocation = factory()->NewCallRuntime( in ParseEagerFunctionBody() local
/external/v8/src/arm64/
Dlithium-codegen-arm64.cc3819 Label allocation; in DoMathAbsTagged() member in v8::internal::LCodeGen::DoMathAbsTagged::DeferredMathAbsTagged