Home | History | Annotate | Download | only in src

Lines Matching defs:RelocInfo

279 // Specifies whether to perform icache flush operations on RelocInfo updates.
297 class RelocInfo {
356 CODE_AGE_SEQUENCE, // Not stored in RelocInfo array, used explictly by
369 RelocInfo() {}
371 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host)
374 RelocInfo(byte* pc, double data64)
438 // Returns true if the first RelocInfo has the same mode and raw data as the
440 static inline bool IsEqual(RelocInfo first, RelocInfo second) {
442 (first.rmode() == RelocInfo::NONE64 ?
601 // is returned by RelocInfo::target_reference_address().
623 void Write(const RelocInfo* rinfo);
632 // Max size (bytes) of a written RelocInfo. Longest encoding is
679 RelocInfo* rinfo() {
705 bool SetMode(RelocInfo::Mode mode) {
712 RelocInfo rinfo_;
1003 PositionState() : current_position(RelocInfo::kNoPosition),
1004 written_position(RelocInfo::kNoPosition),
1005 current_statement_position(RelocInfo::kNoPosition),
1006 written_statement_position(RelocInfo::kNoPosition) {}