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

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc2284 Label* is_not_string,
2287 __ JumpIfSmi(input, is_not_string);
2282 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.cc2888 Label* is_not_string,
2891 __ JumpIfSmi(input, is_not_string);
2886 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.cc2079 Label* is_not_string,
2082 __ JumpIfSmi(input, is_not_string);
2077 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.cc2192 Label* is_not_string,
2195 __ JumpIfSmi(input, is_not_string);
2190 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.cc2314 Label* is_not_string,
2317 __ JumpIfSmi(input, is_not_string);
2312 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.cc2366 Label* is_not_string,
2369 __ JumpIfSmi(input, is_not_string);
2365 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.cc2364 Label* is_not_string,
2367 __ JumpIfSmi(input, is_not_string);
2363 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.cc2241 Label* is_not_string,
2244 __ JumpIfSmi(input, is_not_string);
2239 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.cc2364 Label* is_not_string,
2367 __ JumpIfSmi(input, is_not_string);
2362 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument

Completed in 251 milliseconds