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

  /external/webkit/Source/JavaScriptCore/wtf/
TCPageMap.h 73 // Ensure that the map contains initialized entries "x .. x+n-1".
75 bool Ensure(Number, size_t) {
141 bool Ensure(Number start, size_t n) {
161 Ensure(0, 1 << BITS);
245 bool Ensure(Number start, size_t n) {
  /external/v8/src/
gdb-jit.cc 84 Ensure(position_ + sizeof(T));
91 Ensure(offset + sizeof(T));
104 Ensure(position_);
108 void Ensure(uintptr_t pos) {
123 Ensure(position_ += padding);
    [all...]
jsregexp.h 195 // caller should ensure that it doesn't leak.
347 // to use Extend instead to ensure that only one instance exists
532 void Ensure(RegExpNode* parent) {
    [all...]

Completed in 145 milliseconds