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

  /dalvik/vm/compiler/codegen/x86/
LowerInvoke.cpp 59 BasicBlock *fallThrough = traceCurrentBB->fallThrough;
61 if (fallThrough->firstMIRInsn) {
62 assert(fallThrough->firstMIRInsn->OptimizationFlags & MIR_INLINED_PRED);
63 fallThrough = fallThrough->fallThrough;
66 jumpToBasicBlock(stream, fallThrough->id);
576 insertChainingWorklist(traceCurrentBB->fallThrough->id, stream);
577 move_chain_to_mem(OpndSize_32, traceCurrentBB->fallThrough->id, 4, PhysicalReg_ESP, true)
    [all...]
  /dalvik/vm/compiler/
CompilerIR.h 166 struct BasicBlock *fallThrough;
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp     [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 137 milliseconds