Searched defs:not_smi (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/x64/
H A Dbuiltins-x64.cc1347 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); local
1348 __ Check(not_smi, "Unexpected initial map for InternalArray function");
1382 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); local
1383 __ Check(not_smi, "Unexpected initial map for Array function");
1416 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); local
1417 __ Check(not_smi, "Unexpected initial map for Array function");
H A Dstub-cache-x64.cc1896 Label not_smi; local
1898 __ JumpIfNotSmi(rax, &not_smi);
1922 __ bind(&not_smi);
H A Dcode-stubs-x64.cc425 Label not_smi; local
426 __ JumpIfNotSmi(argument, &not_smi, Label::kNear);
432 __ bind(&not_smi);
H A Dmacro-assembler-x64.cc2812 Label not_smi; local
2813 JumpIfNotSmi(descriptors, &not_smi, Label::kNear);
2815 bind(&not_smi);
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc2075 Label not_smi; local
2077 __ JumpIfNotSmi(eax, &not_smi);
2100 __ bind(&not_smi);
H A Dmacro-assembler-ia32.cc2451 Label not_smi; local
2452 JumpIfNotSmi(descriptors, &not_smi);
2454 bind(&not_smi);
H A Dcode-stubs-ia32.cc443 Label not_smi; local
444 __ JumpIfNotSmi(argument, &not_smi, Label::kNear);
450 __ bind(&not_smi);
1462 // division. They should be in eax, ebx for jump to not_smi.
4143 Label not_smi; local
4145 __ JumpIfNotSmi(object, &not_smi, Label::kNear);
4149 __ bind(&not_smi);
/external/v8/src/arm/
H A Dstub-cache-arm.cc2194 Label not_smi; local
2196 __ JumpIfNotSmi(r0, &not_smi);
2216 __ bind(&not_smi);
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc4047 Label not_smi; local
4048 JumpIfNotSmi(object, &not_smi);
4054 bind(&not_smi);
5274 Label not_smi; local
5275 JumpIfNotSmi(descriptors, &not_smi);
5277 bind(&not_smi);
H A Dstub-cache-mips.cc2183 Label not_smi; local
2185 __ JumpIfNotSmi(v0, &not_smi);
2206 __ bind(&not_smi);

Completed in 181 milliseconds