Searched refs:fast_double_grow (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ic/x87/ |
D | ic-x87.cc | 518 Label fast_double, fast_double_grow; in GenerateMegamorphic() local 605 __ jmp(&fast_double_grow); in GenerateMegamorphic() 624 &fast_double_grow, &slow, kDontCheckMap, in GenerateMegamorphic()
|
/external/v8/src/ic/x64/ |
D | ic-x64.cc | 519 Label fast_double, fast_double_grow; in GenerateMegamorphic() local 605 __ jmp(&fast_double_grow); in GenerateMegamorphic() 622 &fast_double_grow, &slow, kDontCheckMap, in GenerateMegamorphic()
|
/external/v8/src/ic/ia32/ |
D | ic-ia32.cc | 518 Label fast_double, fast_double_grow; in GenerateMegamorphic() local 605 __ jmp(&fast_double_grow); in GenerateMegamorphic() 624 &fast_double_grow, &slow, kDontCheckMap, in GenerateMegamorphic()
|
/external/v8/src/ic/arm64/ |
D | ic-arm64.cc | 623 Label fast_double_grow; in GenerateMegamorphic() local 717 __ B(eq, &fast_double_grow); in GenerateMegamorphic() 738 &fast_double_grow, &slow, kDontCheckMap, in GenerateMegamorphic()
|
/external/v8/src/ic/arm/ |
D | ic-arm.cc | 623 Label fast_double, fast_double_grow; in GenerateMegamorphic() local 727 __ jmp(&fast_double_grow); in GenerateMegamorphic() 744 &fast_double_grow, &slow, kDontCheckMap, in GenerateMegamorphic()
|
/external/v8/src/ic/mips64/ |
D | ic-mips64.cc | 620 Label fast_double, fast_double_grow; in GenerateMegamorphic() local 710 __ jmp(&fast_double_grow); in GenerateMegamorphic() 726 &fast_double_grow, &slow, kDontCheckMap, in GenerateMegamorphic()
|
/external/v8/src/ic/ppc/ |
D | ic-ppc.cc | 636 Label fast_double, fast_double_grow; in GenerateMegamorphic() local 732 __ b(&fast_double_grow); in GenerateMegamorphic() 749 &fast_double_grow, &slow, kDontCheckMap, in GenerateMegamorphic()
|
/external/v8/src/ic/mips/ |
D | ic-mips.cc | 620 Label fast_double, fast_double_grow; in GenerateMegamorphic() local 712 __ jmp(&fast_double_grow); in GenerateMegamorphic() 728 &fast_double_grow, &slow, kDontCheckMap, in GenerateMegamorphic()
|