Home
last modified time | relevance | path

Searched refs:needs_frame (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dframe-elider.cc23 if (block->needs_frame()) continue; in MarkBlocks()
43 if (block->needs_frame()) { in MarkDeConstruction()
51 if (!InstructionBlockAt(succ)->needs_frame()) { in MarkDeConstruction()
69 if (InstructionBlockAt(succ)->needs_frame()) { in MarkDeConstruction()
96 if (block->needs_frame()) return false; in PropagateIntoBlock()
105 if (InstructionBlockAt(pred)->needs_frame() && in PropagateIntoBlock()
115 // For single successors, propagate the needs_frame information. in PropagateIntoBlock()
117 InstructionBlockAt(block->successors()[0])->needs_frame(); in PropagateIntoBlock()
122 // independent control, only propagate needs_frame if all non-deferred in PropagateIntoBlock()
128 if (successor_block->needs_frame()) { in PropagateIntoBlock()
[all...]
H A Dcode-generator.cc271 if (!block->needs_frame()) buffer << " (no frame)"; in AssembleCode()
285 frame_access_state()->MarkHasFrame(block->needs_frame()); in AssembleCode()
300 if (FLAG_enable_embedded_constant_pool && !block->needs_frame()) { in AssembleCode()
H A Dinstruction.cc690 if (!block->needs_frame()) os << " (no frame)";
H A Dinstruction.h1595 bool needs_frame() const { return needs_frame_; } in needs_frame() function in v8::internal::compiler::final

Completed in 9 milliseconds