HomeSort by relevance Sort by last modified time
    Searched refs:ISOLATE (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/heap/
heap-inl.h 16 #include "src/isolate.h"
589 Isolate* Heap::isolate() { function in class:v8::internal::Heap
590 return reinterpret_cast<Isolate*>(
592 reinterpret_cast<size_t>(reinterpret_cast<Isolate*>(4)->heap()) + 4);
603 #define RETURN_OBJECT_UNLESS_RETRY(ISOLATE, RETURN_VALUE) \
605 DCHECK(__object__ != (ISOLATE)->heap()->exception()); \
609 #define CALL_AND_RETRY(ISOLATE, FUNCTION_CALL, RETURN_VALUE, RETURN_EMPTY) \
613 RETURN_OBJECT_UNLESS_RETRY(ISOLATE, RETURN_VALUE) \
614 (ISOLATE)->heap()->CollectGarbage(__allocation__.RetrySpace(),
736 Isolate* isolate = Isolate::Current(); local
742 Isolate* isolate = Isolate::Current(); local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation;
181 case ISOLATE:
380 data->recommendation = ISOLATE;
  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 85 /* explicit isolate codes */
121 * The following bit is used for the directional isolate status.
122 * Stack entries corresponding to isolate sequences are greater than ISOLATE.
124 #define ISOLATE 0x0100
135 /* number of isolate entries allocated initially without malloc */
137 /* number of isolate run entries for paired brackets allocated initially without malloc */
194 typedef struct Isolate {
198 } Isolate;
296 Isolate *isolatesMemory
    [all...]
ubidi.c 453 /* The following stacks are used to manage isolate sequences. Those
457 means that there is no open isolate sequence.
460 each open isolate sequence */
463 encountering the initiator of an isolate sequence */
591 /* Ignore still open isolate sequences with overflow */
650 isolate sequence. Higher entries are used for each more deeply nested
651 isolate sequence. isoRunLast is the index of the last used entry. The
699 if(DIRPROP_FLAG(dirProps[lastCcPos])&MASK_ISO) /* after an isolate */
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 85 /* explicit isolate codes */
112 * The following bit is used for the directional isolate status.
113 * Stack entries corresponding to isolate sequences are greater than ISOLATE.
115 #define ISOLATE 0x0100
126 /* number of isolate entries allocated initially without malloc */
128 /* number of isolate run entries for paired brackets allocated initially without malloc */
184 typedef struct Isolate {
189 } Isolate;
287 Isolate *isolatesMemory
    [all...]
ubidi.c 456 /* The following stacks are used to manage isolate sequences. Those
460 means that there is no open isolate sequence.
463 each open isolate sequence */
466 encountering the initiator of an isolate sequence */
598 /* Ignore still open isolate sequences with overflow */
658 isolate sequence. Higher entries are used for each more deeply nested
659 isolate sequence. isoRunLast is the index of the last used entry. The
707 if(DIRPROP_FLAG(dirProps[lastCcPos])&MASK_ISO) /* after an isolate */
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 8198 milliseconds