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

  /art/compiler/optimizing/
reference_type_propagation.cc 361 HIf* ifInstruction = block->GetLastInstruction()->AsIf();
362 if (ifInstruction == nullptr) {
365 HInstruction* ifInput = ifInstruction->InputAt(0);
390 ? ifInstruction->IfTrueSuccessor()
391 : ifInstruction->IfFalseSuccessor();
400 // InstanceOf instruction together with the true branch of `ifInstruction` will
411 static bool MatchIfInstanceOf(HIf* ifInstruction,
414 HInstruction* input = ifInstruction->InputAt(0);
423 *trueBranch = ifInstruction->IfTrueSuccessor();
427 *trueBranch = ifInstruction->IfFalseSuccessor()
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 78 milliseconds