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

  /external/llvm/lib/IR/
Use.cpp 123 // Use zap Implementation
126 void Use::zap(Use *Start, const Use *Stop, bool del) { function in class:llvm::Use
  /external/chromium_org/third_party/icu/source/i18n/
repattrn.cpp 66 zap();
186 // zap Delete everything owned by this RegexPattern.
189 void RegexPattern::zap() { function in class:RegexPattern
227 zap();
  /external/icu4c/i18n/
repattrn.cpp 63 zap();
183 // zap Delete everything owned by this RegexPattern.
186 void RegexPattern::zap() { function in class:RegexPattern
224 zap();
  /external/chromium_org/v8/src/
builtins.cc 324 // If we are doing a big trim in old space then we zap the space that was
327 Object** zap = reinterpret_cast<Object**>(elms->address()); local
328 zap++; // Header of filler must be at least one word so skip that.
330 *zap++ = Smi::FromInt(0);
    [all...]
objects.cc 2260 Object** zap = reinterpret_cast<Object**>(new_end); local
    [all...]
  /external/v8/src/
builtins.cc 359 // If we are doing a big trim in old space then we zap the space that was
362 Object** zap = reinterpret_cast<Object**>(elms->address()); local
363 zap++; // Header of filler must be at least one word so skip that.
365 *zap++ = Smi::FromInt(0);
    [all...]
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.4.jar 

Completed in 257 milliseconds