Searched refs:current_storage (Results 1 – 3 of 3) sorted by relevance
415 void* current_storage, void* defvalue_storage);
1376 void* current_storage, void* defvalue_storage) { in FlagRegisterer() argument1383 FlagValue* current = new FlagValue(current_storage, type); in FlagRegisterer()
9377 Handle<FixedArray> current_storage(*storage_); in SetDictionaryMode() local9380 current_storage->length())); in SetDictionaryMode()9381 uint32_t current_length = static_cast<uint32_t>(current_storage->length()); in SetDictionaryMode()9384 Handle<Object> element(current_storage->get(i)); in SetDictionaryMode()