Lines Matching defs:cache
4047 // Load the isolate wide single character string cache.
4048 Node* cache = __ HeapConstant(factory()->single_character_string_cache());
4050 // Compute the {cache} index for {code}.
4054 // cache already.
4056 __ LoadElement(AccessBuilder::ForFixedArrayElement(), cache, index);
4061 // Use the {entry} from the {cache}.
4082 // Remember it in the {cache}.
4083 __ StoreElement(AccessBuilder::ForFixedArrayElement(), cache, index,
4171 // Load the isolate wide single character string cache.
4172 Node* cache = __ HeapConstant(factory()->single_character_string_cache());
4174 // Compute the {cache} index for {code}.
4178 // cache already.
4180 __ LoadElement(AccessBuilder::ForFixedArrayElement(), cache, index);
4185 // Use the {entry} from the {cache}.
4206 // Remember it in the {cache}.
4207 __ StoreElement(AccessBuilder::ForFixedArrayElement(), cache, index,