/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 1331 Condition MacroAssembler::CheckSmi(Register src) { in CheckSmi() function in v8::internal::MacroAssembler 1338 Condition MacroAssembler::CheckSmi(const Operand& src) { in CheckSmi() function in v8::internal::MacroAssembler 1357 return CheckSmi(first); in CheckBothSmi() 1390 return CheckSmi(first); in CheckEitherSmi() 1487 Condition smi = CheckSmi(src); in JumpIfSmi() 1495 Condition smi = CheckSmi(src); in JumpIfNotSmi() 2439 Condition is_smi = CheckSmi(object); in JumpIfNotString() 3774 Condition is_smi = CheckSmi(object); in AssertNumber() 3786 Condition is_smi = CheckSmi(object); in AssertNotSmi() 3794 Condition is_smi = CheckSmi(object); in AssertSmi() [all …]
|
D | macro-assembler-x64.h | 472 Condition CheckSmi(Register src); 473 Condition CheckSmi(const Operand& src);
|
D | builtins-x64.cc | 1400 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); in Generate_InternalArrayCode() 1430 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); in Generate_ArrayCode()
|
D | code-stubs-x64.cc | 1076 Condition is_smi = masm->CheckSmi(rax); in Generate() 1838 __ CheckSmi(FieldOperand(r11, WeakCell::kValueOffset)); in GenerateRecordCallTarget() local 4719 Condition not_smi = NegateCondition(masm->CheckSmi(rcx)); in Generate() 4835 Condition not_smi = NegateCondition(masm->CheckSmi(rcx)); in Generate()
|
/external/v8/test/cctest/ |
D | test-macro-assembler-x64.cc | 473 cond = masm->CheckSmi(rcx); in TEST() 478 cond = masm->CheckSmi(rcx); in TEST() 484 cond = masm->CheckSmi(rcx); in TEST() 489 cond = masm->CheckSmi(rcx); in TEST() 495 cond = masm->CheckSmi(rcx); in TEST() 500 cond = masm->CheckSmi(rcx); in TEST() 506 cond = masm->CheckSmi(rcx); in TEST() 511 cond = masm->CheckSmi(rcx); in TEST()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 2359 is_smi = masm()->CheckSmi(input); in DoIsSmiAndBranch() 2362 is_smi = masm()->CheckSmi(input); in DoIsSmiAndBranch() 2540 Condition is_smi = __ CheckSmi(object); in DoHasInPrototypeChainAndBranch() 2992 Condition smi = __ CheckSmi(result); in DoLoadKeyedFixedArray() 3160 Condition is_smi = __ CheckSmi(receiver); in DoWrapReceiver() 4347 Condition is_smi = __ CheckSmi(result); in DoDeferredMaybeGrowElements() 4724 Condition is_smi = __ CheckSmi(input); in DoSmiUntag() 4952 Condition cc = masm()->CheckSmi(ToRegister(input)); in DoCheckSmi() 4960 Condition cc = masm()->CheckSmi(ToRegister(input)); in DoCheckNonSmi() 5522 Condition cc = masm()->CheckSmi(rax); in DoForInPrepareMap() [all …]
|
D | lithium-x64.h | 44 V(CheckSmi) \ 2349 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 48 V(CheckSmi) \ 2368 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 48 V(CheckSmi) \ 2372 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 44 V(CheckSmi) \ 2331 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 44 V(CheckSmi) \ 2374 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 46 V(CheckSmi) \ 2377 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 44 V(CheckSmi) \ 2280 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 3316 __ Check(__ CheckSmi(value), kNonSmiValue); in EmitOneByteSeqStringSetChar() 3317 __ Check(__ CheckSmi(index), kNonSmiValue); in EmitOneByteSeqStringSetChar() 3349 __ Check(__ CheckSmi(value), kNonSmiValue); in EmitTwoByteSeqStringSetChar() 3350 __ Check(__ CheckSmi(index), kNonSmiValue); in EmitTwoByteSeqStringSetChar()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 47 V(CheckSmi) \ 967 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
|
/external/v8/test/cctest/heap/ |
D | test-heap.cc | 85 static void CheckSmi(Isolate* isolate, int value, const char* string) { in CheckSmi() function 214 CheckSmi(isolate, 0, "0"); in TEST() 215 CheckSmi(isolate, 42, "42"); in TEST() 216 CheckSmi(isolate, -42, "-42"); in TEST()
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 75 V(CheckSmi) \ 2947 DECLARE_CONCRETE_INSTRUCTION(CheckSmi) in DECLARE_CONCRETE_INSTRUCTION() argument
|