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

/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc9120 int active_w_slots = 0; local
9121 for (int i = 0; active_w_slots < requested_w_slots; i++) {
9140 stack[active_w_slots++] = 0;
9142 stack[active_w_slots++] = literal_base_w * i;
9158 stack[active_w_slots++] = 0;
9159 stack[active_w_slots++] = 0;
9161 stack[active_w_slots++] = literal_base_hi * i;
9162 stack[active_w_slots++] = literal_base_lo * i;
9169 if (active_w_slots > requested_w_slots) {
9170 __ Drop(active_w_slots
[all...]
/external/vixl/test/
H A Dtest-assembler-a64.cc8289 int active_w_slots = 0; local
8290 for (int i = 0; active_w_slots < requested_w_slots; i++) {
8303 stack[active_w_slots++] = 0;
8305 stack[active_w_slots++] = literal_base_w * i;
8315 stack[active_w_slots++] = 0;
8316 stack[active_w_slots++] = 0;
8318 stack[active_w_slots++] = literal_base_hi * i;
8319 stack[active_w_slots++] = literal_base_lo * i;
8326 if (active_w_slots > requested_w_slots) {
8327 __ Drop((active_w_slots
[all...]

Completed in 1493 milliseconds