Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkVM.cpp3239 const int nstack_slots = *stack_hint >= 0 ? *stack_hint in jit() local
3279 int stack_needed = nstack_slots*K*4; in jit()
3287 int next_saved_xmm = nstack_slots*K*4; in jit()
3301 int stack_used = nstack_slots*K*4; in jit()
3338 if (nstack_slots) { a->sub(A::rsp, nstack_slots*K*4); } in jit()
3341 if (nstack_slots) { a->add(A::rsp, nstack_slots*K*4); } in jit()
3360 SkASSERT(next_stack_slot < nstack_slots); in jit()
3379 auto enter = [&]{ if (nstack_slots) { a->sub(A::sp, A::sp, nstack_slots*K*4); } }; in jit()
3380 auto exit = [&]{ if (nstack_slots) { a->add(A::sp, A::sp, nstack_slots*K*4); } in jit()
3396 SkASSERT(next_stack_slot < nstack_slots); in jit()