Home | History | Annotate | Download | only in src

Lines Matching full:case

44     case UNINITIALIZED: return '0';
45 case PREMONOMORPHIC: return 'P';
46 case MONOMORPHIC: return '1';
47 case MONOMORPHIC_PROTOTYPE_FAILURE: return '^';
48 case MEGAMORPHIC: return 'N';
53 case DEBUG_BREAK: break;
54 case DEBUG_PREPARE_STEP_IN: break;
220 case Code::LOAD_IC: return LoadIC::Clear(address, target);
221 case Code::KEYED_LOAD_IC: return KeyedLoadIC::Clear(address, target);
222 case Code::STORE_IC: return StoreIC::Clear(address, target);
223 case Code::KEYED_STORE_IC: return KeyedStoreIC::Clear(address, target);
224 case Code::CALL_IC: return CallIC::Clear(address, target);
271 case JSObject::EXTERNAL_BYTE_ELEMENTS:
273 case JSObject::EXTERNAL_UNSIGNED_BYTE_ELEMENTS:
275 case JSObject::EXTERNAL_SHORT_ELEMENTS:
277 case JSObject::EXTERNAL_UNSIGNED_SHORT_ELEMENTS:
280 case JSObject::EXTERNAL_INT_ELEMENTS:
282 case JSObject::EXTERNAL_UNSIGNED_INT_ELEMENTS:
284 case JSObject::EXTERNAL_FLOAT_ELEMENTS:
295 case JSObject::EXTERNAL_BYTE_ELEMENTS:
297 case JSObject::EXTERNAL_UNSIGNED_BYTE_ELEMENTS:
300 case JSObject::EXTERNAL_SHORT_ELEMENTS:
302 case JSObject::EXTERNAL_UNSIGNED_SHORT_ELEMENTS:
305 case JSObject::EXTERNAL_INT_ELEMENTS:
307 case JSObject::EXTERNAL_UNSIGNED_INT_ELEMENTS:
309 case JSObject::EXTERNAL_FLOAT_ELEMENTS:
399 // of its properties; throw a TypeError in that case.
513 case FIELD: {
519 case CONSTANT_FUNCTION: {
528 case NORMAL: {
555 case INTERCEPTOR: {
586 // of its properties; throw a TypeError in that case.
722 case FIELD: {
728 case CONSTANT_FUNCTION: {
734 case NORMAL: {
754 case CALLBACKS: {
763 case INTERCEPTOR: {
799 // of its properties; throw a TypeError in that case.
903 // indexed interceptors, we initialize the inlined fast case (if
937 case FIELD: {
943 case CONSTANT_FUNCTION: {
949 case CALLBACKS: {
958 case INTERCEPTOR: {
965 // Always rewrite to the generic case so that we do not
1028 // properties on it; throw a TypeError in that case.
1079 case FIELD: {
1084 case MAP_TRANSITION: {
1093 case NORMAL: {
1106 case CALLBACKS: {
1113 case INTERCEPTOR: {
1148 // properties on it; throw a TypeError in that case.
1226 case FIELD: {
1231 case MAP_TRANSITION: {
1244 // Always rewrite to the generic case so that we do not
1285 // then the first call will trigger a compilation. We check for this case
1288 // do this in the case where we know that the inline cache is inside a loop,