Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkVM.cpp3237 int next_stack_slot = 0; in jit() local
3360 SkASSERT(next_stack_slot < nstack_slots); in jit()
3361 stack_slot[v] = next_stack_slot++; in jit()
3396 SkASSERT(next_stack_slot < nstack_slots); in jit()
3397 stack_slot[v] = next_stack_slot++; in jit()
4276 saved_next_stack_slot=next_stack_slot]{ in jit()
4285 *stack_hint = std::max(*stack_hint, next_stack_slot); in jit()
4287 next_stack_slot = saved_next_stack_slot; in jit()