Lines Matching full:case
107 case kAttemptCompilation : name = "AttemptCompilation"; break;
108 case kCompiled : name = "Compiled"; break;
109 case kInlinedInvoke : name = "InlinedInvoke"; break;
110 case kReplacedInvokeWithSimplePattern: name = "ReplacedInvokeWithSimplePattern"; break;
111 case kInstructionSimplifications: name = "InstructionSimplifications"; break;
112 case kInstructionSimplificationsArch: name = "InstructionSimplificationsArch"; break;
113 case kUnresolvedMethod : name = "UnresolvedMethod"; break;
114 case kUnresolvedField : name = "UnresolvedField"; break;
115 case kUnresolvedFieldNotAFastAccess : name = "UnresolvedFieldNotAFastAccess"; break;
116 case kRemovedCheckedCast: name = "RemovedCheckedCast"; break;
117 case kRemovedDeadInstruction: name = "RemovedDeadInstruction"; break;
118 case kRemovedNullCheck: name = "RemovedNullCheck"; break;
119 case kNotCompiledSkipped: name = "NotCompiledSkipped"; break;
120 case kNotCompiledInvalidBytecode: name = "NotCompiledInvalidBytecode"; break;
121 case kNotCompiledThrowCatchLoop : name = "NotCompiledThrowCatchLoop"; break;
122 case kNotCompiledAmbiguousArrayOp : name = "NotCompiledAmbiguousArrayOp"; break;
123 case kNotCompiledHugeMethod : name = "NotCompiledHugeMethod"; break;
124 case kNotCompiledLargeMethodNoBranches : name = "NotCompiledLargeMethodNoBranches"; break;
125 case kNotCompiledMalformedOpcode : name = "NotCompiledMalformedOpcode"; break;
126 case kNotCompiledNoCodegen : name = "NotCompiledNoCodegen"; break;
127 case kNotCompiledPathological : name = "NotCompiledPathological"; break;
128 case kNotCompiledSpaceFilter : name = "NotCompiledSpaceFilter"; break;
129 case kNotCompiledUnhandledInstruction : name = "NotCompiledUnhandledInstruction"; break;
130 case kNotCompiledUnsupportedIsa : name = "NotCompiledUnsupportedIsa"; break;
131 case kNotCompiledVerificationError : name = "NotCompiledVerificationError"; break;
132 case kNotCompiledVerifyAtRuntime : name = "NotCompiledVerifyAtRuntime"; break;
133 case kInlinedMonomorphicCall: name = "InlinedMonomorphicCall"; break;
134 case kInlinedPolymorphicCall: name = "InlinedPolymorphicCall"; break;
135 case kMonomorphicCall: name = "MonomorphicCall"; break;
136 case kPolymorphicCall: name = "PolymorphicCall"; break;
137 case kMegamorphicCall: name = "MegamorphicCall"; break;
138 case kBooleanSimplified : name = "BooleanSimplified"; break;
139 case kIntrinsicRecognized : name = "IntrinsicRecognized"; break;
140 case kLoopInvariantMoved : name = "LoopInvariantMoved"; break;
141 case kSelectGenerated : name = "SelectGenerated"; break;
142 case kRemovedInstanceOf: name = "RemovedInstanceOf"; break;
143 case kInlinedInvokeVirtualOrInterface: name = "InlinedInvokeVirtualOrInterface"; break;
144 case kImplicitNullCheckGenerated: name = "ImplicitNullCheckGenerated"; break;
145 case kExplicitNullCheckGenerated: name = "ExplicitNullCheckGenerated"; break;
147 case kLastStat: