Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
H A Djump-threading.cc107 if (frame_at_start || !(block->must_deconstruct_frame() || in ComputeForwarding()
116 block->must_deconstruct_frame()); in ComputeForwarding()
125 // the same |must_deconstruct_frame| attribute. in ComputeForwarding()
126 if (block->must_deconstruct_frame()) { in ComputeForwarding()
H A Dcode-generator.cc273 if (block->must_deconstruct_frame()) buffer << " (deconstruct frame)"; in AssembleCode()
716 block->must_deconstruct_frame(), in AssembleInstruction()
719 if (instr->IsJump() && block->must_deconstruct_frame()) { in AssembleInstruction()
H A Dinstruction.cc692 if (block->must_deconstruct_frame()) os << " (deconstruct frame)";
H A Dinstruction.h1601 bool must_deconstruct_frame() const { return must_deconstruct_frame_; } in must_deconstruct_frame() function in v8::internal::compiler::final

Completed in 9 milliseconds