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 44 : token_locations_(4),
51 for (int i = 0; i < token_locations_.length(); ++i) {
53 isolate->global_handles()->ClearWeakness(token_locations_[i]);
54 isolate->global_handles()->Destroy(token_locations_[i]);
63 for (int i = 0; i < token_locations_.length(); ++i) {
64 if (*token_locations_[i] == token && !token_removed_[i]) return i;
71 token_locations_.Add(handle.location());
73 return token_locations_.length() - 1;
86 for (int i = 0; i < token_locations_.length(); ++i) {
87 if (token_locations_[i] == token_location && !token_removed_[i])
    [all...]
profile-generator.h 53 List<Object**> token_locations_; member in class:v8::internal::TokenEnumerator
    [all...]

Completed in 24 milliseconds