OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CpuProfilesCollection
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
profile-generator.cc
466
CpuProfilesCollection
::
CpuProfilesCollection
(Heap* heap)
482
CpuProfilesCollection
::~
CpuProfilesCollection
() {
489
bool
CpuProfilesCollection
::StartProfiling(const char* title, unsigned uid,
510
CpuProfile*
CpuProfilesCollection
::StopProfiling(const char* title) {
529
bool
CpuProfilesCollection
::IsLastProfile(const char* title) {
538
void
CpuProfilesCollection
::RemoveProfile(CpuProfile* profile) {
551
void
CpuProfilesCollection
::AddPathToCurrentProfiles(
564
CodeEntry*
CpuProfilesCollection
::NewCodeEntry
[
all
...]
profile-generator.h
279
class
CpuProfilesCollection
{
281
explicit
CpuProfilesCollection
(Heap* heap);
282
~
CpuProfilesCollection
();
325
DISALLOW_COPY_AND_ASSIGN(
CpuProfilesCollection
);
331
explicit ProfileGenerator(
CpuProfilesCollection
* profiles);
348
CpuProfilesCollection
* profiles_;
/external/v8/src/
profile-generator.cc
573
CpuProfilesCollection
::
CpuProfilesCollection
()
596
CpuProfilesCollection
::~
CpuProfilesCollection
() {
605
bool
CpuProfilesCollection
::StartProfiling(const char* title, unsigned uid) {
625
bool
CpuProfilesCollection
::StartProfiling(String* title, unsigned uid) {
630
CpuProfile*
CpuProfilesCollection
::StopProfiling(int security_token_id,
662
CpuProfile*
CpuProfilesCollection
::GetProfile(int security_token_id,
680
int
CpuProfilesCollection
::GetProfileIndex(unsigned uid) {
689
bool
CpuProfilesCollection
::IsLastProfile(const char* title)
[
all
...]
profile-generator.h
288
class
CpuProfilesCollection
{
290
CpuProfilesCollection
();
291
~
CpuProfilesCollection
();
351
DISALLOW_COPY_AND_ASSIGN(
CpuProfilesCollection
);
395
explicit ProfileGenerator(
CpuProfilesCollection
* profiles);
440
CpuProfilesCollection
* profiles_;
[
all
...]
Completed in 743 milliseconds