HomeSort by relevance Sort by last modified time
    Searched refs:in_op_start (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/template/
gen-template.py 29 in_op_start = 0 # 0=not started, 1=started, 2=ended variable
107 global in_op_start
111 if in_op_start != 0:
114 in_op_start = 1
124 if in_op_start != 1:
137 global in_op_start
140 if in_op_start != 1:
142 in_op_start = 2
  /dalvik/vm/mterp/
gen-mterp.py 32 in_op_start = 0 # 0=not started, 1=started, 2=ended variable
146 global in_op_start
150 if in_op_start != 0:
153 in_op_start = 1
163 if in_op_start != 1:
183 if in_op_start != 1:
213 global in_op_start
216 if in_op_start != 1:
218 in_op_start = 2
229 if in_op_start != 2
    [all...]

Completed in 55 milliseconds