Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/baseline/
Dbytecode-offset-iterator.cc23 local_heap_->AddGCEpilogueCallback(UpdatePointersCallback, this); in BytecodeOffsetIterator()
45 local_heap_->RemoveGCEpilogueCallback(UpdatePointersCallback, this); in ~BytecodeOffsetIterator()
Dbytecode-offset-iterator.h69 static void UpdatePointersCallback(void* iterator) { in UpdatePointersCallback() function
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.cc29 local_heap_->AddGCEpilogueCallback(UpdatePointersCallback, this); in BytecodeArrayIterator()
34 local_heap_->RemoveGCEpilogueCallback(UpdatePointersCallback, this); in ~BytecodeArrayIterator()
Dbytecode-array-iterator.h150 static void UpdatePointersCallback(void* iterator) { in UpdatePointersCallback() function
/third_party/node/deps/v8/src/json/
Djson-parser.h315 static void UpdatePointersCallback(void* parser) { in UpdatePointersCallback() function
Djson-parser.cc234 UpdatePointersCallback, this); in JsonParser()
321 UpdatePointersCallback, this); in ~JsonParser()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h293 static void UpdatePointersCallback(v8::Isolate* isolate, v8::GCType type, in UpdatePointersCallback() function
Dweb-snapshot.cc1260 isolate_->heap()->AddGCEpilogueCallback(UpdatePointersCallback, in WebSnapshotDeserializer()
1265 isolate_->heap()->RemoveGCEpilogueCallback(UpdatePointersCallback, this); in ~WebSnapshotDeserializer()