Home
last modified time | relevance | path

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

/external/v8/src/
Dprofile-generator.cc44 : token_locations_(4), in TokenEnumerator()
51 for (int i = 0; i < token_locations_.length(); ++i) { in ~TokenEnumerator()
53 isolate->global_handles()->ClearWeakness(token_locations_[i]); in ~TokenEnumerator()
54 isolate->global_handles()->Destroy(token_locations_[i]); in ~TokenEnumerator()
63 for (int i = 0; i < token_locations_.length(); ++i) { in GetTokenId()
64 if (*token_locations_[i] == token && !token_removed_[i]) return i; in GetTokenId()
71 token_locations_.Add(handle.location()); in GetTokenId()
73 return token_locations_.length() - 1; in GetTokenId()
86 for (int i = 0; i < token_locations_.length(); ++i) { in TokenRemoved()
87 if (token_locations_[i] == token_location && !token_removed_[i]) { in TokenRemoved()
Dprofile-generator.h53 List<Object**> token_locations_; variable