Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djump-threading.cc100 !(block->must_deconstruct_frame() || in ComputeForwarding()
Dcode-generator.cc127 block->must_deconstruct_frame() ? " (deconstruct frame)" : ""); in GenerateCode()
323 block->must_deconstruct_frame(), in AssembleInstruction()
326 if (instr->IsJump() && block->must_deconstruct_frame()) { in AssembleInstruction()
Dinstruction.cc896 if (block->must_deconstruct_frame()) os << " (deconstruct frame)"; in PrintBlock()
Dinstruction.h1253 bool must_deconstruct_frame() const { return must_deconstruct_frame_; } in must_deconstruct_frame() function