HomeSort by relevance Sort by last modified time
    Searched defs:target_address (Results 1 - 25 of 28) sorted by null

1 2

  /external/v8/src/ppc/
codegen-ppc.cc 208 Address target_address = local
210 Code* stub = GetCodeFromTargetAddress(target_address);
assembler-ppc-inl.h 88 Address RelocInfo::target_address() { function in class:v8::internal::RelocInfo
105 // Read the address of the word containing the target_address in an
215 return target_address();
223 if (target_address() != target)
  /external/v8/src/s390/
codegen-s390.cc 200 Address target_address = local
202 Code* stub = GetCodeFromTargetAddress(target_address);
assembler-s390-inl.h 94 Address RelocInfo::target_address() { function in class:v8::internal::RelocInfo
103 // Read the address of the word containing the target_address in an
192 return target_address();
199 if (target_address() != target)
  /external/v8/src/x64/
codegen-x64.cc 210 Address target_address = sequence + *reinterpret_cast<int*>(sequence) + local
212 Code* stub = GetCodeFromTargetAddress(target_address);
assembler-x64-inl.h 345 Address RelocInfo::target_address() { function in class:v8::internal::RelocInfo
435 if (target_address() != target) {
  /external/v8/src/arm/
assembler-arm-inl.h 69 Address RelocInfo::target_address() { function in class:v8::internal::RelocInfo
152 return target_address();
160 if (target_address() != target)
  /external/v8/src/mips/
assembler-mips-inl.h 101 Address RelocInfo::target_address() { function in class:v8::internal::RelocInfo
111 // Read the address of the word containing the target_address in an
267 return target_address();
275 if (target_address() != target)
  /external/v8/src/mips64/
assembler-mips64-inl.h 101 Address RelocInfo::target_address() { function in class:v8::internal::RelocInfo
111 // Read the address of the word containing the target_address in an
249 return target_address();
257 if (target_address() != target)
  /external/v8/src/
type-info.cc 543 Address target_address = reloc_entry.target_address(); local
546 Code* target = Code::GetCodeFromTargetAddress(target_address);
  /external/v8/src/x87/
codegen-x87.cc 358 Address target_address = sequence + *reinterpret_cast<int*>(sequence) + local
360 Code* stub = GetCodeFromTargetAddress(target_address);
assembler-x87-inl.h 81 Address RelocInfo::target_address() { function in class:v8::internal::RelocInfo
163 if (target_address() != target) {
  /external/v8/src/ia32/
assembler-ia32-inl.h 81 Address RelocInfo::target_address() { function in class:v8::internal::RelocInfo
163 if (target_address() != target) {
codegen-ia32.cc 630 Address target_address = sequence + *reinterpret_cast<int*>(sequence) + local
632 Code* stub = GetCodeFromTargetAddress(target_address);
  /external/v8/src/runtime/
runtime-test.cc 430 Address target_address = rinfo->target_address(); local
431 Code* target = Code::GetCodeFromTargetAddress(target_address);
443 Address target_address = rinfo->target_address(); local
444 Code* target = Code::GetCodeFromTargetAddress(target_address);
461 Address target_address = rinfo->target_address(); local
462 Code* target = Code::GetCodeFromTargetAddress(target_address);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-epiphany.c 811 int target_address;
837 target_address = S_GET_VALUE (fragP->fr_symbol) + fragP->fr_offset;
838 addend = (target_address - (opcode_address & -2));
804 int target_address; local
tc-sh64.c 835 bfd_vma target_address; local
848 target_address
862 if ((target_address & 1) == 0)
871 if (((target_address & 1) == 0) && ((insn & SHMEDIA_PTB_BIT) == 0))
874 if (((target_address & 1) != 0) && ((insn & SHMEDIA_PTB_BIT) != 0))
886 ? 1 : ((target_address - opcode_address) / 4))
913 ? 0 : (target_address - (opcode_address + 8))
922 ? 0 : (target_address - (opcode_address + 8)))
959 ? 0 : (target_address - (opcode_address + 12))
968 ? 0 : (target_address - (opcode_address + 12)
    [all...]
tc-cris.c 667 bfd_vma target_address local
673 long offset = target_address - (address_of_var_part - 2);
831 unsigned long target_address; local
843 target_address = (symbolP ? S_GET_VALUE (symbolP) : 0) + fragP->fr_offset;
853 opcodep[0] = branch_disp ((target_address - address_of_var_part));
869 (target_address
923 long offset = target_address - (address_of_var_part - 2);
    [all...]
tc-m32r.c 1750 int target_address; local
    [all...]
tc-mmix.c 2312 bfd_vma target_address; local
    [all...]
  /external/v8/src/arm64/
assembler-arm64-inl.h 676 Address RelocInfo::target_address() { function in class:v8::internal::RelocInfo
745 return target_address();
753 if (target_address() != target) {
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
iscsi.h 504 char *target_address; member in struct:iscsi_session
  /external/vixl/src/aarch64/
disasm-aarch64.cc 4720 const void *target_address = reinterpret_cast<const void *>(instr + offset); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-microblaze.c 1859 bfd_vma target_address; local
1874 bfd_vma target_address; local
1985 bfd_vma target_address; local
2073 bfd_vma target_address; local
    [all...]
  /external/v8/src/wasm/
wasm-module.cc 182 Code::GetCodeFromTargetAddress(it.rinfo()->target_address());
869 Address target_address = rinfo->target_address(); local
    [all...]

Completed in 238 milliseconds

1 2