Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmemory-optimizer.h50 bool IsNewSpaceAllocation() const { return pretenure() == NOT_TENURED; } in IsNewSpaceAllocation() function
Dmemory-optimizer.cc68 bool MemoryOptimizer::AllocationState::IsNewSpaceAllocation() const { in IsNewSpaceAllocation() function in v8::internal::compiler::MemoryOptimizer::AllocationState
/external/v8/src/crankshaft/
Dhydrogen-instructions.h4718 bool IsNewSpaceAllocation() const { in IsNewSpaceAllocation() function