Home
last modified time | relevance | path

Searched refs:top_of_stack (Results 1 – 2 of 2) sorted by relevance

/external/yapf/yapf/yapflib/
Dformat_decision_state.py679 top_of_stack = self.comp_stack[-1] if self.comp_stack else None
682 if top_of_stack is not None:
684 if current == top_of_stack.closing_bracket:
693 top_of_stack.has_interior_split = True
702 if top_of_stack.for_token is not None:
712 top_of_stack.has_split_at_for != newline and
713 (top_of_stack.has_split_at_for or
714 not top_of_stack.HasTrivialExpr())):
717 top_of_stack.for_token = current
718 top_of_stack.has_split_at_for = newline
[all …]
/external/v8/src/compiler/x64/
Dunwinding-info-writer-x64.cc77 int top_of_stack = -eh_frame_writer_.base_offset(); in MarkFrameConstructed() local
78 eh_frame_writer_.RecordRegisterSavedToStack(rbp, top_of_stack); in MarkFrameConstructed()