Home
last modified time | relevance | path

Searched refs:is_not_string (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.h292 Label* is_not_string,
Dlithium-codegen-ia32.cc2384 Label* is_not_string, in EmitIsString() argument
2387 __ JumpIfSmi(input, is_not_string); in EmitIsString()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.h308 Label* is_not_string,
Dlithium-codegen-arm.cc2541 Label* is_not_string, in EmitIsString() argument
2544 __ JumpIfSmi(input, is_not_string); in EmitIsString()
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.h285 Label* is_not_string,
Dlithium-codegen-x64.cc2445 Label* is_not_string, in EmitIsString() argument
2448 __ JumpIfSmi(input, is_not_string); in EmitIsString()
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.h329 Label* is_not_string,
Dlithium-codegen-mips.cc2444 Label* is_not_string, in EmitIsString() argument
2447 __ JumpIfSmi(input, is_not_string); in EmitIsString()
/external/chromium_org/v8/src/mips64/
Dlithium-codegen-mips64.h330 Label* is_not_string,
Dlithium-codegen-mips64.cc2414 Label* is_not_string, in EmitIsString() argument
2417 __ JumpIfSmi(input, is_not_string); in EmitIsString()
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.h205 Condition EmitIsString(Register input, Register temp1, Label* is_not_string,
Dlithium-codegen-arm64.cc3251 Label* is_not_string, in EmitIsString() argument
3254 __ JumpIfSmi(input, is_not_string); in EmitIsString()
/external/chromium_org/v8/src/x87/
Dlithium-codegen-x87.h320 Label* is_not_string,
Dlithium-codegen-x87.cc2680 Label* is_not_string, in EmitIsString() argument
2683 __ JumpIfSmi(input, is_not_string); in EmitIsString()