Home | History | Annotate | Download | only in src

Lines Matching defs:RelocInfo

157 class RelocInfo BASE_EMBEDDED {
218 RelocInfo() {}
220 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host)
375 // is returned by RelocInfo::target_reference_address().
398 void Write(const RelocInfo* rinfo);
407 // Max size (bytes) of a written RelocInfo. Longest encoding is
453 RelocInfo* rinfo() {
478 bool SetMode(RelocInfo::Mode mode) {
484 RelocInfo rinfo_;
730 PositionState() : current_position(RelocInfo::kNoPosition),
731 written_position(RelocInfo::kNoPosition),
732 current_statement_position(RelocInfo::kNoPosition),
733 written_statement_position(RelocInfo::kNoPosition) {}