Home
last modified time | relevance | path

Searched refs:profiles_by_token_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dprofile-generator.cc540 profiles_by_token_.Add(new List<CpuProfile*>()); in CpuProfilesCollection()
563 profiles_by_token_.Iterate(DeleteProfilesList); in ~CpuProfilesCollection()
611 profiles_by_token_[TokenToIndex(TokenEnumerator::kNoSecurityToken)]; in StopProfiling()
630 profiles_by_token_[TokenToIndex(TokenEnumerator::kNoSecurityToken)]; in GetProfile()
680 for (int i = 0; i < profiles_by_token_.length(); ++i) { in RemoveProfile()
681 List<CpuProfile*>* list = profiles_by_token_[i]; in RemoveProfile()
703 const int lists_to_add = index - profiles_by_token_.length() + 1; in GetProfilesList()
704 if (lists_to_add > 0) profiles_by_token_.AddBlock(NULL, lists_to_add); in GetProfilesList()
706 profiles_by_token_[TokenToIndex(TokenEnumerator::kNoSecurityToken)]; in GetProfilesList()
708 if (profiles_by_token_[index] == NULL) { in GetProfilesList()
[all …]
Dprofile-generator.h337 List<List<CpuProfile*>* > profiles_by_token_; variable