OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteCpuProfile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
profile-generator.cc
477
static void
DeleteCpuProfile
(CpuProfile** profile_ptr) {
483
finished_profiles_.Iterate(
DeleteCpuProfile
);
484
current_profiles_.Iterate(
DeleteCpuProfile
);
/external/v8/test/cctest/
test-cpu-profiler.cc
300
TEST(
DeleteCpuProfile
) {
/external/v8/src/
profile-generator.cc
585
static void
DeleteCpuProfile
(CpuProfile** profile_ptr) {
591
(*list_ptr)->Iterate(
DeleteCpuProfile
);
598
current_profiles_.Iterate(
DeleteCpuProfile
);
599
detached_profiles_.Iterate(
DeleteCpuProfile
);
[
all
...]
/external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc
352
TEST(
DeleteCpuProfile
) {
[
all
...]
Completed in 2138 milliseconds