Searched refs:GetIsolate (Results 251 - 275 of 304) sorted by relevance

<<111213

/external/chromium_org/v8/src/
H A Dhandles-inl.h19 location_ = HandleScope::CreateHandle(obj->GetIsolate(), obj);
H A Dhandles.h154 return Handle<T>(t, t->GetIsolate());
H A Dobjects-debug.cc467 Smi::cast(GetIsolate()->date_cache()->stamp())->value());
635 Isolate* isolate = GetIsolate();
652 Isolate* isolate = GetIsolate();
664 Object* raw_table = GetIsolate()->heap()->weak_object_to_code_table();
H A Ddebug.cc369 HandleScope scope(debug_info_->GetIsolate());
440 Isolate* isolate = code->GetIsolate();
693 Debug* debug = reinterpret_cast<Isolate*>(data.GetIsolate())->debug();
715 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles();
1459 Isolate* isolate = JSFunction::cast(fun)->GetIsolate();
1554 Isolate* isolate = shared->GetIsolate();
1597 Isolate* isolate = function->GetIsolate();
2179 Isolate* isolate = shared->GetIsolate();
2423 StackTraceFrameIterator it(script->GetIsolate());
3190 v8::Isolate* MessageImpl::GetIsolate() cons function in class:v8::internal::MessageImpl
[all...]
H A Dd8.h309 args.GetReturnValue().Set(ReadFromStdin(args.GetIsolate()));
H A Dbootstrapper.cc359 Factory* factory = env->GetIsolate()->factory();
373 Isolate* isolate = target->GetIsolate();
711 Heap* heap = context->GetIsolate()->heap();
895 Isolate* isolate = global_object->GetIsolate();
1468 Isolate* isolate = native_context->GetIsolate();
2124 Isolate* isolate = holder->GetIsolate();
2153 Factory* factory = factory_function->GetIsolate()->factory();
2207 Isolate* isolate = native_context->GetIsolate();
2290 Isolate* isolate = native_context->GetIsolate();
/external/chromium_org/v8/src/heap/
H A Dheap-inl.h47 SemiSpace::AssertValidRange(target->GetIsolate()->heap()->new_space()->top(),
555 DCHECK(object->GetIsolate()->heap()->InFromSpace(object));
567 DCHECK(object->GetIsolate()->heap()->InFromSpace(*p));
765 CHECK(object->GetIsolate()->heap()->Contains(object));
/external/chromium_org/v8/test/cctest/
H A Dtest-alloc.cc111 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
H A Dtest-code-stubs-mips.cc139 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
H A Dtest-code-stubs-mips64.cc139 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
H A Dtest-date.cc123 v8::Isolate* isolate = context->GetIsolate();
H A Dtest-profile-generator.cc635 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler();
639 env->GetIsolate(), "function a() { startProfiling(); }\n"));
642 v8::Script::Compile(v8::String::NewFromUtf8(env->GetIsolate(),
737 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler();
741 v8::Script::Compile(v8::String::NewFromUtf8(env->GetIsolate(),
H A Dtest-compiler.cc200 Isolate* isolate = fun->GetIsolate();
224 Isolate* isolate = fun0->GetIsolate();
H A Dtest-decls.cc577 HandleScope scope(context_->GetIsolate());
581 Script::Compile(String::NewFromUtf8(context_->GetIsolate(), source));
H A Dtest-weakmaps.cc40 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
H A Dtest-weaksets.cc40 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h62 v8::Isolate* GetIsolate() {return m_pIsolate;} function in class:CJS_Object
/external/chromium_org/v8/include/
H A Dv8.h421 V8_INLINE Isolate* GetIsolate() const { return isolate_; } function in class:v8::WeakCallbackData
813 V8_INLINE Isolate* GetIsolate() const { function in class:v8::HandleScope
2613 V8_INLINE Isolate* GetIsolate();
2647 V8_INLINE Isolate* GetIsolate() const;
2681 V8_INLINE Isolate* GetIsolate() const;
5492 v8::Isolate* GetIsolate();
6193 Set(Number::New(GetIsolate(), i));
6204 Set(Integer::New(GetIsolate(), i));
6216 Set(Integer::NewFromUnsigned(GetIsolate(), i));
6229 *value_ = *I::GetRoot(GetIsolate(), root_inde
6254 Isolate* ReturnValue<T>::GetIsolate() { function in class:v8::ReturnValue
6318 Isolate* FunctionCallbackInfo<T>::GetIsolate() const { function in class:v8::FunctionCallbackInfo
6783 Isolate* PropertyCallbackInfo<T>::GetIsolate() const { function in class:v8::PropertyCallbackInfo
[all...]
/external/chromium_org/extensions/renderer/
H A Devent_bindings.cc276 v8::Isolate* isolate = args.GetIsolate();
/external/chromium_org/gin/modules/
H A Dmodule_registry.cc133 registry_data->registry.reset(new ModuleRegistry(context->GetIsolate()));
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DJavaScriptCallFrame.cpp158 v8::Handle<v8::Value> argv[] = { v8String(m_debuggerContext.newLocal(m_isolate)->GetIsolate(), expression) };
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.cpp714 return toDOMWindow(context->Global(), context->GetIsolate());
752 v8::Handle<v8::Object> windowWrapper = V8Window::findInstanceInPrototypeChain(global, context->GetIsolate());
755 v8::Handle<v8::Object> workerWrapper = V8WorkerGlobalScope::findInstanceInPrototypeChain(global, context->GetIsolate());
H A DV8ScriptRunner.cpp50 V8ThrowException::throwRangeError("Maximum call stack size exceeded.", info.GetIsolate());
/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.cc285 content::PepperPluginInstance::Get(instance)->GetIsolate()->
/external/chromium_org/v8/src/ia32/
H A Ddeoptimizer-ia32.cc26 Isolate* isolate = code->GetIsolate();

Completed in 432 milliseconds

<<111213