Searched defs:IsNewSpaceAllocation (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Dmemory-optimizer.h50 bool IsNewSpaceAllocation() const { return pretenure() == NOT_TENURED; } function in class:v8::internal::compiler::final::final
77 bool IsNewSpaceAllocation() const;
H A Dmemory-optimizer.cc68 bool MemoryOptimizer::AllocationState::IsNewSpaceAllocation() const { function in class:v8::internal::compiler::MemoryOptimizer::AllocationState
69 return group() && group()->IsNewSpaceAllocation();
397 if (state->IsNewSpaceAllocation() && state->group()->Contains(object)) {
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h4937 bool IsNewSpaceAllocation() const { function in class:final::final
5042 return (IsNewSpaceAllocation() && allocate->IsNewSpaceAllocation()) ||
5145 if (HAllocate::cast(object)->IsNewSpaceAllocation()) {
5160 HAllocate::cast(object)->IsNewSpaceAllocation()) {

Completed in 82 milliseconds