Home
last modified time | relevance | path

Searched refs:kGC (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dallocation-result.h19 kGC = 2, enumerator
21 kLastAllocationOrigin = kGC,
Dscavenger-inl.h122 NEW_SPACE, object_size, AllocationOrigin::kGC, alignment); in SemiSpaceCopyObject()
164 AllocationOrigin::kGC, alignment); in PromoteObject()
169 AllocationOrigin::kGC); in PromoteObject()
Dspaces.cc285 DCHECK(!((origin != AllocationOrigin::kGC) && in UpdateAllocationOrigins()
Dpaged-spaces.cc612 origin == AllocationOrigin::kGC); in RawRefillLabBackground()
613 DCHECK_IMPLIES(!local_heap, origin == AllocationOrigin::kGC); in RawRefillLabBackground()
Dfree-list.cc413 if (origin == AllocationOrigin::kGC) { in Allocate()
Dmark-compact.cc1674 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/
Dliftoff-compiler.h48 kGC = 13, enumerator
Dliftoff-compiler.cc595 bailout_reason = kGC; in MaybeBailoutForUnsupportedType()
2347 unsupported(decoder, kGC, "let"); in AllocateLocals()
2352 unsupported(decoder, kGC, "let"); in DeallocateLocals()