Home
last modified time | relevance | path

Searched refs:before_bytes (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dmetric-recorder.h34 int64_t before_bytes = -1; member
H A Dstats-collector.cc206 event.objects.before_bytes = objects_before_bytes; in GetCycleEventForMetricRecorder()
210 event.memory.before_bytes = memory_before_bytes; in GetCycleEventForMetricRecorder()
216 event.objects.before_bytes; in GetCycleEventForMetricRecorder()
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1922 int before_bytes = MAX2(-offset, 0); in handle_operands() local
1924 int middle_bytes = target->second.bytes - before_bytes - after_bytes; in handle_operands()
1927 unsigned after_offset = before_bytes + middle_bytes; in handle_operands()
1941 memcpy(copy.uses, target->second.uses + before_bytes, copy.bytes); in handle_operands()
1944 copy.def = Definition(target->second.def.physReg().advance(before_bytes), rc); in handle_operands()
1948 if (before_bytes) { in handle_operands()
1950 target->second.bytes = before_bytes; in handle_operands()
1951 RegClass rc = target->second.op.regClass().resize(before_bytes); in handle_operands()
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer.cc1451 DCHECK_NE(-1, cppgc_metrics.before_bytes); in CopySizeMetrics()
1452 metrics.bytes_before = cppgc_metrics.before_bytes; in CopySizeMetrics()

Completed in 9 milliseconds