Home | Sort by relevance Sort by last modified time |
/external/v8/src/ | |
cpu-profiler.h | 203 if (v8::internal::CpuProfiler::is_profiling()) { \ 264 static INLINE(bool is_profiling()) { function in class:v8::internal::CpuProfiler 265 return is_profiling(Isolate::Current()); 268 static INLINE(bool is_profiling(Isolate* isolate)) { function in class:v8::internal::CpuProfiler 295 static INLINE(bool is_profiling()) { return false; } function in class:v8::internal::CpuProfiler |
cpu-profiler.cc | 291 return is_profiling() ? 297 return is_profiling() ? 328 if (CpuProfiler::is_profiling(isolate)) { 339 if (is_profiling()) |
heap-profiler.h | 45 if (profiler != NULL && profiler->is_profiling()) { \ 79 INLINE(bool is_profiling()) { function in class:v8::internal::HeapProfiler |
codegen.cc | 179 if (!LOGGER->is_logging() && !CpuProfiler::is_profiling()) return false; |
compiler.cc | 771 if (info->isolate()->logger()->is_logging() || CpuProfiler::is_profiling()) { |
heap.cc | [all...] |