Home | History | Annotate | Download | only in ia32

Lines Matching refs:RelocInfo

66     if (pc_delta <= RelocInfo::kMaxSmallPCDelta) {
79 int comment_reloc_size = RelocInfo::kMinRelocCommentSize;
101 = reinterpret_cast<intptr_t>(RelocInfo::kFillerCommentString);
102 RelocInfo rinfo(0, RelocInfo::COMMENT, comment_string, NULL);
108 ASSERT(RelocInfo::kMinRelocCommentSize ==
155 patcher.masm()->call(deopt_entry, RelocInfo::NONE);
157 RelocInfo rinfo(call_address + 1, // 1 after the call opcode.
158 RelocInfo::RUNTIME_ENTRY,