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

1 2 3 4 5 6 7 8 91011>>

  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 271 uint32_t target_offset) {
274 uint32_t displacement = target_offset - patch_offset;
421 uint32_t target_offset = result.second - CompiledCode::CodeDelta(instruction_set_); local
422 if (target_offset >= patch_offset) {
423 DCHECK_LE(target_offset - patch_offset, max_positive_displacement);
424 } else if (patch_offset - target_offset > max_negative_displacement) {
relative_patcher_thumb2.cc 55 uint32_t target_offset) {
59 DCHECK_EQ(target_offset & 1u, 1u); // Thumb2 mode bit.
60 uint32_t displacement = CalculateMethodCallDisplacement(patch_offset, target_offset & ~1u);
83 uint32_t target_offset) {
87 uint32_t diff = target_offset - pc_base;
166 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); local
167 DCHECK_ALIGNED(target_offset, 4u);
168 uint32_t disp = target_offset - (patch_offset + kPcDisplacement);
  /art/compiler/linker/
relative_patcher_test.h 157 uint32_t target_offset = local
160 offset + patch.LiteralOffset(), target_offset);
162 uint32_t target_offset = local
167 target_offset);
169 uint32_t target_offset = local
174 target_offset);
  /external/v8/src/arm64/
instructions-arm64.cc 240 ptrdiff_t target_offset = DistanceTo(target); local
242 if (Instruction::IsValidPCRelOffset(target_offset)) {
243 imm = Assembler::ImmPCRelAddress(static_cast<int>(target_offset));
248 patcher.PatchAdrFar(target_offset);
292 int32_t target_offset = local
294 uint32_t high16 = unsigned_bitextract_32(31, 16, target_offset);
295 uint32_t low16 = unsigned_bitextract_32(15, 0, target_offset);
  /external/v8/src/compiler/
bytecode-analysis.cc 188 int target_offset = accessor.GetJumpTargetOffset(); local
189 out_liveness.Union(*liveness_map.GetInLiveness(target_offset));
517 int target_offset = iterator.GetJumpTargetOffset(); local
518 liveness.out->Union(*liveness_map_.GetInLiveness(target_offset));
  /external/v8/src/runtime/
runtime-typedarray.cc 340 size_t target_offset = NumberToSize(target->byte_offset()); local
344 target_offset;
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 185 target_offset) {
189 DCHECK_EQ(target_offset & 3u, 0u);
190 uint32_t displacement = CalculateMethodCallDisplacement(patch_offset, target_offset & ~1u);
205 uint32_t target_offset) {
207 DCHECK_EQ(target_offset & 3u, 0u);
211 uint32_t disp = target_offset - ((patch_offset - literal_offset + pc_insn_offset) & ~0xfffu);
223 uint32_t adrp_disp = target_offset - (thunk_offset & ~0xfffu);
347 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); local
348 DCHECK_ALIGNED(target_offset, 4u);
349 uint32_t disp = target_offset - patch_offset
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_arp/
arp_tables.h 71 __u16 target_offset; member in struct:arpt_entry
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebtables.h 123 unsigned int target_offset; member in struct:ebt_entry
140 ({ unsigned int __i; int __ret = 0; struct ebt_entry_watcher * __watcher; for(__i = e->watchers_offset; __i < (e)->target_offset; __i += __watcher->watcher_size + sizeof(struct ebt_entry_watcher)) { __watcher = (void *) (e) + __i; __ret = fn(__watcher, ##args); if(__ret != 0) break; } if(__ret == 0) { if(__i != (e)->target_offset) __ret = - EINVAL; } __ret; \
  /development/ndk/platforms/android-21/include/linux/netfilter_arp/
arp_tables.h 84 __u16 target_offset; member in struct:arpt_entry
  /development/ndk/platforms/android-21/include/linux/netfilter_bridge/
ebtables.h 149 unsigned int target_offset; member in struct:ebt_entry
166 #define EBT_WATCHER_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ebt_entry_watcher *__watcher; for (__i = e->watchers_offset; __i < (e)->target_offset; __i += __watcher->watcher_size + sizeof(struct ebt_entry_watcher)) { __watcher = (void *)(e) + __i; __ret = fn(__watcher , ## args); if (__ret != 0) break; } if (__ret == 0) { if (__i != (e)->target_offset) __ret = -EINVAL; } __ret; })
  /development/ndk/platforms/android-9/include/linux/netfilter_arp/
arp_tables.h 76 u_int16_t target_offset; member in struct:arpt_entry
  /external/iptables/include/linux/netfilter_arp/
arp_tables.h 97 __u16 target_offset; member in struct:arpt_entry
198 return (void *)e + e->target_offset;
  /external/kernel-headers/original/uapi/linux/netfilter_arp/
arp_tables.h 100 __u16 target_offset; member in struct:arpt_entry
201 return (void *)e + e->target_offset;
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebtables.h 177 unsigned int target_offset; member in struct:ebt_entry
229 __i < (e)->target_offset; \
239 if (__i != (e)->target_offset) \
  /external/v8/src/snapshot/
deserializer.cc 711 int target_offset = source_.GetInt(); local
715 DCHECK(0 <= target_offset && target_offset <= code->instruction_size())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_arp/
arp_tables.h 89 u_int16_t target_offset; member in struct:arpt_entry
208 return (void *)e + e->target_offset;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 184 unsigned int target_offset; member in struct:ebt_entry
236 __i < (e)->target_offset; \
246 if (__i != (e)->target_offset) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_arp/
arp_tables.h 97 __u16 target_offset; member in struct:arpt_entry
198 return (void *)e + e->target_offset;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 177 unsigned int target_offset; member in struct:ebt_entry
229 __i < (e)->target_offset; \
239 if (__i != (e)->target_offset) \
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 76 u_int16_t target_offset; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/netfilter_arp/
arp_tables.h 76 u_int16_t target_offset; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h 76 u_int16_t target_offset; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 76 u_int16_t target_offset; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/netfilter_arp/
arp_tables.h 76 u_int16_t target_offset; member in struct:arpt_entry

Completed in 1427 milliseconds

1 2 3 4 5 6 7 8 91011>>