Searched refs:not_smi (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/x64/ |
D | builtins-x64.cc | 1347 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); in Generate_InternalArrayCode() local 1348 __ Check(not_smi, "Unexpected initial map for InternalArray function"); in Generate_InternalArrayCode() 1382 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); in Generate_ArrayCode() local 1383 __ Check(not_smi, "Unexpected initial map for Array function"); in Generate_ArrayCode() 1416 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); in Generate_ArrayConstructCode() local 1417 __ Check(not_smi, "Unexpected initial map for Array function"); in Generate_ArrayConstructCode()
|
D | stub-cache-x64.cc | 1896 Label not_smi; in CompileMathAbsCall() local 1898 __ JumpIfNotSmi(rax, ¬_smi); in CompileMathAbsCall() 1922 __ bind(¬_smi); in CompileMathAbsCall()
|
D | macro-assembler-x64.cc | 2812 Label not_smi; in LoadInstanceDescriptors() local 2813 JumpIfNotSmi(descriptors, ¬_smi, Label::kNear); in LoadInstanceDescriptors() 2815 bind(¬_smi); in LoadInstanceDescriptors()
|
D | code-stubs-x64.cc | 425 Label not_smi; in Generate() local 426 __ JumpIfNotSmi(argument, ¬_smi, Label::kNear); in Generate() 432 __ bind(¬_smi); in Generate()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 2277 Label not_smi; in ObjectToDoubleVFPRegister() local 2278 JumpIfNotSmi(object, ¬_smi); in ObjectToDoubleVFPRegister() 2284 bind(¬_smi); in ObjectToDoubleVFPRegister() 3660 Label not_smi; in LoadInstanceDescriptors() local 3661 JumpIfNotSmi(descriptors, ¬_smi); in LoadInstanceDescriptors() 3663 bind(¬_smi); in LoadInstanceDescriptors()
|
D | stub-cache-arm.cc | 2194 Label not_smi; in CompileMathAbsCall() local 2196 __ JumpIfNotSmi(r0, ¬_smi); in CompileMathAbsCall() 2216 __ bind(¬_smi); in CompileMathAbsCall()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 4047 Label not_smi; in ObjectToDoubleFPURegister() local 4048 JumpIfNotSmi(object, ¬_smi); in ObjectToDoubleFPURegister() 4054 bind(¬_smi); in ObjectToDoubleFPURegister() 5274 Label not_smi; in LoadInstanceDescriptors() local 5275 JumpIfNotSmi(descriptors, ¬_smi); in LoadInstanceDescriptors() 5277 bind(¬_smi); in LoadInstanceDescriptors()
|
D | stub-cache-mips.cc | 2183 Label not_smi; in CompileMathAbsCall() local 2185 __ JumpIfNotSmi(v0, ¬_smi); in CompileMathAbsCall() 2206 __ bind(¬_smi); in CompileMathAbsCall()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 2451 Label not_smi; in LoadInstanceDescriptors() local 2452 JumpIfNotSmi(descriptors, ¬_smi); in LoadInstanceDescriptors() 2454 bind(¬_smi); in LoadInstanceDescriptors()
|
D | stub-cache-ia32.cc | 2075 Label not_smi; in CompileMathAbsCall() local 2077 __ JumpIfNotSmi(eax, ¬_smi); in CompileMathAbsCall() 2100 __ bind(¬_smi); in CompileMathAbsCall()
|
D | code-stubs-ia32.cc | 443 Label not_smi; in Generate() local 444 __ JumpIfNotSmi(argument, ¬_smi, Label::kNear); in Generate() 450 __ bind(¬_smi); in Generate() 4143 Label not_smi; in GenerateLookupNumberStringCache() local 4145 __ JumpIfNotSmi(object, ¬_smi, Label::kNear); in GenerateLookupNumberStringCache() 4149 __ bind(¬_smi); in GenerateLookupNumberStringCache()
|