Lines Matching defs:from
34 // called from the main thread.
38 // from a background thread.
45 // Slow version which gets the isolate from the String.
76 // Returns the Isolate from the String if we need it for the lock.
84 // If we can't get the isolate from the String, it must be read-only.
415 SeqSubStringKey(Isolate* isolate, Handle<SeqString> string, int from, int len,
419 from_(from),
424 string->GetChars(no_gc) + from, len, HashSeed(isolate));
716 // Check that this method is called only from the main thread.
1208 // Check that this method is called only from the main thread if we have an
1280 // Check that this method is called only from the main thread if we have an
1463 iterator(String from, int offset, const DisallowGarbageCollection& no_gc)
1464 : content_(from.GetFlatContent(no_gc)), offset_(offset) {}