OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arg_reg
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
dex_file.cc
766
uint16_t
arg_reg
= code_item->registers_size_ - code_item->ins_size_;
local
773
local_in_reg[
arg_reg
].name_ = "this";
774
local_in_reg[
arg_reg
].descriptor_ = descriptor;
775
local_in_reg[
arg_reg
].signature_ = NULL;
776
local_in_reg[
arg_reg
].start_address_ = 0;
777
local_in_reg[
arg_reg
].is_live_ = true;
779
arg_reg
++;
784
if (
arg_reg
>= code_item->registers_size_) {
785
LOG(ERROR) << "invalid stream - arg reg >= reg size (" <<
arg_reg
793
local_in_reg[
arg_reg
].name_ = name
[
all
...]
/art/compiler/dex/quick/
gen_invoke.cc
823
RegStorage
arg_reg
;
local
842
StoreBaseDisp(TargetPtrReg(kSp), outs_offset,
arg_reg
, k64, kNotVolatile);
local
845
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 170 milliseconds