Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/
Dfull-codegen.cc953 int stack_drop = operand_stack_depth_ - stack_depth; in EmitContinue() local
954 DCHECK_GE(stack_drop, 0); in EmitContinue()
955 __ Drop(stack_drop); in EmitContinue()
985 int stack_drop = operand_stack_depth_ - stack_depth; in EmitBreak() local
986 DCHECK_GE(stack_drop, 0); in EmitBreak()
987 __ Drop(stack_drop); in EmitBreak()