Home
last modified time | relevance | path

Searched refs:CheckSmi (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/x64/
Dmacro-assembler-x64.cc1371 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 …]
Dmacro-assembler-x64.h464 Condition CheckSmi(Register src);
465 Condition CheckSmi(const Operand& src);
Dlithium-codegen-x64.cc1763 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()
Dbuiltins-x64.cc1142 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); in Generate_InternalArrayCode()
1172 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); in Generate_ArrayCode()
Dlithium-x64.h44 V(CheckSmi) \
2430 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
Dfull-codegen-x64.cc3447 __ 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()
Dcode-stubs-x64.cc1013 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/
Dtest-macro-assembler-x64.cc477 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()
Dtest-heap.cc73 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/
Dlithium-mips64.h44 V(CheckSmi) \
2386 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/src/ia32/
Dlithium-ia32.h48 V(CheckSmi) \
2450 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/src/mips/
Dlithium-mips.h44 V(CheckSmi) \
2402 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/src/arm/
Dlithium-arm.h44 V(CheckSmi) \
2444 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/src/x87/
Dlithium-x87.h48 V(CheckSmi) \
2456 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/src/arm64/
Dlithium-arm64.h47 V(CheckSmi) \
1002 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/src/
Dhydrogen-instructions.h76 V(CheckSmi) \
2985 DECLARE_CONCRETE_INSTRUCTION(CheckSmi) in DECLARE_CONCRETE_INSTRUCTION() argument