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 98 Ensure(position_ + sizeof(T));
105 Ensure(offset + sizeof(T));
118 Ensure(position_);
122 void Ensure(uintptr_t pos) {
137 Ensure(position_ += padding);
    [all...]
jsregexp.h 198 // caller should ensure that it doesn't leak.
351 // to use Extend instead to ensure that only one instance exists
537 void Ensure(RegExpNode* parent) {
    [all...]

Completed in 76 milliseconds