HomeSort by relevance Sort by last modified time
    Searched refs:lastMIRInsn (Results 1 - 7 of 7) sorted by null

  /dalvik/vm/compiler/
IntermediateRep.cpp 35 assert(bb->lastMIRInsn == NULL);
36 bb->lastMIRInsn = bb->firstMIRInsn = mir;
39 bb->lastMIRInsn->next = mir;
40 mir->prev = bb->lastMIRInsn;
42 bb->lastMIRInsn = mir;
50 assert(bb->lastMIRInsn == NULL);
51 bb->lastMIRInsn = bb->firstMIRInsn = mir;
73 bb->lastMIRInsn = newMIR;
InlineTransformation.cpp 316 MIR *lastMIRInsn = bb->lastMIRInsn;
317 Opcode opcode = lastMIRInsn->dalvikInsn.opcode;
342 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
349 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
358 lastMIRInsn, bb, isRange);
368 lastMIRInsn->OptimizationFlags |= MIR_INVOKE_METHOD_JIT;
373 lastMIRInsn->OptimizationFlags |=
389 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
395 calleeMethod = lastMIRInsn->meta.callsiteInfo->method
    [all...]
Utility.cpp 190 bb->lastMIRInsn ? bb->lastMIRInsn->offset : bb->startOffset,
191 bb->lastMIRInsn ? "" : " empty");
Frontend.cpp 532 bottomBlock->lastMIRInsn = origBlock->lastMIRInsn;
573 origBlock->lastMIRInsn = insn->prev;
611 (bb->lastMIRInsn != NULL) &&
612 (codeOffset <= bb->lastMIRInsn->offset)) {
    [all...]
CompilerIR.h 165 MIR *lastMIRInsn;
Loop.cpp 206 MIR *branch = loopBackBlock->lastMIRInsn;
622 bb->firstMIRInsn = bb->lastMIRInsn = NULL;
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp     [all...]

Completed in 1478 milliseconds