Home
last modified time | relevance | path

Searched refs:Rewind (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/v8/src/utils/
H A Dscoped-list.h42 ~ScopedList() { Rewind(); } in ~ScopedList()
44 void Rewind() { in Rewind() function in v8::internal::final
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dpacket.h25 void Rewind();
H A Dpacket.cc23 void Packet::Rewind() { read_index_ = 0; } in Rewind() function in v8::internal::wasm::gdb_server::Packet
/third_party/node/deps/v8/src/base/
H A Dthreaded-list.h223 void Rewind(Iterator reset_point) { in Rewind() function in v8::base::final
235 from_list->Rewind(from_location); in MoveTail()
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc1084 scanner_.Rewind(); in ExpressionStatement()
1088 scanner_.Rewind(); in ExpressionStatement()
1577 scanner_.Rewind(); in AssignmentExpression()
1689 scanner_.Rewind(); in MultiplicativeExpression()
1707 scanner_.Rewind(); in MultiplicativeExpression()
1728 scanner_.Rewind(); in MultiplicativeExpression()
1874 scanner_.Rewind(); in ShiftExpression()
2039 scanner_.Rewind(); in BitwiseORExpression()
2434 scanner_.Rewind(); in PeekCall()
2437 scanner_.Rewind(); in PeekCall()
[all...]
H A Dasm-scanner.h44 void Rewind();
/third_party/node/deps/v8/src/zone/
H A Dzone-list.h138 // memory, use Rewind(0) instead. Be aware, that even if T is a
152 V8_INLINE void Rewind(int pos);
H A Dzone-chunk-list.h83 void Rewind(const size_t limit = 0);
358 void ZoneChunkList<T>::Rewind(const size_t limit) { in Rewind() function in v8::internal::ZoneChunkList::ZoneChunkList
H A Dzone-list-inl.h123 void ZoneList<T>::Rewind(int pos) { in Rewind() function in v8::internal::ZoneList
/third_party/vixl/src/
H A Dcode-buffer-vixl.h90 void Rewind(ptrdiff_t offset) { in Rewind() function in vixl::CodeBuffer
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc440 ranges->Rewind(0); in AddUnicodeCaseEquivalents()
747 alternatives->Rewind(write_posn); // Trim end of array. in RationalizeConsecutiveAtoms()
815 alternatives->Rewind(write_posn); // Trim end of array. in RationalizeConsecutiveAtoms()
1497 character_ranges->Rewind(num_canonical); in RationalizeConsecutiveAtoms()
1544 ranges->Rewind(n); in RationalizeConsecutiveAtoms()
/third_party/node/deps/v8/src/codegen/
H A Dsafepoint-table.cc296 entries_.Rewind(remaining); in RemoveDuplicates()
/third_party/skia/include/private/
H A DSkPathRef.h297 static void Rewind(sk_sp<SkPathRef>* pathRef);
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Ddemux.c138 static WEBP_INLINE void Rewind(MemBuffer* const mem, size_t size) { in Rewind() function
279 Rewind(mem, CHUNK_HEADER_SIZE); in StoreFrame()
475 Rewind(mem, CHUNK_HEADER_SIZE); in ParseVP8XChunks()
/third_party/skia/src/core/
H A DSkPathRef.cpp224 void SkPathRef::Rewind(sk_sp<SkPathRef>* pathRef) {
H A DSkPath.cpp370 SkPathRef::Rewind(&fPathRef); in rewind()
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc930 outer_closure->locals_.Rewind(top_local_); in Reparent()
2882 rare_data->unresolved_private_names.Rewind(tail); in ResetUnresolvedPrivateNameTail()
2911 rare_data->unresolved_private_names.Rewind(tail); in MigrateUnresolvedPrivateNameTail()
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data.cc261 children_buffer_.Rewind(); in FinalizeChildren()
H A Dpreparser.h387 void Rewind() {} in Rewind() function in v8::internal::PreParserScopedStatementList
H A Dparser-base.h4403 inner_body.Rewind(); in ParseFunctionBody()
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc1385 code_relative_fixup_positions_.Rewind(0);

Completed in 42 milliseconds