HomeSort by relevance Sort by last modified time
    Searched full:firstaddr (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/analysis/
VfyBasicBlock.h 43 u4 firstAddr; /* address of first instruction */
VfyBasicBlock.cpp 92 newBlock->firstAddr = (u4) -1; // DEBUG
138 targetIdx, targetBlock, curBlock->firstAddr, curBlock);
255 assert(block->firstAddr == idx);
257 block->firstAddr, block->lastAddr);
273 "%04x(%p),", pred->firstAddr, pred);
502 curBlock->firstAddr = blockStartAddr;
Liveness.cpp 191 if (curIdx == workBlock->firstAddr)
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 278 Value *FirstAddr, Value *LastAddr);
336 void createInitializerPoisonCalls(Module &M, Value *FirstAddr,
756 Module &M, Value *FirstAddr, Value *LastAddr) {
768 IRB.CreateCall2(AsanPoisonGlobals, FirstAddr, LastAddr);
    [all...]

Completed in 96 milliseconds