Searched refs:CheckSmi (Results 1 – 16 of 16) sorted by relevance
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 1371 Condition MacroAssembler::CheckSmi(Register src) { in CheckSmi() function in v8::internal::MacroAssembler 1378 Condition MacroAssembler::CheckSmi(const Operand& src) { in CheckSmi() function in v8::internal::MacroAssembler 1397 return CheckSmi(first); in CheckBothSmi() 1430 return CheckSmi(first); in CheckEitherSmi() 1535 Condition smi = CheckSmi(src); in JumpIfSmi() 1543 Condition smi = CheckSmi(src); in JumpIfNotSmi() 2607 Condition is_smi = CheckSmi(object); in JumpIfNotString() 3586 Condition is_smi = CheckSmi(object); in AssertNumber() 3598 Condition is_smi = CheckSmi(object); in AssertNotSmi() 3606 Condition is_smi = CheckSmi(object); in AssertSmi() [all …]
|
D | macro-assembler-x64.h | 464 Condition CheckSmi(Register src); 465 Condition CheckSmi(const Operand& src);
|
D | lithium-codegen-x64.cc | 1763 Condition cc = masm()->CheckSmi(object); in DoDateField() 2476 is_smi = masm()->CheckSmi(input); in DoIsSmiAndBranch() 2479 is_smi = masm()->CheckSmi(input); in DoIsSmiAndBranch() 3238 Condition smi = __ CheckSmi(result); in DoLoadKeyedFixedArray() 3390 Condition is_smi = __ CheckSmi(receiver); in DoWrapReceiver() 4858 Condition is_smi = __ CheckSmi(input); in DoSmiUntag() 5087 Condition cc = masm()->CheckSmi(ToRegister(input)); in DoCheckSmi() 5095 Condition cc = masm()->CheckSmi(ToRegister(input)); in DoCheckNonSmi() 5745 Condition cc = masm()->CheckSmi(rax); in DoForInPrepareMap() 5786 Condition cc = masm()->CheckSmi(result); in DoForInCacheArray()
|
D | builtins-x64.cc | 1142 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); in Generate_InternalArrayCode() 1172 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); in Generate_ArrayCode()
|
D | lithium-x64.h | 44 V(CheckSmi) \ 2430 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
D | full-codegen-x64.cc | 3447 __ Check(__ CheckSmi(value), kNonSmiValue); in EmitOneByteSeqStringSetChar() 3448 __ Check(__ CheckSmi(index), kNonSmiValue); in EmitOneByteSeqStringSetChar() 3480 __ Check(__ CheckSmi(value), kNonSmiValue); in EmitTwoByteSeqStringSetChar() 3481 __ Check(__ CheckSmi(index), kNonSmiValue); in EmitTwoByteSeqStringSetChar()
|
D | code-stubs-x64.cc | 1013 Condition is_smi = masm->CheckSmi(rax); in Generate() 4379 Condition not_smi = NegateCondition(masm->CheckSmi(rcx)); in Generate() 4459 Condition not_smi = NegateCondition(masm->CheckSmi(rcx)); in Generate()
|
/external/v8/test/cctest/ |
D | test-macro-assembler-x64.cc | 477 cond = masm->CheckSmi(rcx); in TEST() 482 cond = masm->CheckSmi(rcx); in TEST() 488 cond = masm->CheckSmi(rcx); in TEST() 493 cond = masm->CheckSmi(rcx); in TEST() 499 cond = masm->CheckSmi(rcx); in TEST() 504 cond = masm->CheckSmi(rcx); in TEST() 510 cond = masm->CheckSmi(rcx); in TEST() 515 cond = masm->CheckSmi(rcx); in TEST()
|
D | test-heap.cc | 73 static void CheckSmi(Isolate* isolate, int value, const char* string) { in CheckSmi() function 205 CheckSmi(isolate, 0, "0"); in TEST() 206 CheckSmi(isolate, 42, "42"); in TEST() 207 CheckSmi(isolate, -42, "-42"); in TEST()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 44 V(CheckSmi) \ 2386 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 48 V(CheckSmi) \ 2450 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/src/mips/ |
D | lithium-mips.h | 44 V(CheckSmi) \ 2402 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/src/arm/ |
D | lithium-arm.h | 44 V(CheckSmi) \ 2444 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/src/x87/ |
D | lithium-x87.h | 48 V(CheckSmi) \ 2456 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 47 V(CheckSmi) \ 1002 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/src/ |
D | hydrogen-instructions.h | 76 V(CheckSmi) \ 2985 DECLARE_CONCRETE_INSTRUCTION(CheckSmi) in DECLARE_CONCRETE_INSTRUCTION() argument
|