Searched refs:kGC (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | allocation-result.h | 19 kGC = 2, enumerator 21 kLastAllocationOrigin = kGC,
|
D | scavenger-inl.h | 122 NEW_SPACE, object_size, AllocationOrigin::kGC, alignment); in SemiSpaceCopyObject() 164 AllocationOrigin::kGC, alignment); in PromoteObject() 169 AllocationOrigin::kGC); in PromoteObject()
|
D | spaces.cc | 285 DCHECK(!((origin != AllocationOrigin::kGC) && in UpdateAllocationOrigins()
|
D | paged-spaces.cc | 612 origin == AllocationOrigin::kGC); in RawRefillLabBackground() 613 DCHECK_IMPLIES(!local_heap, origin == AllocationOrigin::kGC); in RawRefillLabBackground()
|
D | free-list.cc | 413 if (origin == AllocationOrigin::kGC) { in Allocate()
|
D | mark-compact.cc | 1674 AllocationOrigin::kGC); in TryEvacuateObject() 1677 AllocationOrigin::kGC, alignment); in TryEvacuateObject() 1816 NEW_SPACE, size, AllocationOrigin::kGC, alignment); in AllocateTargetObject() 1830 OLD_SPACE, size_in_bytes, AllocationOrigin::kGC, alignment); in AllocateInOldSpace()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.h | 48 kGC = 13, enumerator
|
D | liftoff-compiler.cc | 595 bailout_reason = kGC; in MaybeBailoutForUnsupportedType() 2347 unsupported(decoder, kGC, "let"); in AllocateLocals() 2352 unsupported(decoder, kGC, "let"); in DeallocateLocals()
|