Searched refs:IsReturn (Results 1 – 5 of 5) sorted by relevance
127 bool IsReturn() const in IsReturn() function608 bool IsReturn() const in IsReturn() function610 return metaData_.IsReturn(); in IsReturn()645 return !IsJump() && !IsReturn() && !IsThrow(); in needFallThrough()
369 if (!bytecodeInfo.IsGeneral() && !bytecodeInfo.IsReturn() && !bytecodeInfo.IsCondJump()) { in ComputeLiveOutBC()
95 } else if (info.IsReturn() || info.IsThrow()) { in CollectRegionInfo()1038 } else if (bytecodeInfo.IsReturn()) { in NewByteCode()
162 bool IsReturn() const in IsReturn() function
69 EXPECT_EQ(func_value[7].IsReturn(), true);