Home
last modified time | relevance | path

Searched refs:weak_code_registry_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc38 weak_code_registry_(weak_code_registry), in ProfilerListener()
54 weak_code_registry_.Track(rec->entry, code); in CodeCreateEvent()
69 weak_code_registry_.Track(rec->entry, code); in CodeCreateEvent()
88 weak_code_registry_.Track(rec->entry, code); in CodeCreateEvent()
228 weak_code_registry_.Track(rec->entry, abstract_code); in CodeCreateEvent()
293 weak_code_registry_.Track(rec->entry, code); in RegExpCodeCreateEvent()
340 void ProfilerListener::WeakCodeClearEvent() { weak_code_registry_.Sweep(this); } in WeakCodeClearEvent()
348 void ProfilerListener::CodeSweepEvent() { weak_code_registry_.Sweep(this); } in CodeSweepEvent()
H A Dcpu-profiler.h270 WeakCodeRegistry* weak_code_registry() { return &weak_code_registry_; } in weak_code_registry()
296 WeakCodeRegistry weak_code_registry_; member in v8::internal::ProfilerCodeObserver
H A Dprofiler-listener.h105 WeakCodeRegistry& weak_code_registry_; member in v8::internal::ProfilerListener
H A Dcpu-profiler.cc348 weak_code_registry_(isolate), in ProfilerCodeObserver()
355 weak_code_registry_.Clear(); in ClearCodeMap()

Completed in 7 milliseconds