Home
last modified time | relevance | path

Searched refs:WithOffset (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
H A Dtoken.go108 s, err := s.WithOffset(converter)
H A Dspan.go237 func (s Span) WithOffset(c Converter) (Span, error) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
H A Dtoken.go108 s, err := s.WithOffset(converter)
H A Dspan.go237 func (s Span) WithOffset(c Converter) (Span, error) {
/third_party/spirv-tools/utils/vscode/src/lsp/span/
H A Dtoken.go108 s, err := s.WithOffset(converter)
H A Dspan.go237 func (s Span) WithOffset(c Converter) (Span, error) {
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.cc322 vector->Set(slot.WithOffset(j), extra_value, SKIP_WRITE_BARRIER); in New()
501 CHECK_GT(vector.length(), start_slot.WithOffset(1).ToInt()); in SetFeedbackPair()
505 vector.Set(start_slot.WithOffset(1), feedback_extra, mode_extra); in SetFeedbackPair()
513 MaybeObject feedback_extra = vector.Get(slot.WithOffset(1)); in GetFeedbackPair()
/third_party/node/deps/v8/src/utils/
H A Dutils.h479 FeedbackSlot WithOffset(int offset) const { in WithOffset() function in v8::internal::FeedbackSlot
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.cc716 MaybeObject raw_object = vector.Get(slot.WithOffset(i)); in RecordVirtualFeedbackVectorDetails()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc1225 FeedbackSlot slot_with_offset = slot.WithOffset(i); in FeedbackVectorPrint()

Completed in 12 milliseconds