Home
last modified time | relevance | path

Searched refs:IsYoungGenerationAllocation (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmemory-lowering.cc37 bool IsYoungGenerationAllocation() const { in IsYoungGenerationAllocation() function in v8::internal::compiler::MemoryLowering::AllocationGroup
640 if (state && state->IsYoungGenerationAllocation() && in ComputeWriteBarrierKind()
714 bool MemoryLowering::AllocationState::IsYoungGenerationAllocation() const { in IsYoungGenerationAllocation() function in v8::internal::compiler::MemoryLowering::AllocationState
715 return group() && group()->IsYoungGenerationAllocation(); in IsYoungGenerationAllocation()
Dmemory-lowering.h50 bool IsYoungGenerationAllocation() const;