Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmemory-optimizer.h55 bool IsNewSpaceAllocation() const { return pretenure() == NOT_TENURED; } in IsNewSpaceAllocation() function
82 bool IsNewSpaceAllocation() const;
Dmemory-optimizer.cc73 bool MemoryOptimizer::AllocationState::IsNewSpaceAllocation() const { in IsNewSpaceAllocation() function in v8::internal::compiler::MemoryOptimizer::AllocationState
74 return group() && group()->IsNewSpaceAllocation(); in IsNewSpaceAllocation()
454 if (state->IsNewSpaceAllocation() && state->group()->Contains(object)) { in ComputeWriteBarrierKind()