Home
last modified time | relevance | path

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

/external/v8/src/
Dprofile-generator.h51 void TokenRemoved(Object** token_location);
Dprofile-generator.cc85 void TokenEnumerator::TokenRemoved(Object** token_location) { in TokenRemoved() argument
87 if (token_locations_[i] == token_location && !token_removed_[i]) { in TokenRemoved()