Searched refs:CodeDisableOptEvent (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
H A Dperf-jit.h53 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) {} function in class:v8::internal::PerfJitLogger
105 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) {
H A Dlog.h250 void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared);
489 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) = 0;
H A Dcpu-profiler.h235 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared);
H A Dlog.cc235 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) { } function in class:v8::internal::PerfBasicLogger
303 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) { } function in class:v8::internal::LowLevelLogger
477 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) { } function in class:v8::internal::JitLogger
1293 void Logger::CodeDisableOptEvent(Code* code, function in class:v8::internal::Logger
1295 PROFILER_LOG(CodeDisableOptEvent(code, shared));
1298 CALL_LISTENERS(CodeDisableOptEvent(code, shared));
H A Dcpu-profiler.cc303 void CpuProfiler::CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) { function in class:v8::internal::CpuProfiler
H A Dserialize.cc499 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) { function in class:v8::internal::CodeAddressMap
H A Dobjects.cc9886 PROFILE(GetIsolate(), CodeDisableOptEvent(code(), this));

Completed in 695 milliseconds