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

  /art/compiler/dex/quick/mips/
call_mips.cc 84 int rEnd = AllocTemp();
103 int rBase = AllocTemp();
112 int r_key = AllocTemp();
118 int r_disp = AllocTemp();
167 r_key = AllocTemp();
171 r_key = AllocTemp();
198 int rBase = AllocTemp();
203 int r_disp = AllocTemp();
297 int reset_reg = AllocTemp();
309 int reg_card_base = AllocTemp();
    [all...]
int_mips.cc 47 int t0 = AllocTemp();
48 int t1 = AllocTemp();
118 int t_reg = AllocTemp();
136 int t_reg = AllocTemp();
153 int t_reg = AllocTemp();
240 int t_reg = AllocTemp();
289 int t_reg = AllocTemp();
299 int t_reg = AllocTemp();
347 int t_reg = AllocTemp();
368 int t_reg = AllocTemp();
    [all...]
utility_mips.cc 75 * 1) r_dest is freshly returned from AllocTemp or
85 r_dest = AllocTemp();
151 int r_scratch = AllocTemp();
277 int r_scratch = AllocTemp();
341 int t_reg = AllocTemp();
393 int t_reg = AllocTemp();
602 int r_scratch = AllocTemp();
target_mips.cc 446 low_reg = AllocTemp();
447 high_reg = AllocTemp();
456 return AllocTemp();
  /art/compiler/dex/quick/x86/
call_x86.cc 87 int start_of_method_reg = AllocTemp();
97 keyReg = AllocTemp();
105 int disp_reg = AllocTemp();
202 int reg_card_base = AllocTemp();
203 int reg_card_no = AllocTemp();
target_x86.cc 422 low_reg = AllocTemp();
423 high_reg = AllocTemp();
432 return AllocTemp();
int_x86.cc 270 int t_reg = AllocTemp();
280 int t_reg = AllocTemp();
445 int reg_addr = AllocTemp();
497 int temp = AllocTemp();
utility_x86.cc 73 * 1) r_dest is freshly returned from AllocTemp or
83 r_dest = AllocTemp();
249 int t_reg = AllocTemp();
  /art/compiler/dex/quick/arm/
call_arm.cc 70 loc.low_reg = AllocTemp();
73 loc.high_reg = AllocTemp();
329 int rBase = AllocTemp();
331 int r_key = AllocTemp();
332 int r_disp = AllocTemp();
342 int r_idx = AllocTemp();
377 int table_base = AllocTemp();
386 keyReg = AllocTemp();
394 int disp_reg = AllocTemp();
529 int reset_reg = AllocTemp();
    [all...]
int_arm.cc 92 int t_reg = AllocTemp();
145 int t_reg = AllocTemp();
219 int t_reg1 = AllocTemp();
220 int t_reg2 = AllocTemp();
327 int t_reg = AllocTemp();
432 int r_magic = AllocTemp();
436 int r_hi = AllocTemp();
437 int r_lo = AllocTemp();
529 int r_ptr = AllocTemp();
545 int r_old_value = AllocTemp();
    [all...]
utility_arm.cc 170 * 1) r_dest is freshly returned from AllocTemp or
520 int r_tmp = AllocTemp();
534 int r_scratch = AllocTemp();
667 reg_ptr = AllocTemp();
731 reg_ptr = AllocTemp();
874 int reg_offset = AllocTemp();
988 int r_scratch = AllocTemp();
target_arm.cc 522 low_reg = AllocTemp();
523 high_reg = AllocTemp();
532 return AllocTemp();
  /art/compiler/dex/quick/
gen_common.cc 278 int r_src = AllocTemp();
279 int r_dst = AllocTemp();
280 int r_idx = AllocTemp();
288 r_val = AllocTemp();
291 r_val = AllocTemp();
348 rBase = AllocTemp();
434 rBase = AllocTemp();
648 int reg_ptr = AllocTemp();
700 reg_ptr = AllocTemp();
735 int res_reg = AllocTemp();
    [all...]
gen_invoke.cc     [all...]
gen_loadstore.cc 60 temp_reg = AllocTemp();
mir_to_lir.h 334 int AllocTemp();
    [all...]
ralloc_util.cc 366 int Mir2Lir::AllocTemp() {
474 * Similar to AllocTemp(), but forces the allocation of a specific
    [all...]

Completed in 62 milliseconds