Lines Matching full:pair
3016 // Add the (name, code) pair to the new cache.
4626 // If the pair (value, details) is a map transition,
6652 FixedArray* pair = FixedArray::cast(other);
6653 SharedFunctionInfo* shared = SharedFunctionInfo::cast(pair->get(0));
6655 String* source = String::cast(pair->get(1));
6680 FixedArray* pair = FixedArray::cast(obj);
6681 SharedFunctionInfo* shared = SharedFunctionInfo::cast(pair->get(0));
6682 String* source = String::cast(pair->get(1));
6689 FixedArray* pair = FixedArray::cast(obj);
6690 pair->set(0, shared_);
6691 pair->set(1, source_);
6692 return pair;
7763 // Add a key, value pair to the dictionary.