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

  /art/compiler/dex/quick/arm/
call_arm.cc 137 RegLocation rl_obj = mir_graph_->GetSrc(mir, 0); local
139 rl_obj = ArmMir2Lir::ArgLoc(rl_obj);
148 rl_obj = LoadArg(rl_obj);
149 GenIGet(field_idx, mir->optimization_flags, size, rl_dest, rl_obj, long_or_double, is_object);
163 RegLocation rl_obj; local
167 rl_obj = mir_graph_->GetSrc(mir, 2);
170 rl_obj = mir_graph_->GetSrc(mir, 1);
173 rl_obj = ArmMir2Lir::ArgLoc(rl_obj)
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 624 RegLocation rl_dest, RegLocation rl_obj, bool is_long_or_double,
635 rl_obj = LoadValue(rl_obj, kCoreReg);
638 GenNullCheck(rl_obj.s_reg_low, rl_obj.low_reg, opt_flags);
641 GenNullCheck(rl_obj.s_reg_low, rl_obj.low_reg, opt_flags);
642 LoadBaseDispWide(rl_obj.low_reg, field_offset, rl_result.low_reg,
643 rl_result.high_reg, rl_obj.s_reg_low);
649 OpRegRegImm(kOpAdd, reg_ptr, rl_obj.low_reg, field_offset)
    [all...]
gen_invoke.cc 874 RegLocation rl_obj = info->args[0]; local
942 RegLocation rl_obj = info->args[0]; local
1060 RegLocation rl_obj = info->args[0]; local
    [all...]
mir_to_lir.h 407 RegLocation rl_dest, RegLocation rl_obj, bool is_long_or_double, bool is_object);
409 RegLocation rl_src, RegLocation rl_obj, bool is_long_or_double, bool is_object);
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.h 141 RegLocation rl_dest, RegLocation rl_obj, int field_index);
143 RegLocation rl_src, RegLocation rl_obj, int field_index);
mir_to_gbc.cc 563 RegLocation rl_dest, RegLocation rl_obj, int field_index) {
566 args.push_back(GetLLVMValue(rl_obj.orig_sreg));
575 RegLocation rl_src, RegLocation rl_obj, int field_index) {
579 args.push_back(GetLLVMValue(rl_obj.orig_sreg));
    [all...]

Completed in 778 milliseconds