Searched defs:Isolate (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
H A DUnicodeBidi.h35 Isolate enumerator in enum:WebCore::EUnicodeBidi
/external/v8/src/
H A Disolate.cc68 int thread_id = Thread::GetThreadLocalInt(Isolate::thread_id_key_);
71 Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id);
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) {
315 Isolate* Isolate
1431 Isolate::Isolate() function in class:v8::internal::Isolate
[all...]
H A Disolate.h113 Isolate* __isolate__ = (isolate); \
189 friend class Isolate;
234 Isolate* isolate_;
357 class Isolate { class in namespace:v8::internal
363 ~Isolate();
370 PerIsolateThreadData(Isolate* isolate, ThreadId thread_id)
381 Isolate* isolate() const { return isolate_; }
396 bool Matches(Isolate* isolate, ThreadId thread_id) const {
401 Isolate* isolate_;
414 friend class Isolate;
[all...]
/external/v8/include/
H A Dv8.h117 class Isolate;
457 // Faster version, uses HeapObject to obtain the current Isolate.
483 internal::Isolate* isolate_;
2730 * Isolate represents an isolated instance of the V8 engine. V8
2738 class V8EXPORT Isolate { class in namespace:v8
2746 explicit Scope(Isolate* isolate) : isolate_(isolate) {
2753 Isolate* const isolate_;
2767 static Isolate* New();
2773 static Isolate* GetCurrent();
2792 * Requires: this == Isolate
[all...]

Completed in 189 milliseconds