Lines Matching defs:isolate
59 Isolate* isolate, Handle<Derived> dictionary, InternalIndex entry);
63 Isolate* isolate, Handle<Derived> dictionary) {
64 return DerivedHashTable::Shrink(isolate, dictionary);
83 IsolateT* isolate, Handle<Derived> dictionary, Key key,
87 static Handle<Derived> ShallowCopy(Isolate* isolate,
92 V8_WARN_UNUSED_RESULT static Handle<Derived> AtPut(Isolate* isolate,
123 static inline Handle<Object> AsHandle(Isolate* isolate, Handle<Name> key);
124 static inline Handle<Object> AsHandle(LocalIsolate* isolate,
149 IsolateT* isolate, int at_least_space_for,
155 static int NextEnumerationIndex(Isolate* isolate, Handle<Derived> dictionary);
161 static Handle<FixedArray> IterationIndices(Isolate* isolate,
166 IsolateT* isolate, Handle<Derived> dictionary, Key key,
171 Isolate* isolate, Handle<Derived> dictionary, Key key,
247 Isolate* isolate, Handle<Name> name, RelaxedLoadTag tag);
257 static inline Handle<Object> AsHandle(Isolate* isolate, uint32_t key);
258 static inline Handle<Object> AsHandle(LocalIsolate* isolate, uint32_t key);
302 Set(Isolate* isolate, Handle<SimpleNumberDictionary> dictionary, uint32_t key,
326 Isolate* isolate, Handle<NumberDictionary> dictionary, uint32_t key,