Searched refs:must_deconstruct_frame (Results 1 – 4 of 4) sorted by relevance
100 !(block->must_deconstruct_frame() || in ComputeForwarding()
127 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()
896 if (block->must_deconstruct_frame()) os << " (deconstruct frame)"; in PrintBlock()
1253 bool must_deconstruct_frame() const { return must_deconstruct_frame_; } in must_deconstruct_frame() function