Searched refs:token_location (Results 1 – 2 of 2) sorted by relevance
51 void TokenRemoved(Object** token_location);
85 void TokenEnumerator::TokenRemoved(Object** token_location) { in TokenRemoved() argument87 if (token_locations_[i] == token_location && !token_removed_[i]) { in TokenRemoved()