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

  /art/compiler/dex/quick/
gen_invoke.cc 1194 RegLocation rl_obj = info->args[0]; local
1245 RegLocation rl_obj = info->args[0]; local
1302 RegLocation rl_obj = info->args[0]; local
1493 RegLocation rl_obj = info->args[0]; local
1704 RegLocation rl_obj = LoadValue(info->args[0], kRefReg); local
    [all...]
gen_common.cc 723 RegLocation rl_dest, RegLocation rl_obj, bool is_long_or_double,
732 rl_obj = LoadValue(rl_obj, kRefReg);
733 GenNullCheck(rl_obj.reg, opt_flags);
738 load_lir = LoadRefDisp(rl_obj.reg, field_offset, rl_result.reg, field_info.IsVolatile() ?
741 load_lir = LoadBaseDisp(rl_obj.reg, field_offset, rl_result.reg, load_size,
755 DCHECK_EQ(static_cast<unsigned int>(rl_obj.wide), 0U);
756 CallRuntimeHelperImmRegLocation(target, field_info.FieldIndex(), rl_obj, true);
770 RegLocation rl_src, RegLocation rl_obj, bool is_long_or_double,
780 rl_obj = LoadValue(rl_obj, kRefReg)
    [all...]
mir_to_lir.h     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.h 148 RegLocation rl_dest, RegLocation rl_obj, int field_index);
150 RegLocation rl_src, RegLocation rl_obj, int field_index);
mir_to_gbc.cc 580 RegLocation rl_dest, RegLocation rl_obj, int field_index) {
583 args.push_back(GetLLVMValue(rl_obj.orig_sreg));
592 RegLocation rl_src, RegLocation rl_obj, int field_index) {
596 args.push_back(GetLLVMValue(rl_obj.orig_sreg));
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 1241 RegLocation rl_obj = info->args[0]; local
2838 RegLocation rl_obj = info->args[0]; local
    [all...]

Completed in 84 milliseconds