HomeSort by relevance Sort by last modified time
    Searched refs:Isolate (Results 151 - 175 of 956) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/v8/src/
assembler.cc 51 #include "src/isolate-inl.h"
126 AssemblerBase::AssemblerBase(Isolate* isolate, void* buffer, int buffer_size)
127 : isolate_(isolate),
132 // We may use the assembler without an isolate.
133 serializer_enabled_(isolate && isolate->serializer_enabled()) {
134 if (FLAG_mask_constants_with_cookie && isolate != NULL) {
135 jit_cookie_ = isolate->random_number_generator()->NextInt();
700 // We get the isolate from the map, because at serialization tim
702 Isolate* isolate = code->map()->GetIsolate(); local
    [all...]
accessors.cc 15 #include "src/isolate.h"
25 Isolate* isolate,
30 Factory* factory = isolate->factory();
36 Handle<Object> get = v8::FromCData(isolate, getter);
37 Handle<Object> set = v8::FromCData(isolate, setter);
45 Isolate* isolate,
47 Factory* factory = isolate->factory();
60 static C* FindInstanceOf(Isolate* isolate, Object* obj)
88 Isolate* isolate = name->GetIsolate(); local
165 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
176 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
221 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
234 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
295 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
341 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
378 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
415 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
450 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
485 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
522 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
559 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
597 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
642 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
677 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
713 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
750 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
797 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
843 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
927 Isolate* isolate = function->GetIsolate(); local
935 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
948 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
978 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
996 Handle<Object> result(Smi::FromInt(length), isolate); local
1028 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
1065 Isolate* isolate = inlined_function->GetIsolate(); local
1165 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
1308 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); local
1356 Isolate* isolate = instance->GetIsolate(); local
1384 Isolate* isolate = context->GetIsolate(); local
1406 Isolate* isolate = name->GetIsolate(); local
    [all...]
snapshot.h 5 #include "src/isolate.h"
15 // Initialize the Isolate from the internal snapshot. Returns false if no
17 static bool Initialize(Isolate* isolate);
22 static Handle<Context> NewContextFromSnapshot(Isolate* isolate);
  /external/chromium_org/content/child/
content_child_helpers.cc 32 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
33 if (isolate)
34 isolate->GetHeapStatistics(&stat);
  /external/chromium_org/content/renderer/mojo/
service_registry_js_wrapper.cc 23 v8::Isolate* isolate,
26 isolate,
32 v8::Isolate* isolate) {
33 return Wrappable<ServiceRegistryJsWrapper>::GetObjectTemplateBuilder(isolate).
  /external/chromium_org/extensions/renderer/guest_view/
guest_view_container.h 30 v8::Isolate* isolate);
58 v8::Isolate* isolate_;
  /external/chromium_org/extensions/renderer/
resource_bundle_source_map.cc 25 v8::Isolate* isolate,
28 return v8::Undefined(isolate);
30 return ConvertString(isolate,
39 v8::Isolate* isolate,
44 isolate, new StaticV8ExternalAsciiStringResource(string));
resource_bundle_source_map.h 29 virtual v8::Handle<v8::Value> GetSource(v8::Isolate* isolate,
36 v8::Handle<v8::String> ConvertString(v8::Isolate* isolate,
  /external/chromium_org/gin/
object_template_builder.h 26 static v8::Handle<v8::FunctionTemplate> CreateTemplate(v8::Isolate* isolate,
28 return CreateFunctionTemplate(isolate, base::Bind(callback));
30 static void SetAsFunctionHandler(v8::Isolate* isolate,
33 CreateFunctionHandler(isolate, tmpl, base::Bind(callback));
41 v8::Isolate* isolate, const base::Callback<T>& callback) {
42 return CreateFunctionTemplate(isolate, callback);
44 static void SetAsFunctionHandler(v8::Isolate* isolate
    [all...]
shell_runner_unittest.cc 13 using v8::Isolate;
28 Isolate* isolate = instance.isolate(); local
29 ShellRunner runner(&delegate, isolate);
34 EXPECT_TRUE(Converter<std::string>::FromV8(isolate,
35 runner.global()->Get(StringToV8(isolate, "result")),
  /external/chromium_org/mojo/bindings/js/
drain_data.h 27 DrainData(v8::Isolate* isolate, mojo::Handle handle);
53 v8::Isolate* isolate_;
waiting_callback.h 26 v8::Isolate* isolate,
37 WaitingCallback(v8::Isolate* isolate,
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
NPV8Object.h 69 NPObject* npCreateV8ScriptObject(NPP, v8::Handle<v8::Object>, LocalDOMWindow*, v8::Isolate*);
79 void disposeUnderlyingV8Object(NPObject*, v8::Isolate*);
ScheduledAction.h 50 ScheduledAction(ScriptState*, v8::Handle<v8::Function>, int argc, v8::Handle<v8::Value> argv[], v8::Isolate*);
51 ScheduledAction(ScriptState*, const String&, const KURL&, v8::Isolate*);
DOMDataStore.h 52 static DOMDataStore& current(v8::Isolate*);
112 static v8::Handle<v8::Object> getWrapper(T* object, v8::Isolate* isolate)
115 v8::Handle<v8::Object> result = ScriptWrappable::fromObject(object)->newLocalWrapper(isolate);
120 return current(isolate).template get<V8T>(object, isolate);
123 static v8::Handle<v8::Object> getWrapperNonTemplate(ScriptWrappableBase* object, v8::Isolate* isolate)
125 return current(isolate).getNonTemplate(object, isolate);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTestHelper.cpp 14 return v8::Handle<v8::Value>::Cast(v8String(v8::Isolate::GetCurrent(), string));
19 return v8::Handle<v8::Value>::Cast(v8::Number::New(v8::Isolate::GetCurrent(), number));
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebUnitTests.cpp 53 v8::Isolate::GetCurrent()->RequestGarbageCollectionForTesting(v8::Isolate::kFullGarbageCollection);
  /external/chromium_org/third_party/WebKit/public/web/
WebBlob.h 45 class Isolate;
77 BLINK_EXPORT v8::Handle<v8::Value> toV8Value(v8::Handle<v8::Object> creationContext, v8::Isolate*);
WebDOMError.h 39 class Isolate;
69 BLINK_EXPORT v8::Handle<v8::Value> toV8Value(v8::Handle<v8::Object> creationContext, v8::Isolate*);
  /external/chromium_org/v8/src/ia32/
simulator-ia32.h 20 const byte*, int*, int, Address, int, Isolate*);
33 static inline uintptr_t JsLimitFromCLimit(Isolate* isolate,
35 USE(isolate);
  /external/chromium_org/v8/src/test/
test-utils.cc 7 #include "src/isolate-inl.h"
12 Isolate* TestWithIsolate::isolate_ = NULL;
16 : isolate_scope_(isolate()), handle_scope_(isolate()) {}
26 isolate_ = v8::Isolate::New();
41 : context_(Context::New(isolate())), context_scope_(context_) {}
52 Factory* TestWithIsolate::factory() const { return isolate()->factory(); }
  /external/chromium_org/v8/src/x64/
simulator-x64.h 20 const byte*, int*, int, Address, int, Isolate*);
32 static inline uintptr_t JsLimitFromCLimit(Isolate* isolate,
  /external/chromium_org/v8/src/x87/
simulator-x87.h 20 const byte*, int*, int, Address, int, Isolate*);
33 static inline uintptr_t JsLimitFromCLimit(Isolate* isolate,
35 USE(isolate);
  /external/chromium_org/chrome/renderer/net/
net_error_page_controller.h 48 v8::Isolate* isolate) OVERRIDE;
  /external/chromium_org/content/renderer/
memory_benchmarking_extension.h 34 v8::Isolate* isolate) OVERRIDE;

Completed in 593 milliseconds

1 2 3 4 5 67 8 91011>>