Searched refs:active_w_slots (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-assembler-arm64.cc9167 int active_w_slots = 0; local
9168 for (int i = 0; active_w_slots < requested_w_slots; i++) {
9187 stack[active_w_slots++] = 0;
9189 stack[active_w_slots++] = literal_base_w * i;
9205 stack[active_w_slots++] = 0;
9206 stack[active_w_slots++] = 0;
9208 stack[active_w_slots++] = literal_base_hi * i;
9209 stack[active_w_slots++] = literal_base_lo * i;
9216 if (active_w_slots > requested_w_slots) {
9217 __ Drop(active_w_slots
[all...]
/external/vixl/test/
H A Dtest-assembler-a64.cc13803 int active_w_slots = 0; local
13804 for (int i = 0; active_w_slots < requested_w_slots; i++) {
13817 stack[active_w_slots++] = 0;
13819 stack[active_w_slots++] = literal_base_w * i;
13829 stack[active_w_slots++] = 0;
13830 stack[active_w_slots++] = 0;
13832 stack[active_w_slots++] = literal_base_hi * i;
13833 stack[active_w_slots++] = literal_base_lo * i;
13840 if (active_w_slots > requested_w_slots) {
13841 __ Drop((active_w_slots
[all...]

Completed in 1170 milliseconds