Home
last modified time | relevance | path

Searched refs:not_applicable (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc5459 Label not_applicable; in DoTransitionElementsKind() local
5464 __ CheckMap(object, temp1, from_map, &not_applicable, DONT_DO_SMI_CHECK); in DoTransitionElementsKind()
5475 __ CheckMap(object, temps.AcquireX(), from_map, &not_applicable, in DoTransitionElementsKind()
5488 __ Bind(&not_applicable); in DoTransitionElementsKind()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc4360 Label not_applicable; in DoTransitionElementsKind() local
4362 __ j(not_equal, &not_applicable); in DoTransitionElementsKind()
4380 __ bind(&not_applicable); in DoTransitionElementsKind()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc4247 Label not_applicable; in DoTransitionElementsKind() local
4250 __ b(ne, &not_applicable); in DoTransitionElementsKind()
4273 __ bind(&not_applicable); in DoTransitionElementsKind()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc4158 Label not_applicable; in DoTransitionElementsKind() local
4164 __ j(not_equal, &not_applicable, branch_distance); in DoTransitionElementsKind()
4185 __ bind(&not_applicable); in DoTransitionElementsKind()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc4225 Label not_applicable; in DoTransitionElementsKind() local
4227 __ Branch(&not_applicable, ne, scratch, Operand(from_map)); in DoTransitionElementsKind()
4250 __ bind(&not_applicable); in DoTransitionElementsKind()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc4563 Label not_applicable; in DoTransitionElementsKind() local
4569 __ j(not_equal, &not_applicable, branch_distance); in DoTransitionElementsKind()
4589 __ bind(&not_applicable); in DoTransitionElementsKind()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc4459 Label not_applicable; in DoTransitionElementsKind() local
4461 __ Branch(&not_applicable, ne, scratch, Operand(from_map)); in DoTransitionElementsKind()
4484 __ bind(&not_applicable); in DoTransitionElementsKind()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc4518 Label not_applicable; in DoShiftI() local
4521 __ bne(&not_applicable); in DoShiftI()
4542 __ bind(&not_applicable); in DoShiftI()