Lines Matching refs:ProfilerCodeObserver
86 // Populate the ProfilerCodeObserver with the initial functions and
109 ProfilerCodeObserver* code_observer, CpuProfilesCollection* profiles)
123 ProfilerCodeObserver* code_observer, CpuProfilesCollection* profiles,
343 ProfilerCodeObserver::ProfilerCodeObserver(Isolate* isolate,
354 void ProfilerCodeObserver::ClearCodeMap() {
359 void ProfilerCodeObserver::CodeEventHandler(
368 size_t ProfilerCodeObserver::GetEstimatedMemoryUsage() const {
378 void ProfilerCodeObserver::CodeEventHandlerInternal(
395 void ProfilerCodeObserver::CreateEntriesForRuntimeCallStats() {
408 void ProfilerCodeObserver::LogBuiltins() {
499 new ProfilerCodeObserver(isolate, code_entries_)) {}
506 ProfilerCodeObserver* test_code_observer)