Searched refs:target_offset (Results 1 - 25 of 33) sorted by relevance

12

/external/v8/src/compiler/
H A Dbytecode-branch-analysis.cc21 void AddBranch(int source_offset, int target_offset);
39 void BytecodeBranchInfo::AddBranch(int source_offset, int target_offset) { argument
40 if (source_offset < target_offset) {
110 void BytecodeBranchAnalysis::AddBranch(int source_offset, int target_offset) { argument
112 auto iterator = branch_infos_.find(target_offset);
115 branch_infos_.insert(std::make_pair(target_offset, branch_info));
119 branch_info->AddBranch(source_offset, target_offset);
H A Dbytecode-branch-analysis.h61 void AddBranch(int origin_offset, int target_offset);
H A Dbytecode-graph-builder.h159 void BuildJump(int source_offset, int target_offset);
167 int target_offset);
H A Dbytecode-graph-builder.cc1780 int source_offset, int target_offset) {
1781 DCHECK_GE(source_offset, target_offset);
1783 branch_analysis()->BackwardBranchesTargetting(target_offset);
1786 DCHECK_GE(branch_sites->at(0), target_offset);
1789 DCHECK_GE(branch_sites->at(i), target_offset);
1794 loop_header_environments_[target_offset]->Merge(merged);
1829 void BytecodeGraphBuilder::BuildJump(int source_offset, int target_offset) { argument
1832 if (source_offset >= target_offset) {
1833 MergeEnvironmentsOfBackwardBranches(source_offset, target_offset);
1841 int target_offset local
1779 MergeEnvironmentsOfBackwardBranches( int source_offset, int target_offset) argument
[all...]
H A Dcode-generator.cc161 int target_offset = masm()->pc_offset() + Deoptimizer::patch_size(); local
162 while (masm()->pc_offset() < target_offset) {
/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/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h113 u_int16_t target_offset; member in struct:ip6t_entry
140 .target_offset = sizeof(struct ip6t_entry), \
258 return (void *)e + e->target_offset;
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debtables.h175 unsigned int target_offset; member in struct:ebt_entry
227 __i < (e)->target_offset; \
237 if (__i != (e)->target_offset) \
/external/kernel-headers/original/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/iproute2/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_ipv4/
H A Dip_tables.h109 u_int16_t target_offset; member in struct:ipt_entry
221 return (void *)e + e->target_offset;
/external/kernel-headers/original/uapi/linux/netfilter_arp/
H A Darp_tables.h99 __u16 target_offset; member in struct:arpt_entry
200 return (void *)e + e->target_offset;
/external/kernel-headers/original/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/libdrm/intel/
H A Dintel_bufmgr_priv.h179 * \param target_offset Constant value to be added to target_bo's
189 drm_intel_bo *target_bo, uint32_t target_offset,
193 uint32_t target_offset,
H A Dintel_bufmgr.h152 drm_intel_bo *target_bo, uint32_t target_offset,
156 uint32_t target_offset,
293 #define dri_bo_emit_reloc(reloc_bo, read, write, target_offset, \
296 target_bo, target_offset, \
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_gem.c1935 drm_intel_bo *target_bo, uint32_t target_offset,
1999 bo_gem->relocs[bo_gem->reloc_count].delta = target_offset;
2057 drm_intel_bo *target_bo, uint32_t target_offset,
2066 return do_bo_emit_reloc(bo, offset, target_bo, target_offset,
2074 uint32_t target_offset,
2077 return do_bo_emit_reloc(bo, offset, target_bo, target_offset,
1934 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
2056 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
2072 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/iptables/libiptc/
H A Dlibip4tc.c200 if (a->target_offset != b->target_offset
244 assert(e->target_offset >= sizeof(STRUCT_ENTRY));
245 assert(e->next_offset >= e->target_offset
250 assert(toff == e->target_offset);
256 assert(e->target_offset == ALIGN(e->target_offset));
288 && e->target_offset == sizeof(*e))
446 assert(e->target_offset == sizeof(*e));
H A Dlibip6tc.c235 if (a->target_offset != b->target_offset
394 assert(e->target_offset == sizeof(*e));
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h134 __i < (e)->target_offset; \
180 (entry)->target_offset); \
/external/iptables/include/linux/netfilter/
H A Dx_tables.h134 __i < (e)->target_offset; \
180 (entry)->target_offset); \
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dx_tables.h135 __i < (e)->target_offset; \
182 (entry)->target_offset); \
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1087 unsigned target_offset, other_offset; local
1089 target_offset = face_slice * tex_image_face_size(lpr, level, layout);
1092 target_data = (uint8_t *) target_data + target_offset;
/external/v8/src/runtime/
H A Druntime-typedarray.cc335 size_t target_offset = NumberToSize(isolate, target->byte_offset()); local
339 target_offset;
/external/v8/src/snapshot/
H A Dserialize.cc1107 int target_offset = source_.GetInt(); local
1111 DCHECK(0 <= target_offset && target_offset <= code->instruction_size());
1113 Address target = code->entry() + target_offset;
2108 intptr_t target_offset = rinfo->target_internal_reference() - entry; local
2111 DCHECK(0 <= target_offset &&
2112 target_offset <= Code::cast(object_)->instruction_size());
2118 sink_->PutInt(static_cast<uintptr_t>(target_offset), "internal ref value");

Completed in 9311 milliseconds

12