| /external/v8/src/heap/ |
| D | heap.cc | 929 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 …]
|
| D | heap-inl.h | 97 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
|
| D | mark-compact.cc | 1986 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/ |
| D | IRMemoryMap.cpp | 368 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
|
| D | IRExecutionUnit.cpp | 91 IRExecutionUnit::FreeNow (lldb::addr_t allocation) in FreeNow()
|
| D | IRForTarget.cpp | 2527 lldb::addr_t allocation = m_data_allocator.Allocate(); in CompleteDataAllocation() local
|
| /external/clang/test/Sema/ |
| D | warn-unused-function.c | 50 static void cleanupMalloc(char * const * const allocation) { } in cleanupMalloc()
|
| /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| D | UnicodeMap.java | 240 int allocation = (int) (GROWTH_GAP + (newLength * GROWTH_PERCENT) / 100); in _insertGapAt() local
|
| /external/v8/test/cctest/ |
| D | test-spaces.cc | 415 { AllocationResult allocation = lo->AllocateRaw(lo_size, NOT_EXECUTABLE); in TEST() local
|
| D | test-mark-compact.cc | 143 AllocationResult allocation; in TEST() local
|
| D | cctest.h | 488 v8::internal::AllocationResult allocation = in SimulateFullSpace() local
|
| D | test-heap.cc | 3583 v8::internal::AllocationResult allocation = in AllocateAllButNBytes() local 3645 AllocationResult allocation = CcTest::heap()->new_space()->AllocateRaw( in TEST() local
|
| /external/nanopb-c/ |
| D | pb.h | 478 #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/ |
| D | CGExprCXX.cpp | 1295 llvm::Value *allocation = RV.getScalarVal(); in EmitCXXNewExpr() local
|
| /external/v8/src/ |
| D | parser.cc | 3790 CallRuntime* allocation = factory()->NewCallRuntime( in ParseEagerFunctionBody() local
|
| /external/v8/src/arm64/ |
| D | lithium-codegen-arm64.cc | 3819 Label allocation; in DoMathAbsTagged() member in v8::internal::LCodeGen::DoMathAbsTagged::DeferredMathAbsTagged
|