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

/external/v8/src/
H A Dprofile-generator.cc43 : token_locations_(4),
50 for (int i = 0; i < token_locations_.length(); ++i) {
52 isolate->global_handles()->ClearWeakness(token_locations_[i]);
53 isolate->global_handles()->Destroy(token_locations_[i]);
62 for (int i = 0; i < token_locations_.length(); ++i) {
63 if (*token_locations_[i] == token && !token_removed_[i]) return i;
70 token_locations_.Add(handle.location());
72 return token_locations_.length() - 1;
85 for (int i = 0; i < token_locations_.length(); ++i) {
86 if (token_locations_[
[all...]
H A Dprofile-generator.h54 List<Object**> token_locations_; member in class:v8::internal::TokenEnumerator

Completed in 84 milliseconds