Searched refs:CodeDisableOptEvent (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | log.h | 243 void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared); 480 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) = 0;
|
D | log.cc | 238 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) { } in CodeDisableOptEvent() function in v8::internal::PerfBasicLogger 312 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) { } in CodeDisableOptEvent() function in v8::internal::LowLevelLogger 488 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) { } in CodeDisableOptEvent() function in v8::internal::JitLogger 1268 void Logger::CodeDisableOptEvent(Code* code, in CodeDisableOptEvent() function in v8::internal::Logger 1270 PROFILER_LOG(CodeDisableOptEvent(code, shared)); in CodeDisableOptEvent() 1273 CALL_LISTENERS(CodeDisableOptEvent(code, shared)); in CodeDisableOptEvent()
|
D | objects.cc | 13761 PROFILE(GetIsolate(), CodeDisableOptEvent(code(), this)); in DisableOptimization()
|
/external/v8/src/profiler/ |
D | cpu-profiler.h | 239 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared);
|
D | cpu-profiler.cc | 325 void CpuProfiler::CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) { in CodeDisableOptEvent() function in v8::internal::CpuProfiler
|
/external/v8/test/cctest/ |
D | test-log.cc | 558 virtual void CodeDisableOptEvent(i::Code* code, in TEST() function in TEST::__anondb08c4f50310
|
/external/v8/src/snapshot/ |
D | serialize.cc | 369 void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) override {} in CodeDisableOptEvent() function in v8::internal::CodeAddressMap
|