Lines Matching defs:isolate
14 #include "src/execution/local-isolate.h"
54 Deserializer(IsolateT* isolate, base::Vector<const byte> payload,
84 IsolateT* isolate() const { return isolate_; }
208 // Cached current isolate.
280 Isolate* isolate, Handle<String> string,
283 LocalIsolate* isolate, Handle<String> string,
287 bool IsMatch(IsolateT* isolate, String string);
289 void PrepareForInsertion(Isolate* isolate) {
292 DCHECK(isolate->OwnsStringTable() ||
296 void PrepareForInsertion(LocalIsolate* isolate) {}