HomeSort by relevance Sort by last modified time
    Searched defs:Isolate (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/text/
UnicodeBidi.h 35 Isolate
  /external/v8/src/
isolate.cc 40 #include "isolate.h"
65 int thread_id = Thread::GetThreadLocalInt(Isolate::thread_id_key_);
68 Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id);
144 explicit PreallocatedMemoryThread(Isolate* isolate)
145 : Thread(isolate, "v8:PreallocMem"),
165 friend class Isolate;
171 void Isolate::PreallocatedMemoryThreadStart() {
178 void Isolate::PreallocatedMemoryThreadStop() {
187 void Isolate::PreallocatedStorageInit(size_t size)
    [all...]
isolate.h 111 #define RETURN_IF_SCHEDULED_EXCEPTION(isolate) \
112 if (isolate->has_scheduled_exception()) \
113 return isolate->PromoteScheduledException()
115 #define RETURN_IF_EMPTY_HANDLE_VALUE(isolate, call, value) \
117 ASSERT(isolate->has_pending_exception()); \
121 #define RETURN_IF_EMPTY_HANDLE(isolate, call) \
122 RETURN_IF_EMPTY_HANDLE_VALUE(isolate, call, Failure::Exception())
182 friend class Isolate;
189 // isolate being present.
380 class Isolate {
404 Isolate* isolate() const { return isolate_; } function in class:v8::internal::Isolate::PerIsolateThreadData
462 Isolate* isolate = reinterpret_cast<Isolate*>( local
1271 Isolate* isolate = Isolate::Current(); local
1275 Isolate* isolate = context_->GetIsolate(); local
    [all...]
  /external/v8/include/
v8.h 114 class Isolate;
447 // Faster version, uses HeapObject to obtain the current Isolate.
473 internal::Isolate* isolate_;
    [all...]

Completed in 50 milliseconds