HomeSort by relevance Sort by last modified time
    Searched refs:token_locations_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
profile-generator.cc 43 : 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_[i] == token_location && !token_removed_[i])
    [all...]
profile-generator.h 54 List<Object**> token_locations_; member in class:v8::internal::TokenEnumerator
    [all...]

Completed in 48 milliseconds