Home
last modified time | relevance | path

Searched defs:Allocation (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Dweb_cache_manager.h88 typedef std::pair<int,size_t> Allocation; typedef
Dweb_cache_manager_unittest.cc19 typedef WebCacheManager::Allocation Allocation; typedef in WebCacheManagerTest
/external/llvm/tools/lli/
DRecordingMemoryManager.h28 typedef std::pair<sys::MemoryBlock, unsigned> Allocation; typedef
/external/llvm/docs/
DCodeGenerator.rst1177 How registers are represented in LLVM
1272 Mapping virtual registers to physical registers
1313 Handling two address instructions
1341 The SSA deconstruction phase
1359 Instruction folding
1383 Built in register allocators
/external/webkit/Source/JavaScriptCore/heap/
DHeap.h52 enum OperationInProgress { NoOperation, Allocation, Collection }; enumerator
/external/webkit/Source/JavaScriptCore/jit/
DExecutableAllocator.h103 typedef PageAllocation Allocation; typedef
/external/llvm/lib/CodeGen/
DStackColoring.cpp270 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
/external/compiler-rt/lib/asan/
Dasan_report.cc65 const char *Allocation() { return Magenta(); } in Allocation() function in __asan::Decorator
/external/v8/src/
Dv8globals.h112 class Allocation; variable