Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dgen_mterp.py32 in_op_start = 0 # 0=not started, 1=started, 2=ended variable
176 global in_op_start
180 if in_op_start != 0:
183 in_op_start = 1
193 if in_op_start != 1:
213 if in_op_start != 1:
229 global in_op_start
232 if in_op_start != 1:
234 in_op_start = 2
242 if in_op_start != 2: