Searched defs:is_not_string (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc2289 Label* is_not_string,
2292 __ JumpIfSmi(input, is_not_string);
2287 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc2916 Label* is_not_string,
2919 __ JumpIfSmi(input, is_not_string);
2914 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc2084 Label* is_not_string,
2087 __ JumpIfSmi(input, is_not_string);
2082 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc2172 Label* is_not_string,
2175 __ JumpIfSmi(input, is_not_string);
2170 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc2291 Label* is_not_string,
2294 __ JumpIfSmi(input, is_not_string);
2289 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc2356 Label* is_not_string,
2359 __ JumpIfSmi(input, is_not_string);
2355 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc2349 Label* is_not_string,
2352 __ JumpIfSmi(input, is_not_string);
2348 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc2247 Label* is_not_string,
2250 __ JumpIfSmi(input, is_not_string);
2245 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc2370 Label* is_not_string,
2373 __ JumpIfSmi(input, is_not_string);
2368 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument

Completed in 283 milliseconds