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

/external/v8/src/compiler/
H A Dmemory-optimizer.h51 bool IsNewSpaceAllocation() const { return pretenure() == NOT_TENURED; } function in class:v8::internal::compiler::final::final
78 bool IsNewSpaceAllocation() const;
H A Dmemory-optimizer.cc69 bool MemoryOptimizer::AllocationState::IsNewSpaceAllocation() const { function in class:v8::internal::compiler::MemoryOptimizer::AllocationState
70 return group() && group()->IsNewSpaceAllocation();
411 if (state->IsNewSpaceAllocation() && state->group()->Contains(object)) {
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h4713 bool IsNewSpaceAllocation() const { function in class:final::final
4818 return (IsNewSpaceAllocation() && allocate->IsNewSpaceAllocation()) ||
4921 if (HAllocate::cast(object)->IsNewSpaceAllocation()) {
4936 HAllocate::cast(object)->IsNewSpaceAllocation()) {

Completed in 182 milliseconds