Searched refs:needs_frame (Results 1 – 5 of 5) sorted by relevance
24 if (block->needs_frame()) continue; in MarkBlocks()46 if (block->needs_frame()) { in MarkDeConstruction()54 if (!InstructionBlockAt(succ)->needs_frame()) { in MarkDeConstruction()72 if (InstructionBlockAt(succ)->needs_frame()) { in MarkDeConstruction()102 if (block->needs_frame()) return false; in PropagateIntoBlock()111 if (InstructionBlockAt(pred)->needs_frame() && in PropagateIntoBlock()123 InstructionBlockAt(block->successors()[0])->needs_frame(); in PropagateIntoBlock()134 if (successor_block->needs_frame()) { in PropagateIntoBlock()
210 block->needs_frame() ? "" : " (no frame)", in AssembleCode()230 frame_access_state()->MarkHasFrame(block->needs_frame()); in AssembleCode()247 if (FLAG_enable_embedded_constant_pool && !block->needs_frame()) { in AssembleCode()
703 if (!block->needs_frame()) os << " (no frame)"; in operator <<()
1428 bool needs_frame() const { return needs_frame_; } in NON_EXPORTED_BASE()
422 needs_frame(frame) {} in JumpTableEntry()426 needs_frame == other.needs_frame; in IsEquivalentTo()433 bool needs_frame; member