Searched refs:AddGCEpilogueCallback (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/parsing/ |
D | scanner-character-streams.cc | 330 isolate->heap()->AddGCEpilogueCallback(UpdateBufferPointersCallback, in RelocatingCharacterStream()
|
/external/v8/src/wasm/ |
D | wasm-code-manager.cc | 846 isolate->heap()->AddGCEpilogueCallback(ModuleSamplingCallback, in InstallSamplingGCCallback()
|
/external/v8/src/heap/ |
D | heap.h | 1341 void AddGCEpilogueCallback(v8::Isolate::GCCallbackWithData callback,
|
D | heap.cc | 5058 void Heap::AddGCEpilogueCallback(v8::Isolate::GCCallbackWithData callback, in AddGCEpilogueCallback() function in v8::internal::Heap
|
/external/v8/include/ |
D | v8.h | 7886 void AddGCEpilogueCallback(GCCallbackWithData callback, void* data = nullptr, 7888 void AddGCEpilogueCallback(GCCallback callback,
|
/external/v8/src/ |
D | api.cc | 8174 void Isolate::AddGCEpilogueCallback(GCCallbackWithData callback, void* data, in AddGCEpilogueCallback() function in v8::Isolate 8177 isolate->heap()->AddGCEpilogueCallback(callback, gc_type, data); in AddGCEpilogueCallback() 8201 void Isolate::AddGCEpilogueCallback(GCCallback callback, GCType gc_type) { in AddGCEpilogueCallback() function in v8::Isolate 8203 AddGCEpilogueCallback(CallGCCallbackWithoutData, data, gc_type); in AddGCEpilogueCallback()
|