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

  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 208 static void selfVerificationBranchInsert(LIR *currentLIR, ArmOpcode opcode,
266 selfVerificationBranchInsert((LIR *) thisLIR, kThumbBlx1,
269 selfVerificationBranchInsert((LIR *) thisLIR, kThumbBlx2,
    [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp 272 static void selfVerificationBranchInsert(LIR *currentLIR, Mipsopcode opcode,
275 assert(0); /* MIPSTODO port selfVerificationBranchInsert() */
332 selfVerificationBranchInsert((LIR *) thisLIR, kThumbBlx1,
335 selfVerificationBranchInsert((LIR *) thisLIR, kThumbBlx2,
    [all...]

Completed in 32 milliseconds