Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm64/
Dmacro-assembler-arm64-inl.h1363 Label* not_smi_label) { in JumpIfSmi() argument
1368 if (not_smi_label) { in JumpIfSmi()
1369 B(not_smi_label); in JumpIfSmi()
1372 ASSERT(not_smi_label); in JumpIfSmi()
1373 Tbnz(value, 0, not_smi_label); in JumpIfSmi()
1378 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument
1379 JumpIfSmi(value, NULL, not_smi_label); in JumpIfNotSmi()
1386 Label* not_smi_label) { in JumpIfBothSmi() argument
1392 JumpIfSmi(tmp, both_smi_label, not_smi_label); in JumpIfBothSmi()
1399 Label* not_smi_label) { in JumpIfEitherSmi() argument
[all …]
Dmacro-assembler-arm64.h884 Label* not_smi_label = NULL);
885 inline void JumpIfNotSmi(Register value, Label* not_smi_label);
889 Label* not_smi_label = NULL);
893 Label* not_smi_label = NULL);
896 Label* not_smi_label);
899 Label* not_smi_label);
/external/chromium_org/v8/src/x87/
Dmacro-assembler-x87.h480 Label* not_smi_label,
483 j(not_zero, not_smi_label, distance);
/external/chromium_org/v8/src/ia32/
Dmacro-assembler-ia32.h499 Label* not_smi_label,
502 j(not_zero, not_smi_label, distance);
/external/chromium_org/v8/src/arm/
Dmacro-assembler-arm.h1263 inline void JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument
1265 b(ne, not_smi_label); in JumpIfNotSmi()
/external/chromium_org/v8/src/mips/
Dmacro-assembler-mips.h1398 Label* not_smi_label,
Dmacro-assembler-mips.cc4804 Label* not_smi_label, in JumpIfNotSmi() argument
4809 Branch(bd, not_smi_label, ne, scratch, Operand(zero_reg)); in JumpIfNotSmi()