Searched defs:target_offset (Results 1 - 23 of 23) sorted by relevance

/external/v8/src/arm64/
H A Dinstructions-arm64.cc240 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/runtime/
H A Druntime-typedarray.cc340 size_t target_offset = NumberToSize(target->byte_offset()); local
344 target_offset;
/external/iptables/include/linux/netfilter_arp/
H A Darp_tables.h97 __u16 target_offset; member in struct:arpt_entry
198 return (void *)e + e->target_offset;
/external/kernel-headers/original/uapi/linux/netfilter_arp/
H A Darp_tables.h101 __u16 target_offset; member in struct:arpt_entry
202 return (void *)e + e->target_offset;
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debtables.h178 unsigned int target_offset; member in struct:ebt_entry
230 __i < (e)->target_offset; \
240 if (__i != (e)->target_offset) \
/external/libdrm/intel/
H A Dintel_bufmgr.c204 drm_intel_bo *target_bo, uint32_t target_offset,
208 target_bo, target_offset,
215 drm_intel_bo *target_bo, uint32_t target_offset,
219 target_bo, target_offset,
203 drm_intel_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset, drm_intel_bo *target_bo, uint32_t target_offset, uint32_t read_domains, uint32_t write_domain) argument
214 drm_intel_bo_emit_reloc_fence(drm_intel_bo *bo, uint32_t offset, drm_intel_bo *target_bo, uint32_t target_offset, uint32_t read_domains, uint32_t write_domain) argument
H A Dintel_bufmgr_fake.c1255 drm_intel_bo *target_bo, uint32_t target_offset,
1289 r->delta = target_offset;
1254 drm_intel_fake_emit_reloc(drm_intel_bo *bo, uint32_t offset, drm_intel_bo *target_bo, uint32_t target_offset, uint32_t read_domains, uint32_t write_domain) argument
H A Dintel_bufmgr_gem.c1978 drm_intel_bo *target_bo, uint32_t target_offset,
2042 bo_gem->relocs[bo_gem->reloc_count].delta = target_offset;
2100 drm_intel_bo *target_bo, uint32_t target_offset,
2109 return do_bo_emit_reloc(bo, offset, target_bo, target_offset,
2117 uint32_t target_offset,
2120 return do_bo_emit_reloc(bo, offset, target_bo, target_offset,
1977 do_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset, drm_intel_bo *target_bo, uint32_t target_offset, uint32_t read_domains, uint32_t write_domain, bool need_fence) argument
2099 drm_intel_gem_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset, drm_intel_bo *target_bo, uint32_t target_offset, uint32_t read_domains, uint32_t write_domain) argument
2115 drm_intel_gem_bo_emit_reloc_fence(drm_intel_bo *bo, uint32_t offset, drm_intel_bo *target_bo, uint32_t target_offset, uint32_t read_domains, uint32_t write_domain) argument
/external/v8/src/compiler/
H A Dbytecode-analysis.cc188 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));
H A Dcode-generator.cc204 int target_offset = masm()->pc_offset() + Deoptimizer::patch_size(); local
205 while (masm()->pc_offset() < target_offset) {
H A Dbytecode-graph-builder.cc2067 void BytecodeGraphBuilder::MergeIntoSuccessorEnvironment(int target_offset) { argument
2068 BuildLoopExitsForBranch(target_offset);
2069 Environment*& merge_environment = merge_environments_[target_offset];
2113 void BytecodeGraphBuilder::BuildLoopExitsForBranch(int target_offset) { argument
2116 if (target_offset > origin_offset) {
2118 bytecode_analysis()->GetLoopOffsetFor(target_offset));
/external/iproute2/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h111 __u16 target_offset; member in struct:ipt_entry
223 return (void *)e + e->target_offset;
/external/iproute2/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h115 __u16 target_offset; member in struct:ip6t_entry
142 .target_offset = sizeof(struct ip6t_entry), \
263 return (void *)e + e->target_offset;
/external/iptables/include/linux/netfilter_ipv4/
H A Dip_tables.h109 __u16 target_offset; member in struct:ipt_entry
221 return (void *)e + e->target_offset;
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h113 __u16 target_offset; member in struct:ip6t_entry
140 .target_offset = sizeof(struct ip6t_entry), \
261 return (void *)e + e->target_offset;
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
H A Dip_tables.h113 __u16 target_offset; member in struct:ipt_entry
225 return (void *)e + e->target_offset;
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h117 __u16 target_offset; member in struct:ip6t_entry
144 .target_offset = sizeof(struct ip6t_entry), \
265 return (void *)e + e->target_offset;
/external/mesa3d/src/gallium/winsys/intel/drm/
H A Dintel_drm_winsys.c591 struct intel_bo *target_bo, uint32_t target_offset,
616 gem_bo(target_bo), target_offset,
620 gem_bo(target_bo), target_offset,
624 *presumed_offset = gem_bo(target_bo)->offset64 + target_offset;
590 intel_bo_add_reloc(struct intel_bo *bo, uint32_t offset, struct intel_bo *target_bo, uint32_t target_offset, uint32_t flags, uint64_t *presumed_offset) argument
/external/v8/src/snapshot/
H A Ddeserializer.cc711 int target_offset = source_.GetInt(); local
715 DCHECK(0 <= target_offset && target_offset <= code->instruction_size());
717 Address target = code->entry() + target_offset;
H A Dserializer.cc644 intptr_t target_offset = rinfo->target_internal_reference() - entry; local
647 DCHECK(0 <= target_offset &&
648 target_offset <= Code::cast(object_)->instruction_size());
654 sink_->PutInt(static_cast<uintptr_t>(target_offset), "internal ref value");
/external/v8/src/interpreter/
H A Dinterpreter-assembler.cc1076 Node* target_offset = Advance(); local
1077 Node* target_bytecode = LoadBytecode(target_offset);
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc379 int target_offset = masm()->pc_offset() + Deoptimizer::patch_size(); local
380 while (masm()->pc_offset() < target_offset) {
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc382 int target_offset = masm()->pc_offset() + Deoptimizer::patch_size(); local
383 while (masm()->pc_offset() < target_offset) {

Completed in 1316 milliseconds