/third_party/node/deps/v8/src/compiler/ |
D | bytecode-analysis.cc | 71 ResumeJumpTarget::ResumeJumpTarget(int suspend_id, int target_offset, in ResumeJumpTarget() argument 74 target_offset_(target_offset), in ResumeJumpTarget() 77 ResumeJumpTarget ResumeJumpTarget::Leaf(int suspend_id, int target_offset) { in Leaf() argument 78 return ResumeJumpTarget(suspend_id, target_offset, target_offset); in Leaf() 84 next.target_offset()); in AtLoopHeader() 320 int target_offset = iterator.GetJumpTargetOffset(); in UpdateOutLiveness() local 323 liveness.out->Union(*liveness_map.GetInLiveness(target_offset)); in UpdateOutLiveness() 329 liveness.out->Union(*liveness_map.GetInLiveness(entry.target_offset)); in UpdateOutLiveness() 680 *liveness_map().GetInLiveness(entry.target_offset))) { in Analyze() 860 int resume_offset = offset.target_offset; in ResumeJumpTargetsAreValid() [all …]
|
D | bytecode-analysis.h | 46 static ResumeJumpTarget Leaf(int suspend_id, int target_offset); 54 int target_offset() const { return target_offset_; } in target_offset() function 65 ResumeJumpTarget(int suspend_id, int target_offset, int final_target_offset);
|
D | bytecode-graph-builder.cc | 339 void MergeIntoSuccessorEnvironment(int target_offset); 348 void BuildLoopExitsForBranch(int target_offset); 1277 void RestoreState(int target_offset, int new_parent_offset) { in RestoreState() argument 1278 graph_builder_->bytecode_iterator().SetOffset(target_offset); in RestoreState() 3506 MergeIntoSuccessorEnvironment(entry.target_offset); in BuildSwitchOnSmi() 3740 MergeIntoSuccessorEnvironment(target.target_offset()); in BuildSwitchOnGeneratorState() 3885 void BytecodeGraphBuilder::MergeIntoSuccessorEnvironment(int target_offset) { in MergeIntoSuccessorEnvironment() argument 3886 BuildLoopExitsForBranch(target_offset); in MergeIntoSuccessorEnvironment() 3887 Environment*& merge_environment = merge_environments_[target_offset]; in MergeIntoSuccessorEnvironment() 3898 environment(), bytecode_analysis().GetInLivenessFor(target_offset)); in MergeIntoSuccessorEnvironment() [all …]
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | instructions-arm64.cc | 242 ptrdiff_t target_offset = DistanceTo(target); in SetPCRelImmTarget() local 244 if (Instruction::IsValidPCRelOffset(target_offset)) { in SetPCRelImmTarget() 245 imm = Assembler::ImmPCRelAddress(static_cast<int>(target_offset)); in SetPCRelImmTarget() 250 patcher.PatchAdrFar(target_offset); in SetPCRelImmTarget() 292 int32_t target_offset = in SetUnresolvedInternalReferenceImmTarget() local 294 uint32_t high16 = unsigned_bitextract_32(31, 16, target_offset); in SetUnresolvedInternalReferenceImmTarget() 295 uint32_t low16 = unsigned_bitextract_32(15, 0, target_offset); in SetUnresolvedInternalReferenceImmTarget()
|
/third_party/lwip/src/apps/snmp/ |
D | snmp_pbuf_stream.c | 114 u16_t target_offset; in snmp_pbuf_stream_writeto() local 115 struct pbuf *pbuf = pbuf_skip(pbuf_stream->pbuf, pbuf_stream->offset, &target_offset); in snmp_pbuf_stream_writeto() 122 …err = snmp_pbuf_stream_writebuf(target_pbuf_stream, &((u8_t *)pbuf->payload)[target_offset], chunk… in snmp_pbuf_stream_writeto()
|
/third_party/libdrm/intel/ |
D | intel_bufmgr.c | 200 drm_intel_bo *target_bo, uint32_t target_offset, in drm_intel_bo_emit_reloc() argument 204 target_bo, target_offset, in drm_intel_bo_emit_reloc() 211 drm_intel_bo *target_bo, uint32_t target_offset, in drm_intel_bo_emit_reloc_fence() argument 215 target_bo, target_offset, in drm_intel_bo_emit_reloc_fence()
|
D | intel_bufmgr.h | 152 drm_intel_bo *target_bo, uint32_t target_offset, 156 uint32_t target_offset, 313 #define dri_bo_emit_reloc(reloc_bo, read, write, target_offset, \ argument 316 target_bo, target_offset, \
|
D | intel_bufmgr_priv.h | 189 drm_intel_bo *target_bo, uint32_t target_offset, 193 uint32_t target_offset,
|
D | intel_bufmgr_gem.c | 2010 drm_intel_bo *target_bo, uint32_t target_offset, in do_bo_emit_reloc() argument 2074 bo_gem->relocs[bo_gem->reloc_count].delta = target_offset; in do_bo_emit_reloc() 2136 drm_intel_bo *target_bo, uint32_t target_offset, in drm_intel_gem_bo_emit_reloc() argument 2145 return do_bo_emit_reloc(bo, offset, target_bo, target_offset, in drm_intel_gem_bo_emit_reloc() 2153 uint32_t target_offset, in drm_intel_gem_bo_emit_reloc_fence() argument 2156 return do_bo_emit_reloc(bo, offset, target_bo, target_offset, in drm_intel_gem_bo_emit_reloc_fence()
|
D | intel_bufmgr_fake.c | 1251 drm_intel_bo *target_bo, uint32_t target_offset, in drm_intel_fake_emit_reloc() argument 1285 r->delta = target_offset; in drm_intel_fake_emit_reloc()
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
D | setsockopt08.c | 125 ipt_entry->target_offset = in run() 127 ipt_entry->next_offset = ipt_entry->target_offset + tgt_size; in run()
|
D | setsockopt03.c | 64 p.ent.target_offset = TOO_SMALL_OFFSET; in run()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftbitmap.c | 812 FT_Vector target_offset; in FT_Bitmap_Blend() local 849 target_offset.x = FT_PIX_FLOOR( atarget_offset->x ); in FT_Bitmap_Blend() 850 target_offset.y = FT_PIX_FLOOR( atarget_offset->y ); in FT_Bitmap_Blend() 874 target_llx = target_offset.x; in FT_Bitmap_Blend() 875 if ( FT_LONG_MIN + (FT_Pos)( target->rows << 6 ) > target_offset.y ) in FT_Bitmap_Blend() 881 target_lly = target_offset.y - ( target->rows << 6 ); in FT_Bitmap_Blend() 890 target_ury = target_offset.y; in FT_Bitmap_Blend()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.c | 380 struct crocus_bo *target, int32_t target_offset, in emit_reloc() argument 421 .delta = target_offset, in emit_reloc() 430 return entry->offset + target_offset; in emit_reloc() 435 struct crocus_bo *target, uint32_t target_offset, in crocus_command_reloc() argument 441 target, target_offset, reloc_flags); in crocus_command_reloc() 446 struct crocus_bo *target, uint32_t target_offset, in crocus_state_reloc() argument 452 target, target_offset, reloc_flags); in crocus_state_reloc()
|
D | crocus_batch.h | 206 struct crocus_bo *target, uint32_t target_offset, 209 struct crocus_bo *target, uint32_t target_offset,
|
/third_party/lwip/src/core/ |
D | pbuf.c | 1276 u16_t target_offset; in pbuf_take_at() local 1277 struct pbuf *q = pbuf_skip(buf, offset, &target_offset); in pbuf_take_at() 1280 if ((q != NULL) && (q->tot_len >= target_offset + len)) { in pbuf_take_at() 1285 LWIP_ASSERT("check pbuf_skip result", target_offset < q->len); in pbuf_take_at() 1286 first_copy_len = (u16_t)LWIP_MIN(q->len - target_offset, len); in pbuf_take_at() 1287 MEMCPY(((u8_t *)q->payload) + target_offset, dataptr, first_copy_len); in pbuf_take_at()
|
/third_party/libdrm/tegra/ |
D | pushbuf.c | 144 buffer->reloc.target_offset = offset; in drm_tegra_pushbuf_relocate()
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-array-iterator.h | 30 int target_offset; member
|
D | interpreter-assembler.cc | 1225 TNode<IntPtrT> target_offset = Advance(); in Dispatch() local 1226 TNode<WordT> target_bytecode = LoadBytecode(target_offset); in Dispatch()
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-graph-builder.h | 149 merge_states_[offset.target_offset]->MergeDead(); in EmitUnconditionalDeopt() 486 predecessors_[offset.target_offset]++; in CalculatePredecessorCounts()
|
/third_party/libdrm/include/drm/ |
D | tegra_drm.h | 812 __u64 target_offset; member
|
/third_party/node/deps/v8/src/snapshot/ |
D | serializer.cc | 1099 uintptr_t target_offset = rinfo->target_internal_reference() - entry; in VisitInternalReference() local 1104 DCHECK_LE(target_offset, Handle<Code>::cast(object_)->raw_body_size()); in VisitInternalReference() 1106 sink_->PutInt(target_offset, "internal ref value"); in VisitInternalReference()
|
D | deserializer.cc | 820 int target_offset = source().GetInt(); in VisitInternalReference() local 825 DCHECK_LT(static_cast<unsigned>(target_offset), in VisitInternalReference() 827 Address target = host.entry() + target_offset; in VisitInternalReference()
|
/third_party/node/deps/v8/src/baseline/ |
D | baseline-compiler.cc | 621 int target_offset = iterator().GetJumpTargetOffset(); in BuildForwardJumpLabel() local 623 EnsureLabels(target_offset)->linked.Add(threaded_label); in BuildForwardJumpLabel() 2097 &EnsureLabels(offset.target_offset)->unlinked; in VisitSwitchOnSmiNoFeedback() 2255 labels[offset.case_value] = &EnsureLabels(offset.target_offset)->unlinked; in VisitSwitchOnGeneratorState()
|
/third_party/node/deps/v8/src/objects/ |
D | code.cc | 653 os << " " << entry.case_value << ": @" << entry.target_offset; in Disassemble()
|