Home
last modified time | relevance | path

Searched refs:trueBranch (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation.cc384 /* out */ HBasicBlock** trueBranch) { in MatchIfInstanceOf() argument
394 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
397 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
414 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
417 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
430 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
437 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()