Home
last modified time | relevance | path

Searched defs:current_offset (Results 1 – 25 of 37) sorted by relevance

12

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-writer.cc157 size_t current_offset = bytecodes()->size(); in BindLabel() local
165 size_t current_offset = bytecodes()->size(); in BindLoopHeader() local
176 size_t current_offset = bytecodes()->size(); in BindJumpTableEntry() local
189 size_t current_offset = bytecodes()->size(); in BindHandlerTarget() local
196 size_t current_offset = bytecodes()->size(); in BindTryRegionStart() local
208 size_t current_offset = bytecodes()->size(); in BindTryRegionEnd() local
466 size_t current_offset = bytecodes()->size(); in EmitJumpLoop() local
486 size_t current_offset = bytecodes()->size(); in EmitJump() local
519 size_t current_offset = bytecodes()->size(); in EmitSwitch() local
Dbytecode-array-iterator.h101 int current_offset() const { in current_offset() function
/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.cc480 int current_offset = iterator.current_offset(); in Analyze() local
652 int current_offset = iterator.current_offset(); in Analyze() local
672 int current_offset = iterator.current_offset(); in Analyze() local
800 int current_offset = iterator.current_offset(); in PrintLivenessTo() local
979 int current_offset = iterator.current_offset(); in LivenessIsValid() local
1024 int current_offset = iterator.current_offset(); in LivenessIsValid() local
1059 int current_offset = forward_iterator.current_offset(); in LivenessIsValid() local
Dbytecode-graph-builder.cc1421 int current_offset = bytecode_iterator().current_offset(); in VisitSingleBytecode() local
3839 void BytecodeGraphBuilder::SwitchToMergeEnvironment(int current_offset) { in SwitchToMergeEnvironment()
3851 void BytecodeGraphBuilder::BuildLoopHeaderEnvironment(int current_offset) { in BuildLoopHeaderEnvironment()
4206 void BytecodeGraphBuilder::ExitThenEnterExceptionHandlers(int current_offset) { in ExitThenEnterExceptionHandlers()
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstirtspparse.h63 guint current_offset; member
/third_party/curl/tests/libtest/
Dlib552.c128 static size_t current_offset = 0; variable
/third_party/gn/src/base/files/
Dfile_util.cc209 long current_offset = ftell(file); in TruncateFile() local
/third_party/ffmpeg/tools/
Dqt-faststart.c187 uint32_t current_offset; in update_stco_offsets() local
223 uint64_t current_offset; in update_co64_offsets() local
/third_party/gstreamer/gstplugins_bad/gst/audiobuffersplit/
Dgstaudiobuffersplit.h60 guint64 current_offset; /* offset from start time in samples */ member
/third_party/ffmpeg/libavformat/
Dsierravmd.c93 int64_t current_offset; in vmd_read_header() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagmux.c67 gint64 current_offset; member
/third_party/jerryscript/jerry-core/jmem/
Djmem-heap.c212 uint32_t current_offset = JERRY_HEAP_CONTEXT (first).next_offset; in jmem_heap_alloc() local
/third_party/python/Lib/
Ddis.py474 def __init__(self, x, *, first_line=None, current_offset=None): argument
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.h106 guint64 current_offset; /* offset we're currently at */ member
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.h79 guint64 current_offset; member
/third_party/node/deps/v8/src/execution/
Dtiering-manager.cc154 const int current_offset = frame->GetBytecodeOffset(); in HaveCachedOSRCodeForCurrentBytecodeOffset() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp368 int current_offset = 0; in r600_nir_lower_atomics() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.h128 uint64_t current_offset; member
/third_party/gstreamer/gstreamer/tests/check/libs/
Dbaseparse.c41 static gint current_offset = 0; variable
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.h91 guint64 current_offset; member
/third_party/mesa3d/src/intel/perf/
Dgen_perf.py496 def output_counter_report(set, counter, counter_to_idx, current_offset): argument
/third_party/pcre2/pcre2/src/
Dpcre2_dfa_match.c620 size_t current_offset = (size_t)(current_subject - start_subject); in internal_dfa_match() local
/third_party/node/deps/v8/src/objects/
Dmap-updater.cc790 int current_offset = 0; in BuildDescriptorArray() local
/third_party/ffmpeg/libavcodec/
Dinterplayvideo.c81 int current_offset = s->pixel_ptr - dst->data[0]; in copy_from() local
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1331 uint32_t current_offset = (uint32_t) (dst_p - (uint8_t *) out_buffer_p) - start_offset; in jerry_merge_snapshots() local

12