HomeSort by relevance Sort by last modified time
    Searched refs:rinfo (Results 1 - 25 of 56) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/bfd/
mach-o-x86-64.c 228 bfd_mach_o_x86_64_swap_reloc_out (arelent *rel, bfd_mach_o_reloc_info *rinfo)
230 rinfo->r_address = rel->address;
231 rinfo->r_scattered = 0;
235 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED;
236 rinfo->r_pcrel = 0;
237 rinfo->r_length = 2;
240 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED;
241 rinfo->r_pcrel = 0;
242 rinfo->r_length = 3;
245 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED
    [all...]
mach-o-i386.c 203 bfd_mach_o_i386_swap_reloc_out (arelent *rel, bfd_mach_o_reloc_info *rinfo)
205 rinfo->r_address = rel->address;
213 rinfo->r_scattered = 0;
214 rinfo->r_type = BFD_MACH_O_GENERIC_RELOC_VANILLA;
215 rinfo->r_pcrel = rel->howto->pc_relative;
216 rinfo->r_length = rel->howto->size; /* Correct in practice. */
219 rinfo->r_extern = 0;
220 rinfo->r_value =
225 rinfo->r_extern = 1;
226 rinfo->r_value = (*rel->sym_ptr_ptr)->udata.i
    [all...]
  /external/v8/src/heap/
remembered-set.h 271 static SlotCallbackResult UpdateCell(RelocInfo* rinfo, Callback callback) {
272 DCHECK(rinfo->rmode() == RelocInfo::CELL);
273 Object* cell = rinfo->target_cell();
277 rinfo->set_target_cell(reinterpret_cast<Cell*>(cell));
300 static SlotCallbackResult UpdateCodeTarget(RelocInfo* rinfo,
302 DCHECK(RelocInfo::IsCodeTarget(rinfo->rmode()));
303 Object* target = Code::GetCodeFromTargetAddress(rinfo->target_address());
307 rinfo->set_target_address(Code::cast(target)->instruction_start());
315 static SlotCallbackResult UpdateEmbeddedPointer(RelocInfo* rinfo,
317 DCHECK(rinfo->rmode() == RelocInfo::EMBEDDED_OBJECT)
    [all...]
incremental-marking-inl.h 30 void IncrementalMarking::RecordWriteIntoCode(Code* host, RelocInfo* rinfo,
33 RecordWriteIntoCodeSlow(host, rinfo, value);
code-stats.cc 158 DCHECK(it->rinfo()->rmode() == RelocInfo::COMMENT);
159 const char* tmp = reinterpret_cast<const char*>(it->rinfo()->data());
167 reinterpret_cast<const char*>(it->rinfo()->data());
168 const byte* prev_pc = it->rinfo()->pc();
175 if (it->rinfo()->rmode() == RelocInfo::COMMENT) {
177 reinterpret_cast<const char*>(it->rinfo()->data());
178 flat_delta += static_cast<int>(it->rinfo()->pc() - prev_pc);
183 prev_pc = it->rinfo()->pc();
204 if (it.rinfo()->rmode() == RelocInfo::COMMENT) {
205 delta += static_cast<int>(it.rinfo()->pc() - prev_pc)
    [all...]
objects-visiting-inl.h 227 Heap* heap, RelocInfo* rinfo) {
228 DCHECK(rinfo->rmode() == RelocInfo::EMBEDDED_OBJECT);
229 HeapObject* object = HeapObject::cast(rinfo->target_object());
230 Code* host = rinfo->host();
231 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, object);
243 RelocInfo* rinfo) {
244 DCHECK(rinfo->rmode() == RelocInfo::CELL);
245 Cell* cell = rinfo->target_cell();
246 Code* host = rinfo->host();
247 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, cell)
    [all...]
objects-visiting.h 366 INLINE(static void VisitEmbeddedPointer(Heap* heap, RelocInfo* rinfo));
367 INLINE(static void VisitCell(Heap* heap, RelocInfo* rinfo));
368 INLINE(static void VisitDebugTarget(Heap* heap, RelocInfo* rinfo));
369 INLINE(static void VisitCodeTarget(Heap* heap, RelocInfo* rinfo));
370 INLINE(static void VisitCodeAgeSequence(Heap* heap, RelocInfo* rinfo));
371 INLINE(static void VisitExternalReference(RelocInfo* rinfo)) {}
372 INLINE(static void VisitInternalReference(RelocInfo* rinfo)) {}
373 INLINE(static void VisitRuntimeEntry(RelocInfo* rinfo)) {}
mark-compact.cc 79 void VisitEmbeddedPointer(RelocInfo* rinfo) override {
80 DCHECK(rinfo->rmode() == RelocInfo::EMBEDDED_OBJECT);
81 if (!rinfo->host()->IsWeakObject(rinfo->target_object())) {
82 Object* p = rinfo->target_object();
87 void VisitCell(RelocInfo* rinfo) override {
88 Code* code = rinfo->host();
89 DCHECK(rinfo->rmode() == RelocInfo::CELL);
90 if (!code->IsWeakObject(rinfo->target_cell())) {
91 ObjectVisitor::VisitCell(rinfo);
    [all...]
incremental-marking.h 150 INLINE(void RecordWriteIntoCode(Code* host, RelocInfo* rinfo, Object* value));
155 void RecordWriteIntoCodeSlow(Code* host, RelocInfo* rinfo, Object* value);
incremental-marking.cc 84 RelocInfo rinfo(heap_->isolate(), pc, RelocInfo::CODE_TARGET, 0, host);
85 RecordWriteIntoCode(host, &rinfo, value);
95 RelocInfo rinfo(heap_->isolate(), pc, RelocInfo::CODE_TARGET, 0, host);
96 RecordWriteIntoCode(host, &rinfo, value);
111 void IncrementalMarking::RecordWriteIntoCodeSlow(Code* host, RelocInfo* rinfo,
115 heap_->mark_compact_collector()->RecordRelocSlot(host, rinfo, value);
    [all...]
  /external/v8/src/wasm/
wasm-code-specialization.cc 139 DCHECK(RelocInfo::IsCodeTarget(it.rinfo()->rmode()));
140 Code* code = Code::GetCodeFromTargetAddress(it.rinfo()->target_address());
150 it.rinfo()->set_target_address(new_code->instruction_start(),
188 RelocInfo::Mode mode = it.rinfo()->rmode();
192 it.rinfo()->update_wasm_memory_reference(old_mem_start, new_mem_start,
198 it.rinfo()->update_wasm_memory_size(old_mem_size, new_mem_size,
204 it.rinfo()->update_wasm_global_reference(
211 Code::GetCodeFromTargetAddress(it.rinfo()->target_address());
222 size_t offset = it.rinfo()->pc() - code->instruction_start();
236 it.rinfo()->set_target_address(new_code->instruction_start()
    [all...]
  /external/iw/
station.c 50 struct nlattr *rinfo[NL80211_RATE_INFO_MAX + 1]; local
59 if (nla_parse_nested(rinfo, NL80211_RATE_INFO_MAX,
65 if (rinfo[NL80211_RATE_INFO_BITRATE32])
66 rate = nla_get_u32(rinfo[NL80211_RATE_INFO_BITRATE32]);
67 else if (rinfo[NL80211_RATE_INFO_BITRATE])
68 rate = nla_get_u16(rinfo[NL80211_RATE_INFO_BITRATE]);
73 if (rinfo[NL80211_RATE_INFO_MCS])
75 " MCS %d", nla_get_u8(rinfo[NL80211_RATE_INFO_MCS]));
76 if (rinfo[NL80211_RATE_INFO_VHT_MCS])
78 " VHT-MCS %d", nla_get_u8(rinfo[NL80211_RATE_INFO_VHT_MCS]))
    [all...]
  /external/strace/
mtd.c 337 struct region_info_user rinfo; local
340 if (umove_or_printaddr(tcp, arg, &rinfo))
342 tprintf("{regionindex=%#x", rinfo.regionindex);
345 struct region_info_user rinfo; local
347 if (!syserror(tcp) && !umove(tcp, arg, &rinfo))
351 rinfo.offset,
352 rinfo.erasesize,
353 rinfo.numblocks);
  /external/v8/src/
disassembler.cc 113 } else if (it != NULL && !it->done() && it->rinfo()->pc() == pc &&
114 it->rinfo()->rmode() == RelocInfo::INTERNAL_REFERENCE) {
133 while (!it->done() && it->rinfo()->pc() < pc) {
134 if (RelocInfo::IsComment(it->rinfo()->rmode())) {
136 comments.Add(reinterpret_cast<const char*>(it->rinfo()->data()));
139 pcs.Add(it->rinfo()->pc());
140 rmodes.Add(it->rinfo()->rmode());
141 datas.Add(it->rinfo()->data());
262 if (RelocInfo::IsComment(it->rinfo()->rmode())) {
264 reinterpret_cast<const char*>(it->rinfo()->data()))
    [all...]
objects-debug.cc 741 it.rinfo()->Verify(isolate);
743 if (RelocInfo::IsGCRelocMode(it.rinfo()->rmode())) {
744 CHECK(it.rinfo()->pc() != last_gc_pc);
745 last_gc_pc = it.rinfo()->pc();
761 Object* obj = it.rinfo()->target_object();
1531 RelocInfo* rinfo = old_it.rinfo(); local
1539 RelocInfo* rinfo = new_it.rinfo(); local
    [all...]
assembler.cc 440 void RelocInfoWriter::Write(const RelocInfo* rinfo) {
441 RelocInfo::Mode rmode = rinfo->rmode();
445 DCHECK(rinfo->rmode() < RelocInfo::NUMBER_OF_MODES);
446 DCHECK(rinfo->pc() - last_pc_ >= 0);
448 uint32_t pc_delta = static_cast<uint32_t>(rinfo->pc() - last_pc_);
458 DCHECK_EQ(static_cast<int>(rinfo->data()), rinfo->data());
459 int id_delta = static_cast<int>(rinfo->data()) - last_id_;
469 last_id_ = static_cast<int>(rinfo->data());
471 DCHECK(rinfo->data() < (1 << kShortDataBits))
    [all...]
  /external/v8/src/snapshot/
serializer.cc 601 void Serializer::ObjectSerializer::VisitEmbeddedPointer(RelocInfo* rinfo) {
602 int skip = OutputRawData(rinfo->target_address_address(),
604 HowToCode how_to_code = rinfo->IsCodedSpecially() ? kFromCode : kPlain;
605 Object* object = rinfo->target_object();
608 bytes_processed_so_far_ += rinfo->target_address_size();
621 void Serializer::ObjectSerializer::VisitExternalReference(RelocInfo* rinfo) {
622 int skip = OutputRawData(rinfo->target_address_address(),
624 HowToCode how_to_code = rinfo->IsCodedSpecially() ? kFromCode : kPlain;
627 Address target = rinfo->target_external_reference();
630 bytes_processed_so_far_ += rinfo->target_address_size()
749 RelocInfo* rinfo = it.rinfo(); local
    [all...]
serializer.h 287 void VisitExternalReference(RelocInfo* rinfo) override;
288 void VisitInternalReference(RelocInfo* rinfo) override;
291 void VisitCell(RelocInfo* rinfo) override;
deserializer.h 69 void VisitRuntimeEntry(RelocInfo* rinfo) override { UNREACHABLE(); }
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc 2381 VoiceReceiverInfo rinfo; local
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 79 RelocInfo rinfo(isolate, 0, RelocInfo::COMMENT, comment_string, NULL);
84 reloc_info_writer.Write(&rinfo);
146 RelocInfo rinfo(isolate, call_address + 1, // 1 after the call opcode.
149 reloc_info_writer.Write(&rinfo);
  /external/v8/src/runtime/
runtime-test.cc 429 RelocInfo* rinfo = it.rinfo(); local
430 Address target_address = rinfo->target_address();
442 RelocInfo* rinfo = it.rinfo(); local
443 Address target_address = rinfo->target_address();
460 RelocInfo* rinfo = it.rinfo(); local
461 Address target_address = rinfo->target_address();
  /external/v8/src/profiler/
profiler-listener.cc 258 RelocInfo* info = it.rinfo();
262 DCHECK(it.rinfo()->rmode() == RelocInfo::DEOPT_INLINING_ID);
263 int inlining_id = static_cast<int>(it.rinfo()->data());
  /external/v8/src/debug/
debug.h 174 return static_cast<int>(rinfo()->pc() -
182 RelocInfo::Mode rmode() { return reloc_iterator_.rinfo()->rmode(); }
183 RelocInfo* rinfo() { return reloc_iterator_.rinfo(); } function in class:v8::internal::CodeBreakIterator
  /external/v8/src/x87/
deoptimizer-x87.cc 79 RelocInfo rinfo(isolate, 0, RelocInfo::COMMENT, comment_string, NULL);
84 reloc_info_writer.Write(&rinfo);
146 RelocInfo rinfo(isolate, call_address + 1, // 1 after the call opcode.
149 reloc_info_writer.Write(&rinfo);

Completed in 1071 milliseconds

1 2 3