HomeSort by relevance Sort by last modified time
    Searched full:is_profiling (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/v8/src/
heap-profiler.h 43 if (profiler != NULL && profiler->is_profiling()) { \
79 INLINE(bool is_profiling()) { function in class:v8::internal::HeapProfiler
cpu-profiler.h 181 if (logger->is_logging_code_events() || cpu_profiler->is_profiling()) { \
237 INLINE(bool is_profiling() const) { return is_profiling_; } function in class:v8::internal::CpuProfiler
codegen.cc 180 !isolate->cpu_profiler()->is_profiling()) {
compiler.cc 113 no_frame_ranges_ = isolate->cpu_profiler()->is_profiling()
    [all...]
log.cc 65 if (cpu_profiler->is_profiling()) { \
    [all...]
heap.cc     [all...]
runtime.cc     [all...]
  /external/v8/src/
heap-profiler.h 42 if (profiler != NULL && profiler->is_profiling()) { \
72 INLINE(bool is_profiling()) { function in class:v8::internal::HeapProfiler
cpu-profiler.cc 276 return is_profiling(isolate) ?
283 return is_profiling(isolate) ?
314 if (CpuProfiler::is_profiling(isolate)) {
325 if (is_profiling(isolate)) {
cpu-profiler.h 193 if (v8::internal::CpuProfiler::is_profiling(isolate)) { \
250 static INLINE(bool is_profiling(Isolate* isolate)) { function in class:v8::internal::CpuProfiler
codegen.cc 156 if (!isolate->logger()->is_logging() && !CpuProfiler::is_profiling(isolate)) {
compiler.cc 797 CpuProfiler::is_profiling(info->isolate())) {
heap.cc     [all...]
runtime.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 887 if (isolate->cpu_profiler()->is_profiling()) {
    [all...]

Completed in 291 milliseconds