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"
68 int thread_id = Thread::GetThreadLocalInt(Isolate::thread_id_key_);
71 Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id);
80 // before an isolate is initialized. The initialize methods below do
223 friend class Isolate;
229 void Isolate::PreallocatedMemoryThreadStart() {
236 void Isolate::PreallocatedMemoryThreadStop() {
245 void Isolate::PreallocatedStorageInit(size_t size) {
257 void* Isolate::PreallocatedStorageNew(size_t size) {
300 void Isolate::PreallocatedStorageDelete(void* p)
    [all...]
isolate.h 111 #define RETURN_IF_SCHEDULED_EXCEPTION(isolate) \
113 Isolate* __isolate__ = (isolate); \
119 #define RETURN_IF_EMPTY_HANDLE_VALUE(isolate, call, value) \
122 ASSERT((isolate)->has_pending_exception()); \
127 #define CHECK_NOT_EMPTY_HANDLE(isolate, call) \
129 ASSERT(!(isolate)->has_pending_exception()); \
131 CHECK(!(isolate)->has_pending_exception()); \
134 #define RETURN_IF_EMPTY_HANDLE(isolate, call) \
135 RETURN_IF_EMPTY_HANDLE_VALUE(isolate, call, Failure::Exception()
381 Isolate* isolate() const { return isolate_; } function in class:v8::internal::Isolate::PerIsolateThreadData
438 Isolate* isolate = reinterpret_cast<Isolate*>( local
1282 Isolate* isolate = Isolate::Current(); local
1286 Isolate* isolate = context_->GetIsolate(); local
    [all...]
  /external/v8/include/
v8.h 117 class Isolate;
457 // Faster version, uses HeapObject to obtain the current Isolate.
483 internal::Isolate* isolate_;
    [all...]

Completed in 112 milliseconds