Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds