/external/v8/src/s390/ |
D | assembler-s390-inl.h | 72 Address target = Assembler::target_address_at(pc_, host_); in apply() 85 return Assembler::target_address_at(pc_, host_); in target_internal_reference() 96 return Assembler::target_address_at(pc_, host_); in target_address() 122 Address Assembler::target_address_at(Address pc, Code* code) { in target_address_at() function 124 return target_address_at(pc, constant_pool); in target_address_at() 157 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_)); in target_object() 164 reinterpret_cast<Object**>(Assembler::target_address_at(pc_, host_))); in target_object_handle() 187 return Assembler::target_address_at(pc_, host_); in target_external_reference() 256 Assembler::target_address_at(pc_ + kCodeAgingTargetDelta, host_)); in code_age_stub() 269 return Assembler::target_address_at(pc_, host_); in debug_call_address() [all …]
|
D | codegen-s390.cc | 201 Assembler::target_address_at(sequence + kCodeAgingTargetDelta, code); in GetCodeAge()
|
D | assembler-s390.cc | 233 return Assembler::target_address_at(pc_, host_); in wasm_memory_reference() 239 reinterpret_cast<intptr_t>(Assembler::target_address_at(pc_, host_))); in wasm_memory_size_reference() 244 return Assembler::target_address_at(pc_, host_); in wasm_global_reference() 250 reinterpret_cast<intptr_t>(Assembler::target_address_at(pc_, host_))); in wasm_function_table_size_reference() 2120 intptr_t pos = reinterpret_cast<intptr_t>(target_address_at(pc, code)); in EmitRelocations()
|
D | assembler-s390.h | 447 INLINE(static Address target_address_at(Address pc, Address constant_pool)); 451 INLINE(static Address target_address_at(Address pc, Code* code));
|
/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() 134 Address Assembler::target_address_at(Address pc, Code* code) { in target_address_at() function 136 return target_address_at(pc, constant_pool); in target_address_at() 180 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_)); in target_object() 187 reinterpret_cast<Object**>(Assembler::target_address_at(pc_, host_))); in target_object_handle() 209 return Assembler::target_address_at(pc_, host_); in target_external_reference() 279 Assembler::target_address_at(pc_ + kCodeAgingTargetDelta, host_)); in code_age_stub() 294 return Assembler::target_address_at(pc_, host_); in debug_call_address() [all …]
|
D | codegen-ppc.cc | 209 Assembler::target_address_at(sequence + kCodeAgingTargetDelta, code); in GetCodeAge()
|
D | assembler-ppc.cc | 166 return Assembler::target_address_at(pc_, host_); in wasm_memory_reference() 172 reinterpret_cast<intptr_t>(Assembler::target_address_at(pc_, host_))); in wasm_memory_size_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_function_table_size_reference() 2525 intptr_t pos = reinterpret_cast<intptr_t>(target_address_at(pc, code)); in EmitRelocations()
|
D | assembler-ppc.h | 469 INLINE(static Address target_address_at(Address pc, Address constant_pool)); 473 INLINE(static Address target_address_at(Address pc, Code* code));
|
/external/v8/src/mips64/ |
D | assembler-mips64-inl.h | 103 return Assembler::target_address_at(pc_, host_); in target_address() 142 Address Assembler::target_address_at(Address pc, Code* code) { in target_address_at() function 144 return target_address_at(pc, constant_pool); in target_address_at() 191 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_)); in target_object() 198 Assembler::target_address_at(pc_, host_))); in target_object_handle() 221 return Assembler::target_address_at(pc_, host_); in target_external_reference() 300 Assembler::target_address_at(pc_ + Assembler::kInstrSize, host_)); in code_age_stub() 316 return Assembler::target_address_at(pc_, host_); in debug_call_address()
|
D | assembler-mips64.h | 468 static Address target_address_at(Address pc); 473 INLINE(static Address target_address_at(Address pc, Address constant_pool)) { in INLINE() 474 return target_address_at(pc); in INLINE() 481 INLINE(static Address target_address_at(Address pc, Code* code));
|
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() 189 reinterpret_cast<intptr_t>((Assembler::target_address_at(pc_, host_)))); in wasm_function_table_size_reference() 3455 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() 140 Address Assembler::target_address_at(Address pc, Code* code) { in target_address_at() function 142 return target_address_at(pc, constant_pool); in target_address_at() 203 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_)); in target_object() 210 Assembler::target_address_at(pc_, host_))); in target_object_handle() 233 return Assembler::target_address_at(pc_, host_); in target_external_reference() 318 Assembler::target_address_at(pc_ + Assembler::kInstrSize, host_)); in code_age_stub() 334 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));
|
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() 209 return reinterpret_cast<uint32_t>(Assembler::target_address_at(pc_, host_)); in wasm_function_table_size_reference() 3211 Address Assembler::target_address_at(Address pc) { in target_address_at() function in v8::internal::Assembler
|
D | codegen-mips.cc | 743 Assembler::target_address_at(sequence + Assembler::kInstrSize); in GetCodeAge()
|
/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 593 Address Assembler::target_address_at(Address pc, Code* code) { in target_address_at() function 595 return target_address_at(pc, constant_pool); in target_address_at()
|
D | assembler-arm.h | 728 INLINE(static Address target_address_at(Address pc, Address constant_pool)); 732 INLINE(static Address target_address_at(Address pc, Code* code));
|
/external/v8/src/ia32/ |
D | assembler-ia32-inl.h | 83 return Assembler::target_address_at(pc_, host_); in target_address() 210 Assembler::target_address_at(pc_ + 1, host_)); in code_age_stub() 226 return Assembler::target_address_at(location, host_); in debug_call_address() 435 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at() function 450 Address Assembler::target_address_at(Address pc, Code* code) { in target_address_at() function 452 return target_address_at(pc, constant_pool); in target_address_at()
|
D | assembler-ia32.h | 498 inline static Address target_address_at(Address pc, Address constant_pool); 502 static inline Address target_address_at(Address pc, Code* code);
|
/external/v8/src/x87/ |
D | assembler-x87-inl.h | 83 return Assembler::target_address_at(pc_, host_); in target_address() 210 Assembler::target_address_at(pc_ + 1, host_)); in code_age_stub() 226 return Assembler::target_address_at(location, host_); in debug_call_address() 435 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at() function 450 Address Assembler::target_address_at(Address pc, Code* code) { in target_address_at() function 452 return target_address_at(pc, constant_pool); in target_address_at()
|
D | assembler-x87.h | 496 inline static Address target_address_at(Address pc, Address constant_pool); 500 static inline Address target_address_at(Address pc, Code* code);
|
/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 | 810 inline static Address target_address_at(Address pc, Address constant_pool); 814 static inline Address target_address_at(Address pc, Code* code);
|
/external/v8/src/x64/ |
D | assembler-x64-inl.h | 275 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at() function 289 Address Assembler::target_address_at(Address pc, Code* code) { in target_address_at() function 291 return target_address_at(pc, constant_pool); in target_address_at() 347 return Assembler::target_address_at(pc_, host_); in target_address() 496 Assembler::target_address_at(pc_ + 1, host_)); in code_age_stub()
|
/external/v8/src/ic/ |
D | ic-inl.h | 45 Address target = Assembler::target_address_at(address, constant_pool); in GetTargetAtAddress()
|