Searched refs:IsReturn (Results 1 – 11 of 11) sorted by relevance
36 if (IsReturn()) encoding[kReturn] = 'R'; in ToString()
101 bool IsReturn() const { in IsReturn() function
1090 } else if (inst->IsReturn()) { in VerifyInstructions()3589 if (GetInstructionFlags(next_insn_idx).IsReturn()) { in CodeFlowVerifyInstruction()4923 if (GetInstructionFlags(next_insn).IsReturn()) { in UpdateRegisters()
77 ASSERT_TRUE(block->GetLastInstruction()->IsReturn()); in TEST_F()125 ASSERT_TRUE(block->GetLastInstruction()->IsReturn()); in TEST_F()
157 } else if (instruction.IsReturn() || (instruction.Opcode() == Instruction::THROW)) { in ConnectBasicBlocks()
78 if (user->IsReturn()) { in ReferenceInfo()
31 return instruction->IsThrow() || instruction->IsReturn() || instruction->IsReturnVoid(); in IsAllowedToJumpToExitBlock()
2036 if (last->IsReturn()) { in InlineInto()2124 DCHECK(last->IsReturn()); in InlineInto()
511 bool IsReturn() const { in IsReturn() function517 return IsBranch() || IsReturn() || Opcode() == THROW; in IsBasicBlockEnd()
156 } else if (IsListeningToMethodExit() && IsReturn(method, dex_pc)) { in MethodEntered()178 DCHECK(IsReturn(method, dex_pc)); in MethodExited()196 if (IsListeningToMethodExit() && IsReturn(method, new_dex_pc)) { in DexPcMoved()251 static bool IsReturn(ArtMethod* method, uint32_t dex_pc) in IsReturn() function in art::FINAL255 return instruction->IsReturn(); in IsReturn()
1710 if (inst->IsReturn() || in DumpMethodCFGImpl()