Home
last modified time | relevance | path

Searched refs:target_address_at (Results 1 – 25 of 36) sorted by relevance

12

/external/v8/src/s390/
Dassembler-s390-inl.h72 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 …]
Dcodegen-s390.cc201 Assembler::target_address_at(sequence + kCodeAgingTargetDelta, code); in GetCodeAge()
Dassembler-s390.cc233 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()
Dassembler-s390.h447 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/
Dassembler-ppc-inl.h63 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 …]
Dcodegen-ppc.cc209 Assembler::target_address_at(sequence + kCodeAgingTargetDelta, code); in GetCodeAge()
Dassembler-ppc.cc166 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()
Dassembler-ppc.h469 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/
Dassembler-mips64-inl.h103 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()
Dassembler-mips64.h468 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));
Dassembler-mips64.cc172 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/
Dassembler-mips-inl.h103 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()
Dassembler-mips.h463 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));
Dassembler-mips.cc194 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
Dcodegen-mips.cc743 Assembler::target_address_at(sequence + Assembler::kInstrSize); in GetCodeAge()
/external/v8/src/arm/
Dassembler-arm-inl.h71 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()
Dassembler-arm.h728 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/
Dassembler-ia32-inl.h83 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()
Dassembler-ia32.h498 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/
Dassembler-x87-inl.h83 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()
Dassembler-x87.h496 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/
Dassembler-arm64-inl.h575 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_);
Dassembler-arm64.h810 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/
Dassembler-x64-inl.h275 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/
Dic-inl.h45 Address target = Assembler::target_address_at(address, constant_pool); in GetTargetAtAddress()

12