HomeSort by relevance Sort by last modified time
    Searched defs:target_address_at (Results 1 - 10 of 10) sorted by null

  /external/v8/src/arm/
assembler-arm-inl.h 71 return Assembler::target_address_at(pc_, host_);
104 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_));
111 Assembler::target_address_at(pc_, host_)));
134 return Assembler::target_address_at(pc_, host_);
511 Address Assembler::target_address_at(Address pc, Address constant_pool) { function in class:v8::internal::Assembler
593 Address Assembler::target_address_at(Address pc, Code* code) { function in class:v8::internal::Assembler
595 return target_address_at(pc, constant_pool);
  /external/v8/src/mips/
assembler-mips-inl.h 103 return Assembler::target_address_at(pc_, host_);
140 Address Assembler::target_address_at(Address pc, Code* code) { function in class:v8::internal::Assembler
142 return target_address_at(pc, constant_pool);
203 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_));
210 Assembler::target_address_at(pc_, host_)));
233 return Assembler::target_address_at(pc_, host_);
318 Assembler::target_address_at(pc_ + Assembler::kInstrSize, host_));
334 return Assembler::target_address_at(pc_, host_);
assembler-mips.cc 194 return Assembler::target_address_at(pc_, host_);
199 return Assembler::target_address_at(pc_, host_);
204 return reinterpret_cast<uint32_t>(Assembler::target_address_at(pc_, host_));
209 return reinterpret_cast<uint32_t>(Assembler::target_address_at(pc_, host_));
3211 Address Assembler::target_address_at(Address pc) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64-inl.h 103 return Assembler::target_address_at(pc_, host_);
142 Address Assembler::target_address_at(Address pc, Code* code) { function in class:v8::internal::Assembler
144 return target_address_at(pc, constant_pool);
191 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_));
198 Assembler::target_address_at(pc_, host_)));
221 return Assembler::target_address_at(pc_, host_);
300 Assembler::target_address_at(pc_ + Assembler::kInstrSize, host_));
316 return Assembler::target_address_at(pc_, host_);
assembler-mips64.cc 172 return Assembler::target_address_at(pc_, host_);
177 return Assembler::target_address_at(pc_, host_);
183 reinterpret_cast<intptr_t>((Assembler::target_address_at(pc_, host_))));
189 reinterpret_cast<intptr_t>((Assembler::target_address_at(pc_, host_))));
3455 Address Assembler::target_address_at(Address pc) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ia32/
assembler-ia32-inl.h 83 return Assembler::target_address_at(pc_, host_);
210 Assembler::target_address_at(pc_ + 1, host_));
226 return Assembler::target_address_at(location, host_);
435 Address Assembler::target_address_at(Address pc, Address constant_pool) { function in class:v8::internal::Assembler
450 Address Assembler::target_address_at(Address pc, Code* code) { function in class:v8::internal::Assembler
452 return target_address_at(pc, constant_pool);
  /external/v8/src/ppc/
assembler-ppc-inl.h 63 Address target = Assembler::target_address_at(pc_, host_);
77 return Assembler::target_address_at(pc_, host_);
90 return Assembler::target_address_at(pc_, host_);
134 Address Assembler::target_address_at(Address pc, Code* code) { function in class:v8::internal::Assembler
136 return target_address_at(pc, constant_pool);
180 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_));
187 reinterpret_cast<Object**>(Assembler::target_address_at(pc_, host_)));
209 return Assembler::target_address_at(pc_, host_);
279 Assembler::target_address_at(pc_ + kCodeAgingTargetDelta, host_));
294 return Assembler::target_address_at(pc_, host_)
446 Address Assembler::target_address_at(Address pc, Address constant_pool) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/s390/
assembler-s390-inl.h 72 Address target = Assembler::target_address_at(pc_, host_);
85 return Assembler::target_address_at(pc_, host_);
96 return Assembler::target_address_at(pc_, host_);
122 Address Assembler::target_address_at(Address pc, Code* code) { function in class:v8::internal::Assembler
124 return target_address_at(pc, constant_pool);
157 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_));
164 reinterpret_cast<Object**>(Assembler::target_address_at(pc_, host_)));
187 return Assembler::target_address_at(pc_, host_);
256 Assembler::target_address_at(pc_ + kCodeAgingTargetDelta, host_));
269 return Assembler::target_address_at(pc_, host_)
451 Address Assembler::target_address_at(Address pc, Address constant_pool) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64-inl.h 275 Address Assembler::target_address_at(Address pc, Address constant_pool) { function in class:v8::internal::Assembler
289 Address Assembler::target_address_at(Address pc, Code* code) { function in class:v8::internal::Assembler
291 return target_address_at(pc, constant_pool);
347 return Assembler::target_address_at(pc_, host_);
496 Assembler::target_address_at(pc_ + 1, host_));
  /external/v8/src/x87/
assembler-x87-inl.h 83 return Assembler::target_address_at(pc_, host_);
210 Assembler::target_address_at(pc_ + 1, host_));
226 return Assembler::target_address_at(location, host_);
435 Address Assembler::target_address_at(Address pc, Address constant_pool) { function in class:v8::internal::Assembler
450 Address Assembler::target_address_at(Address pc, Code* code) { function in class:v8::internal::Assembler
452 return target_address_at(pc, constant_pool);

Completed in 209 milliseconds