Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dmacro-assembler-x64.cc1331 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 …]
Dmacro-assembler-x64.h472 Condition CheckSmi(Register src);
473 Condition CheckSmi(const Operand& src);
Dbuiltins-x64.cc1400 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); in Generate_InternalArrayCode()
1430 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); in Generate_ArrayCode()
Dcode-stubs-x64.cc1076 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/
Dtest-macro-assembler-x64.cc473 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/
Dlithium-codegen-x64.cc2359 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 …]
Dlithium-x64.h44 V(CheckSmi) \
2349 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h48 V(CheckSmi) \
2368 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/src/crankshaft/x87/
Dlithium-x87.h48 V(CheckSmi) \
2372 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/src/crankshaft/mips/
Dlithium-mips.h44 V(CheckSmi) \
2331 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/src/crankshaft/arm/
Dlithium-arm.h44 V(CheckSmi) \
2374 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h46 V(CheckSmi) \
2377 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h44 V(CheckSmi) \
2280 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc3316 __ 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/
Dlithium-arm64.h47 V(CheckSmi) \
967 DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
/external/v8/test/cctest/heap/
Dtest-heap.cc85 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/
Dhydrogen-instructions.h75 V(CheckSmi) \
2947 DECLARE_CONCRETE_INSTRUCTION(CheckSmi) in DECLARE_CONCRETE_INSTRUCTION() argument