Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap-allocator-inl.h35 NewSpace* HeapAllocator::new_space() const { in new_space() function
Dmark-compact.cc3471 NewSpace* new_space = heap()->new_space(); in EvacuatePrologue() local
5481 NewSpace* new_space = heap()->new_space(); in EvacuatePrologue() local
5816 NewSpace* new_space = heap()->new_space(); in TraceFragmentation() local
Dheap.h844 NewSpace* new_space() { return new_space_; } in new_space() function
/third_party/vk-gl-cts/external/amber/src/src/
Dbuffer.cc309 uint32_t new_space = in SetDataWithOffset() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Djmemmgr.c655 size_t new_space = (long)sptr->rows_in_array * in realize_virt_arrays() local
667 size_t new_space = (long)bptr->rows_in_array * in realize_virt_arrays() local
/third_party/node/deps/v8/src/strings/
Dstring-stream.cc460 char* new_space = NewArray<char>(new_bytes); in grow() local
/third_party/node/deps/v8/src/builtins/s390/
Dbuiltins-s390.cc2296 Register new_space = scratch2; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/builtins/arm/
Dbuiltins-arm.cc2046 Register new_space = scratch2; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2063 Register new_space = scratch2; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc2066 Register new_space = scratch2; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc2253 Register new_space = scratch2; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc2168 Register new_space = scratch2; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/builtins/mips/
Dbuiltins-mips.cc2018 Register new_space = scratch2; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc2151 Register new_space = scratch1; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc2131 Register new_space = kScratchRegister; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1370 bool const new_space = !(flags & AllocationFlag::kPretenured); in Allocate() local