Searched refs:megamorphic (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/v8/src/arm/ |
H A D | code-stubs-arm.cc | 3309 // megamorphic. 3313 Label initialize, done, miss, megamorphic, not_array_function; local 3323 // A monomorphic cache hit or an already megamorphic state: invoke the 3339 __ b(ne, &megamorphic); 3345 // megamorphic. 3350 __ bind(&megamorphic); 3447 // If there is a call target cache, mark it megamorphic in the
|
/external/chromium_org/v8/src/ia32/ |
H A D | code-stubs-ia32.cc | 2728 // megamorphic. 2733 Label initialize, done, miss, megamorphic, not_array_function; local 2738 // A monomorphic cache hit or an already megamorphic state: invoke the 2759 __ j(not_equal, &megamorphic); 2765 // megamorphic. 2770 __ bind(&megamorphic); 2870 // If there is a call target cache, mark it megamorphic in the
|
/external/chromium_org/v8/src/mips/ |
H A D | code-stubs-mips.cc | 3422 // megamorphic. 3426 Label initialize, done, miss, megamorphic, not_array_function; local 3436 // A monomorphic cache hit or an already megamorphic state: invoke the 3450 __ Branch(&megamorphic, ne, a1, Operand(a3)); 3456 // megamorphic. 3461 __ bind(&megamorphic); 3561 // If there is a call target cache, mark it megamorphic in the
|
/external/chromium_org/v8/src/x64/ |
H A D | code-stubs-x64.cc | 2559 // megamorphic. 2564 Label initialize, done, miss, megamorphic, not_array_function; local 2569 // A monomorphic cache hit or an already megamorphic state: invoke the 2588 __ j(not_equal, &megamorphic); 2594 // megamorphic. 2599 __ bind(&megamorphic); 2698 // If there is a call target cache, mark it megamorphic in the
|
Completed in 200 milliseconds