Lines Matching refs:Isolate
75 Isolate* isolate = function->GetIsolate(); in Invoke()
127 ASSERT(*has_pending_exception == Isolate::Current()->has_pending_exception()); in Invoke()
181 return Invoke(true, func, Isolate::Current()->global(), argc, argv, in New()
205 Isolate* isolate = Isolate::Current(); in TryCall()
217 ASSERT(!Isolate::Current()->has_pending_exception()); in TryCall()
218 ASSERT(!Isolate::Current()->external_caught_exception()); in TryCall()
225 Isolate* isolate = Isolate::Current(); in GetFunctionDelegate()
253 Isolate* isolate = Isolate::Current(); in TryGetFunctionDelegate()
283 Isolate* isolate = Isolate::Current(); in GetConstructorDelegate()
311 Isolate* isolate = Isolate::Current(); in TryGetConstructorDelegate()
523 Isolate::PerIsolateThreadData* per_thread = in FreeThreadResources()
540 bool StackGuard::ThreadLocal::Initialize(Isolate* isolate) { in Initialize()
569 Isolate::PerIsolateThreadData* per_thread = in InitThread()
583 Isolate* isolate = Isolate::Current(); \
667 Isolate* isolate = string->GetIsolate(); in CharAt()
700 Isolate* isolate = data->GetIsolate(); in InstantiateFunction()
721 Isolate* isolate = data->GetIsolate(); in InstantiateObject()
755 Isolate* isolate = Isolate::Current(); in ConfigureInstance()
769 Isolate* isolate = fun->GetIsolate(); in GetStackTraceLine()
786 Isolate* isolate = Isolate::Current(); in RuntimePreempt()
800 v8::Unlocker unlocker(reinterpret_cast<v8::Isolate*>(isolate)); in RuntimePreempt()
806 v8::Unlocker unlocker(reinterpret_cast<v8::Isolate*>(isolate)); in RuntimePreempt()
817 Isolate* isolate = Isolate::Current(); in DebugBreakHelper()
866 Isolate* isolate = Isolate::Current(); in ProcessDebugMessages()
891 MaybeObject* Execution::HandleStackGuardInterrupt(Isolate* isolate) { in HandleStackGuardInterrupt()