Searched refs:skip_lookup (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/x87/ |
D | full-codegen-x87.cc | 3006 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/ |
D | full-codegen-x64.cc | 3013 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/ |
D | full-codegen-ia32.cc | 3016 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/ |
D | full-codegen-arm64.cc | 2778 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/ |
D | full-codegen-mips.cc | 3098 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/ |
D | full-codegen-mips64.cc | 3097 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/ |
D | full-codegen-arm.cc | 3116 Label materialize_true, materialize_false, skip_lookup; in EmitIsStringWrapperSafeForDefaultValueOf() local 3128 __ b(ne, &skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf() 3180 __ bind(&skip_lookup); in EmitIsStringWrapperSafeForDefaultValueOf()
|