OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_profiler
(Results
1 - 24
of
24
) sorted by null
/external/v8/test/cctest/
profiler-extension.cc
68
v8::CpuProfiler*
cpu_profiler
= args.GetIsolate()->GetCpuProfiler();
local
69
cpu_profiler
->StartProfiling((args.Length() > 0)
77
v8::CpuProfiler*
cpu_profiler
= args.GetIsolate()->GetCpuProfiler();
local
78
last_profile =
cpu_profiler
->StopProfiling((args.Length() > 0)
test-api.h
29
if (isolate->
cpu_profiler
()->is_profiling()) {
test-cpu-profiler.cc
274
CpuProfiler* profiler = CcTest::i_isolate()->
cpu_profiler
();
329
CpuProfiler* profiler = CcTest::i_isolate()->
cpu_profiler
();
373
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
374
i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(
cpu_profiler
);
378
cpu_profiler
->StartProfiling(name1);
379
v8::CpuProfile* p1 =
cpu_profiler
->StopProfiling(name1);
382
CHECK(FindCpuProfile(
cpu_profiler
, p1));
387
cpu_profiler
->StartProfiling(name2);
388
v8::CpuProfile* p2 =
cpu_profiler
->StopProfiling(name2);
391
CHECK(FindCpuProfile(
cpu_profiler
, p2))
412
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
426
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
1363
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
1614
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
[
all
...]
test-profile-generator.cc
507
CpuProfiler* profiler = CcTest::i_isolate()->
cpu_profiler
();
640
CpuProfiler* profiler = CcTest::i_isolate()->
cpu_profiler
();
668
CpuProfiler* profiler = isolate->
cpu_profiler
();
test-api.cc
98
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
100
cpu_profiler
->StartProfiling(profile_name);
102
reinterpret_cast<i::CpuProfiler*>(
cpu_profiler
)->DeleteAllProfiles();
[
all
...]
/external/v8/src/profiler/
cpu-profiler.h
189
CpuProfiler*
cpu_profiler
= cpu_profiler_isolate->
cpu_profiler
(); \
190
if (logger->is_logging_code_events() ||
cpu_profiler
->is_profiling()) { \
sampler.cc
796
TickSample* sample = isolate_->
cpu_profiler
()->StartTickSample();
807
isolate_->
cpu_profiler
()->FinishTickSample();
/external/v8/src/heap/
scavenger.cc
409
isolate()->
cpu_profiler
()->is_profiling() ||
/external/v8/src/runtime/
runtime-function.cc
202
isolate->
cpu_profiler
()->is_profiling()) {
/external/v8/src/
log.cc
42
CpuProfiler*
cpu_profiler
= isolate_->
cpu_profiler
(); \
43
if (
cpu_profiler
->is_profiling()) { \
44
cpu_profiler
->Call; \
[
all
...]
assembler.cc
[
all
...]
compiler.cc
176
isolate->
cpu_profiler
()->is_profiling()),
739
info->isolate()->
cpu_profiler
()->is_profiling()) {
[
all
...]
isolate.h
899
CpuProfiler*
cpu_profiler
() const { return cpu_profiler_;
function in class:v8::internal::Isolate
[
all
...]
api.cc
6967
i::CpuProfiler*
cpu_profiler
=
local
[
all
...]
/external/v8/src/snapshot/
serialize.cc
[
all
...]
/external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc
858
if (FLAG_trace_deopt || isolate()->
cpu_profiler
()->is_profiling() ||
[
all
...]
/external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc
953
if (FLAG_trace_deopt || isolate()->
cpu_profiler
()->is_profiling() ||
[
all
...]
/external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc
860
if (FLAG_trace_deopt || isolate()->
cpu_profiler
()->is_profiling() ||
[
all
...]
/external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc
824
if (FLAG_trace_deopt || isolate()->
cpu_profiler
()->is_profiling() ||
[
all
...]
/external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc
813
if (FLAG_trace_deopt || isolate()->
cpu_profiler
()->is_profiling() ||
[
all
...]
/external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc
787
if (FLAG_trace_deopt || isolate()->
cpu_profiler
()->is_profiling() ||
[
all
...]
/external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc
788
if (FLAG_trace_deopt || isolate()->
cpu_profiler
()->is_profiling() ||
[
all
...]
/external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc
[
all
...]
/external/jemalloc/bin/
jeprof.in
[
all
...]
Completed in 2047 milliseconds