Searched defs:Ensure (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DTCPageMap.h73 // Ensure that the map contains initialized entries "x .. x+n-1".
75 bool Ensure(Number, size_t) { function in class:TCMalloc_PageMap1
141 bool Ensure(Number start, size_t n) { function in class:TCMalloc_PageMap2
161 Ensure(0, 1 << BITS);
245 bool Ensure(Number start, size_t n) { function in class:TCMalloc_PageMap3
/external/v8/src/
H A Dgdb-jit.cc98 Ensure(position_ + sizeof(T));
105 Ensure(offset + sizeof(T));
118 Ensure(position_);
122 void Ensure(uintptr_t pos) { function in class:v8::internal::BASE_EMBEDDED
137 Ensure(position_ += padding);
H A Djsregexp.h537 void Ensure(RegExpNode* parent) { function in class:v8::internal::SiblingList

Completed in 92 milliseconds