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

  /external/v8/src/
isolate.cc 5 #include "src/isolate.h"
29 #include "src/isolate-inl.h"
56 int thread_id = base::Thread::GetThreadLocalInt(Isolate::thread_id_key_);
59 base::Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id);
112 base::Thread::LocalStorageKey Isolate::isolate_key_;
113 base::Thread::LocalStorageKey Isolate::thread_id_key_;
114 base::Thread::LocalStorageKey Isolate::per_isolate_thread_data_key_;
115 base::LazyMutex Isolate::thread_data_table_mutex_ = LAZY_MUTEX_INITIALIZER;
116 Isolate::ThreadDataTable* Isolate::thread_data_table_ = NULL
2839 Isolate* isolate = this; local
    [all...]
isolate.h 108 #define RETURN_FAILURE_IF_SCHEDULED_EXCEPTION(isolate) \
110 Isolate* __isolate__ = (isolate); \
118 #define RETURN_VALUE_IF_SCHEDULED_EXCEPTION(isolate, value) \
120 Isolate* __isolate__ = (isolate); \
127 #define RETURN_EXCEPTION_IF_SCHEDULED_EXCEPTION(isolate, T) \
128 RETURN_VALUE_IF_SCHEDULED_EXCEPTION(isolate, MaybeHandle<T>())
130 #define RETURN_RESULT_OR_FAILURE(isolate, call) \
133 Isolate* __isolate__ = (isolate);
461 Isolate* isolate() const { return isolate_; } function in class:v8::internal::Isolate::PerIsolateThreadData
515 Isolate* isolate = reinterpret_cast<Isolate*>( local
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 82 /* explicit isolate codes */
109 * The following bit is used for the directional isolate status.
110 * Stack entries corresponding to isolate sequences are greater than ISOLATE.
112 #define ISOLATE 0x0100
123 /* number of isolate entries allocated initially without malloc */
125 /* number of isolate run entries for paired brackets allocated initially without malloc */
181 typedef struct Isolate {
186 } Isolate;
284 Isolate *isolatesMemory
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 552 static class Isolate {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 552 static class Isolate {
    [all...]
  /external/v8/include/
v8.h 85 class Isolate;
137 class Isolate;
150 class Isolate;
305 V8_INLINE static Local<T> New(Isolate* isolate, Local<T> that);
306 V8_INLINE static Local<T> New(Isolate* isolate,
324 friend Local<Primitive> Undefined(Isolate* isolate);
325 friend Local<Primitive> Null(Isolate* isolate)
8788 Isolate* isolate = Isolate::GetCurrent(); local
8794 Isolate* isolate = Isolate::GetCurrent(); local
8800 Isolate* isolate = Isolate::GetCurrent(); local
8806 Isolate* isolate = Isolate::GetCurrent(); local
8813 Isolate* isolate = Isolate::GetCurrent(); local
8820 Isolate* isolate = Isolate::GetCurrent(); local
8827 Isolate* isolate = Isolate::GetCurrent(); local
8833 Isolate* isolate = Isolate::GetCurrent(); local
8840 Isolate* isolate = Isolate::GetCurrent(); local
8862 Isolate* isolate = Isolate::GetCurrent(); local
8868 Isolate* isolate = Isolate::GetCurrent(); local
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 209 milliseconds