Searched refs:IsNewSpaceAllocation (Results 1 – 2 of 2) sorted by relevance
55 bool IsNewSpaceAllocation() const { return pretenure() == NOT_TENURED; } in IsNewSpaceAllocation() function82 bool IsNewSpaceAllocation() const;
73 bool MemoryOptimizer::AllocationState::IsNewSpaceAllocation() const { in IsNewSpaceAllocation() function in v8::internal::compiler::MemoryOptimizer::AllocationState74 return group() && group()->IsNewSpaceAllocation(); in IsNewSpaceAllocation()454 if (state->IsNewSpaceAllocation() && state->group()->Contains(object)) { in ComputeWriteBarrierKind()