Lines Matching full:isolate
39 #include "isolate.h"
215 Heap* heap = ISOLATE->heap();
576 Isolate* isolate = Isolate::Current();
577 Factory* factory = isolate->factory();
578 detail = factory->NewJSObject(isolate->object_function());
670 Isolate* isolate = Isolate::Current();
671 Factory* factory = isolate->factory();
1099 Isolate* isolate = Isolate::Current();
1100 Factory* factory = isolate->factory();
1101 HandleScope scope(isolate);
1155 Handle<JSObject> result = factory->NewJSObject(isolate->object_function());
1271 Isolate* isolate = Isolate::Current();
1272 Factory* factory = isolate->factory();
1274 HandleScope scope(isolate);
1307 Handle<JSObject> body = factory->NewJSObject(isolate->object_function());
1337 Handle<JSObject> elements = factory->NewJSObject(isolate->array_function());
1398 Isolate* isolate = Isolate::Current();
1399 Factory* factory = isolate->factory();
1432 Handle<JSObject> detail = factory->NewJSObject(isolate->object_function());
1465 factory->NewJSObject(isolate->array_function());
1472 Handle<JSObject> body = factory->NewJSObject(isolate->object_function());
1522 Isolate* isolate = Isolate::Current();
1523 Factory* factory = isolate->factory();
1525 HandleScope scope(isolate);
1570 factory->NewJSObject(isolate->object_function());
1595 Handle<JSObject> lols = factory->NewJSObject(isolate->array_function());
1600 Handle<JSObject> result = factory->NewJSObject(isolate->object_function());
1668 Isolate* isolate = Isolate::Current();
1672 static_cast<int>(StringToInt(isolate->unicode_cache(), *address, 16));
1792 Isolate* isolate = Isolate::Current();
1793 Factory* factory = isolate->factory();
1809 isolate->heap()->IterateStrongRoots(&lol_visitor, VISIT_ALL);
1829 isolate->heap()->IterateWeakRoots(&lol_visitor, VISIT_ALL);
1938 Isolate* isolate = Isolate::Current();
1939 Factory* factory = isolate->factory();
1940 Heap* heap = isolate->heap();
1942 HandleScope scope(isolate);
1954 isolate->context()->global_context()->arguments_boilerplate();
1998 Isolate* isolate = Isolate::Current();
1999 Factory* factory = isolate->factory();
2000 Heap* heap = isolate->heap();
2124 Isolate* isolate = Isolate::Current();
2125 Factory* factory = isolate->factory();
2126 Heap* heap = isolate->heap();
2143 List<ObjectGroup*>* groups = isolate->global_handles()->object_groups();
2207 isolate->global_handles()->IterateWeakRoots(&tracer);
2616 Heap* heap = ISOLATE->heap();