Home
last modified time | relevance | path

Searched refs:skip_lookup (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/x87/
Dfull-codegen-x87.cc3006 Label materialize_true, materialize_false, skip_lookup; in EmitIsStringWrapperSafeForDefaultValueOf() local
3020 __ j(not_zero, &skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf()
3070 __ bind(&skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf()
/external/v8/src/x64/
Dfull-codegen-x64.cc3013 Label materialize_true, materialize_false, skip_lookup; in EmitIsStringWrapperSafeForDefaultValueOf() local
3027 __ j(not_zero, &skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf()
3072 __ bind(&skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc3016 Label materialize_true, materialize_false, skip_lookup; in EmitIsStringWrapperSafeForDefaultValueOf() local
3030 __ j(not_zero, &skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf()
3080 __ bind(&skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf()
/external/v8/src/arm64/
Dfull-codegen-arm64.cc2778 Label materialize_true, materialize_false, skip_lookup; in EmitIsStringWrapperSafeForDefaultValueOf() local
2792 __ Tbnz(bitfield2, Map::kStringWrapperSafeForDefaultValueOf, &skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf()
2847 __ Bind(&skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf()
/external/v8/src/mips/
Dfull-codegen-mips.cc3098 Label materialize_true, materialize_false, skip_lookup; in EmitIsStringWrapperSafeForDefaultValueOf() local
3110 __ Branch(&skip_lookup, ne, t0, Operand(zero_reg)); in EmitIsStringWrapperSafeForDefaultValueOf()
3162 __ bind(&skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc3097 Label materialize_true, materialize_false, skip_lookup; in EmitIsStringWrapperSafeForDefaultValueOf() local
3109 __ Branch(&skip_lookup, ne, a4, Operand(zero_reg)); in EmitIsStringWrapperSafeForDefaultValueOf()
3162 __ bind(&skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf()
/external/v8/src/arm/
Dfull-codegen-arm.cc3116 Label materialize_true, materialize_false, skip_lookup; in EmitIsStringWrapperSafeForDefaultValueOf() local
3128 __ b(ne, &skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf()
3180 __ bind(&skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf()