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

  /art/runtime/
dex_file.cc 759 uint16_t arg_reg = code_item->registers_size_ - code_item->ins_size_; local
766 local_in_reg[arg_reg].name_ = "this";
767 local_in_reg[arg_reg].descriptor_ = descriptor;
768 local_in_reg[arg_reg].signature_ = NULL;
769 local_in_reg[arg_reg].start_address_ = 0;
770 local_in_reg[arg_reg].is_live_ = true;
772 arg_reg++;
777 if (arg_reg >= code_item->registers_size_) {
778 LOG(ERROR) << "invalid stream - arg reg >= reg size (" << arg_reg
786 local_in_reg[arg_reg].name_ = name
    [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 822 RegStorage arg_reg; local
841 StoreBaseDisp(TargetPtrReg(kSp), outs_offset, arg_reg, k64, kNotVolatile); local
844 Store32Disp(TargetPtrReg(kSp), outs_offset, arg_reg); local
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 1677 uint16_t arg_reg = cu_->num_regs; local
    [all...]

Completed in 149 milliseconds