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

  /external/v8/src/arm/
codegen-arm.h 51 // been consumed, and be in state UNLOADED.
55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 };
70 ASSERT_NE(UNLOADED, type_);
71 type_ = UNLOADED;
81 bool is_unloaded() const { return type_ == UNLOADED; }
101 // is popped from beneath it (unloaded).
  /frameworks/base/media/jni/soundpool/
SoundPool.h 53 enum sample_state { UNLOADED, LOADING, READY, UNLOADING };
  /external/v8/src/ia32/
codegen-ia32.h 51 // been consumed, and be in state UNLOADED.
55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 };
70 ASSERT_NE(UNLOADED, type_);
71 type_ = UNLOADED;
81 bool is_unloaded() const { return type_ == UNLOADED; }
102 // is popped from beneath it (unloaded).
    [all...]
  /external/v8/src/x64/
codegen-x64.h 51 // been consumed, and be in state UNLOADED.
55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 };
71 ASSERT_NE(UNLOADED, type_);
72 type_ = UNLOADED;
82 bool is_unloaded() const { return type_ == UNLOADED; }
103 // is popped from beneath it (unloaded).

Completed in 299 milliseconds