Home | History | Annotate | Download | only in jit

Lines Matching full:case

122     case name: { \
131 case name: { \
141 case name: { \
150 case name: { \
159 case name: { \
165 case name: { \
318 case op_get_array_length:
319 case op_get_by_id_chain:
320 case op_get_by_id_generic:
321 case op_get_by_id_proto:
322 case op_get_by_id_proto_list:
323 case op_get_by_id_self:
324 case op_get_by_id_self_list:
325 case op_get_string_length:
326 case op_put_by_id_generic:
327 case op_put_by_id_replace:
328 case op_put_by_id_transition:
429 ASSERT_WITH_MESSAGE(iter == m_slowCases.end() || firstTo != iter->to,"Not enough jumps linked in slow case codegen.");
430 ASSERT_WITH_MESSAGE(firstTo == (iter - 1)->to, "Too many jumps linked in slow case codegen.");
460 // In the case of a fast linked call, we do not set this up in the caller.