Searched defs:position_ (Results 1 - 3 of 3) sorted by relevance

/art/compiler/sea_ir/ir/
H A Dsea.h55 InstructionNode(NULL), register_no_(register_no), position_(signature_position) { }
62 return position_;
76 const unsigned int position_; // The position of this parameter node is member in class:sea_ir::SignatureNode
/art/compiler/utils/
H A Dassembler.h76 Label() : position_(0) {}
87 return IsBound() ? -position_ - kPointerSize : position_ - kPointerSize;
92 return position_ - kPointerSize;
95 bool IsBound() const { return position_ < 0; }
96 bool IsUnused() const { return position_ == 0; }
97 bool IsLinked() const { return position_ > 0; }
100 int position_; member in class:art::Label
103 position_ = 0;
108 position_
139 int position_; member in class:art::AssemblerFixup
[all...]
/art/compiler/optimizing/
H A Dssa_liveness_analysis.h100 position_(position),
106 size_t GetPosition() const { return position_; }
117 stream << position_; local
124 const size_t position_; member in class:art::UsePosition

Completed in 82 milliseconds