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

1 2

  /external/chromium_org/v8/src/mips/
assembler-mips-inl.h 135 return Assembler::target_address_at(pc_, host_);
200 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_));
207 Assembler::target_address_at(pc_, host_)));
229 return Assembler::target_address_at(pc_, host_);
288 Assembler::target_address_at(pc_ + Assembler::kInstrSize, host_));
307 return Assembler::target_address_at(pc_, host_);
assembler-mips.h 491 static Address target_address_at(Address pc);
497 INLINE(static Address target_address_at(Address pc,
499 return target_address_at(pc);
508 INLINE(static Address target_address_at(Address pc, Code* code)) {
510 return target_address_at(pc, constant_pool);
    [all...]
full-codegen-mips.cc     [all...]
codegen-mips.cc     [all...]
assembler-mips.cc 2556 Address Assembler::target_address_at(Address pc) { function in class:v8::Assembler
    [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64-inl.h 127 return Assembler::target_address_at(pc_, host_);
194 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_));
201 Assembler::target_address_at(pc_, host_)));
223 return Assembler::target_address_at(pc_, host_);
282 Assembler::target_address_at(pc_ + Assembler::kInstrSize, host_));
301 return Assembler::target_address_at(pc_, host_);
assembler-mips64.h 481 static Address target_address_at(Address pc);
487 INLINE(static Address target_address_at(Address pc,
489 return target_address_at(pc);
498 INLINE(static Address target_address_at(Address pc, Code* code)) {
500 return target_address_at(pc, constant_pool);
    [all...]
codegen-mips64.cc     [all...]
full-codegen-mips64.cc     [all...]
assembler-mips64.cc 2799 Address Assembler::target_address_at(Address pc) { function in class:v8::Assembler
    [all...]
  /external/chromium_org/v8/src/ic/
ic-inl.h 31 Assembler::target_address_at(result, raw_constant_pool()))) {
65 Assembler::target_address_at(target, raw_constant_pool()))) {
87 Address target = Assembler::target_address_at(address, constant_pool);
  /external/chromium_org/v8/src/arm/
assembler-arm-inl.h 107 return Assembler::target_address_at(pc_, host_);
154 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_));
161 Assembler::target_address_at(pc_, host_)));
183 return Assembler::target_address_at(pc_, host_);
585 Address Assembler::target_address_at(Address pc, function in class:v8::internal::Assembler
assembler-arm.h 756 INLINE(static Address target_address_at(Address pc,
763 INLINE(static Address target_address_at(Address pc, Code* code)) {
765 return target_address_at(pc, constant_pool);
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32-inl.h 91 return Assembler::target_address_at(pc_, host_);
221 Assembler::target_address_at(pc_ + 1, host_));
237 return Assembler::target_address_at(pc_ + 1, host_);
462 Address Assembler::target_address_at(Address pc, function in class:v8::internal::Assembler
assembler-ia32.h 498 inline static Address target_address_at(Address pc,
505 static inline Address target_address_at(Address pc, Code* code) {
507 return target_address_at(pc, constant_pool);
    [all...]
full-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/x87/
assembler-x87-inl.h 91 return Assembler::target_address_at(pc_, host_);
222 Assembler::target_address_at(pc_ + 1, host_));
238 return Assembler::target_address_at(pc_ + 1, host_);
463 Address Assembler::target_address_at(Address pc, function in class:v8::internal::Assembler
assembler-x87.h 487 inline static Address target_address_at(Address pc,
494 static inline Address target_address_at(Address pc, Code* code) {
496 return target_address_at(pc, constant_pool);
    [all...]
full-codegen-x87.cc     [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64-inl.h 584 Address Assembler::target_address_at(Address pc,
590 Address Assembler::target_address_at(Address pc, Code* code) {
592 return target_address_at(pc, constant_pool);
689 return Assembler::target_address_at(pc_, host_);
709 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_));
716 Assembler::target_address_at(pc_, host_)));
738 return Assembler::target_address_at(pc_, host_);
812 return Assembler::target_address_at(pc_, host_);
    [all...]
assembler-arm64.h 868 inline static Address target_address_at(Address pc,
875 static inline Address target_address_at(Address pc, Code* code);
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64-inl.h 187 Address Assembler::target_address_at(Address pc, function in class:v8::internal::Assembler
248 return Assembler::target_address_at(pc_, host_);
416 Assembler::target_address_at(pc_ + 1, host_));
assembler-x64.h 518 static inline Address target_address_at(Address pc,
525 static inline Address target_address_at(Address pc, Code* code) {
527 return target_address_at(pc, constant_pool);
    [all...]
full-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/
debug.cc     [all...]

Completed in 809 milliseconds

1 2