/external/v8/src/s390/ |
D | assembler-s390-inl.h | 71 Address target = Assembler::target_address_at(pc_, host_); in apply() 84 return Assembler::target_address_at(pc_, host_); in target_internal_reference() 95 return Assembler::target_address_at(pc_, host_); in target_address() 144 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_)); in target_object() 151 reinterpret_cast<Object**>(Assembler::target_address_at(pc_, host_))); in target_object_handle() 174 return Assembler::target_address_at(pc_, host_); in target_external_reference() 243 Assembler::target_address_at(pc_ + kCodeAgingTargetDelta, host_)); in code_age_stub() 256 return Assembler::target_address_at(pc_, host_); in debug_call_address() 438 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at() function
|
D | assembler-s390.h | 446 INLINE(static Address target_address_at(Address pc, Address constant_pool)); 450 INLINE(static Address target_address_at(Address pc, Code* code)) { in INLINE() 452 return target_address_at(pc, constant_pool); in INLINE()
|
D | codegen-s390.cc | 498 Assembler::target_address_at(sequence + kCodeAgingTargetDelta, code); in GetCodeAgeAndParity()
|
D | assembler-s390.cc | 222 return Assembler::target_address_at(pc_, host_); in wasm_memory_reference() 228 reinterpret_cast<intptr_t>(Assembler::target_address_at(pc_, host_))); in wasm_memory_size_reference() 233 return Assembler::target_address_at(pc_, host_); in wasm_global_reference() 3126 intptr_t pos = reinterpret_cast<intptr_t>(target_address_at(pc, code)); in EmitRelocations()
|
/external/v8/src/ppc/ |
D | assembler-ppc-inl.h | 63 Address target = Assembler::target_address_at(pc_, host_); in apply() 77 return Assembler::target_address_at(pc_, host_); in target_internal_reference() 90 return Assembler::target_address_at(pc_, host_); in target_address() 169 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_)); in target_object() 176 reinterpret_cast<Object**>(Assembler::target_address_at(pc_, host_))); in target_object_handle() 198 return Assembler::target_address_at(pc_, host_); in target_external_reference() 268 Assembler::target_address_at(pc_ + kCodeAgingTargetDelta, host_)); in code_age_stub() 283 return Assembler::target_address_at(pc_, host_); in debug_call_address() 435 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at() function
|
D | assembler-ppc.h | 468 INLINE(static Address target_address_at(Address pc, Address constant_pool)); 472 INLINE(static Address target_address_at(Address pc, Code* code)) { in INLINE() 474 return target_address_at(pc, constant_pool); in INLINE()
|
D | assembler-ppc.cc | 160 return Assembler::target_address_at(pc_, host_); in wasm_memory_reference() 166 reinterpret_cast<intptr_t>(Assembler::target_address_at(pc_, host_))); in wasm_memory_size_reference() 171 return Assembler::target_address_at(pc_, host_); in wasm_global_reference() 2474 intptr_t pos = reinterpret_cast<intptr_t>(target_address_at(pc, code)); in EmitRelocations()
|
D | codegen-ppc.cc | 505 Assembler::target_address_at(sequence + kCodeAgingTargetDelta, code); in GetCodeAgeAndParity()
|
/external/v8/src/mips64/ |
D | assembler-mips64-inl.h | 103 return Assembler::target_address_at(pc_, host_); in target_address() 180 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_)); in target_object() 187 Assembler::target_address_at(pc_, host_))); in target_object_handle() 210 return Assembler::target_address_at(pc_, host_); in target_external_reference() 289 Assembler::target_address_at(pc_ + Assembler::kInstrSize, host_)); in code_age_stub() 305 return Assembler::target_address_at(pc_, host_); in debug_call_address()
|
D | assembler-mips64.h | 467 static Address target_address_at(Address pc); 472 INLINE(static Address target_address_at(Address pc, Address constant_pool)) { in INLINE() 473 return target_address_at(pc); in INLINE() 480 INLINE(static Address target_address_at(Address pc, Code* code)) { in INLINE() 482 return target_address_at(pc, constant_pool); in INLINE()
|
D | assembler-mips64.cc | 172 return Assembler::target_address_at(pc_, host_); in wasm_memory_reference() 177 return Assembler::target_address_at(pc_, host_); in wasm_global_reference() 183 reinterpret_cast<intptr_t>((Assembler::target_address_at(pc_, host_)))); in wasm_memory_size_reference() 3405 Address Assembler::target_address_at(Address pc) { in target_address_at() function in v8::internal::Assembler
|
/external/v8/src/mips/ |
D | assembler-mips-inl.h | 103 return Assembler::target_address_at(pc_, host_); in target_address() 192 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_)); in target_object() 199 Assembler::target_address_at(pc_, host_))); in target_object_handle() 222 return Assembler::target_address_at(pc_, host_); in target_external_reference() 307 Assembler::target_address_at(pc_ + Assembler::kInstrSize, host_)); in code_age_stub() 323 return Assembler::target_address_at(pc_, host_); in debug_call_address()
|
D | assembler-mips.h | 463 static Address target_address_at(Address pc); 468 INLINE(static Address target_address_at(Address pc, Address constant_pool)) { in INLINE() 469 return target_address_at(pc); in INLINE() 476 INLINE(static Address target_address_at(Address pc, Code* code)) { in INLINE() 478 return target_address_at(pc, constant_pool); in INLINE()
|
D | assembler-mips.cc | 194 return Assembler::target_address_at(pc_, host_); in wasm_memory_reference() 199 return Assembler::target_address_at(pc_, host_); in wasm_global_reference() 204 return reinterpret_cast<uint32_t>(Assembler::target_address_at(pc_, host_)); in wasm_memory_size_reference() 3193 Address Assembler::target_address_at(Address pc) { in target_address_at() function in v8::internal::Assembler
|
/external/v8/src/arm/ |
D | assembler-arm-inl.h | 71 return Assembler::target_address_at(pc_, host_); in target_address() 104 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_)); in target_object() 111 Assembler::target_address_at(pc_, host_))); in target_object_handle() 134 return Assembler::target_address_at(pc_, host_); in target_external_reference() 511 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at() function
|
D | assembler-arm.h | 697 INLINE(static Address target_address_at(Address pc, Address constant_pool)); 701 INLINE(static Address target_address_at(Address pc, Code* code)) { in INLINE() 703 return target_address_at(pc, constant_pool); in INLINE()
|
/external/v8/src/arm64/ |
D | assembler-arm64-inl.h | 575 Address Assembler::target_address_at(Address pc, Address constant_pool) { 580 Address Assembler::target_address_at(Address pc, Code* code) { 582 return target_address_at(pc, constant_pool); 678 return Assembler::target_address_at(pc_, host_); 697 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_)); 704 Assembler::target_address_at(pc_, host_))); 727 return Assembler::target_address_at(pc_, host_); 813 return Assembler::target_address_at(pc_, host_);
|
D | assembler-arm64.h | 809 inline static Address target_address_at(Address pc, Address constant_pool); 813 static inline Address target_address_at(Address pc, Code* code);
|
/external/v8/src/x87/ |
D | assembler-x87-inl.h | 82 return Assembler::target_address_at(pc_, host_); in target_address() 209 Assembler::target_address_at(pc_ + 1, host_)); in code_age_stub() 225 return Assembler::target_address_at(location, host_); in debug_call_address() 434 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at() function
|
D | assembler-x87.h | 495 inline static Address target_address_at(Address pc, Address constant_pool); 499 static inline Address target_address_at(Address pc, Code* code) { in target_address_at() function 501 return target_address_at(pc, constant_pool); in target_address_at()
|
/external/v8/src/ia32/ |
D | assembler-ia32-inl.h | 82 return Assembler::target_address_at(pc_, host_); in target_address() 209 Assembler::target_address_at(pc_ + 1, host_)); in code_age_stub() 225 return Assembler::target_address_at(location, host_); in debug_call_address() 434 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at() function
|
D | assembler-ia32.h | 497 inline static Address target_address_at(Address pc, Address constant_pool); 501 static inline Address target_address_at(Address pc, Code* code) { in target_address_at() function 503 return target_address_at(pc, constant_pool); in target_address_at()
|
/external/v8/src/x64/ |
D | assembler-x64-inl.h | 270 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at() function 327 return Assembler::target_address_at(pc_, host_); in target_address() 476 Assembler::target_address_at(pc_ + 1, host_)); in code_age_stub()
|
D | assembler-x64.h | 502 static inline Address target_address_at(Address pc, Address constant_pool); 506 static inline Address target_address_at(Address pc, Code* code) { in target_address_at() function 508 return target_address_at(pc, constant_pool); in target_address_at()
|
/external/v8/src/ic/ |
D | ic-inl.h | 44 Address target = Assembler::target_address_at(address, constant_pool); in GetTargetAtAddress()
|