Home
last modified time | relevance | path

Searched refs:UpdatePointers (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/baseline/
Dbytecode-offset-iterator.h70 reinterpret_cast<BytecodeOffsetIterator*>(iterator)->UpdatePointers(); in UpdatePointersCallback()
73 void UpdatePointers();
Dbytecode-offset-iterator.cc57 void BytecodeOffsetIterator::UpdatePointers() { in UpdatePointers() function in v8::internal::baseline::BytecodeOffsetIterator
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.h151 reinterpret_cast<BytecodeArrayIterator*>(iterator)->UpdatePointers(); in UpdatePointersCallback()
154 void UpdatePointers();
Dbytecode-array-iterator.cc272 void BytecodeArrayIterator::UpdatePointers() { in UpdatePointers() function in v8::internal::interpreter::BytecodeArrayIterator
/third_party/node/deps/v8/src/json/
Djson-parser.h316 reinterpret_cast<JsonParser<Char>*>(parser)->UpdatePointers(); in UpdatePointersCallback()
319 void UpdatePointers() { in UpdatePointers() function
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h296 reinterpret_cast<WebSnapshotDeserializer*>(deserializer)->UpdatePointers(); in UpdatePointersCallback()
299 void UpdatePointers();
Dweb-snapshot.cc1268 void WebSnapshotDeserializer::UpdatePointers() { in UpdatePointers() function in v8::internal::WebSnapshotDeserializer
/third_party/node/deps/v8/src/heap/
Dmark-compact.cc4207 UpdatePointers(delegate); in Run()
4210 UpdatePointers(delegate); in Run()
4214 void UpdatePointers(JobDelegate* delegate) { in UpdatePointers() function in v8::internal::PointersUpdatingJob