Home
last modified time | relevance | path

Searched refs:mark_needs_frame (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dframe-elider.cc28 block->mark_needs_frame(); in MarkBlocks()
111 block->mark_needs_frame(); in PropagateIntoBlock()
121 block->mark_needs_frame(); in PropagateIntoBlock()
Dinstruction.h1248 void mark_needs_frame() { needs_frame_ = true; } in mark_needs_frame() function
Dpipeline.cc268 sequence_->instruction_blocks()[0]->mark_needs_frame(); in InitializeInstructionSequence()
Dregister-allocator.cc3280 code->GetInstructionBlock(spills->gap_index)->mark_needs_frame(); in LocateSpillSlots()
3768 spill_block->mark_needs_frame(); in CommitSpillsInDeferredBlocks()