Searched refs:SMI (Results 1 - 25 of 41) sorted by relevance

12

/external/v8/src/ic/
H A Dic-state.cc42 ? (Smi::IsValid(fixed_right_arg_.FromJust()) ? SMI : INT32)
84 GENERATE(Token::ADD, INT32, SMI, INT32);
87 GENERATE(Token::ADD, NUMBER, SMI, NUMBER);
88 GENERATE(Token::ADD, SMI, INT32, INT32);
89 GENERATE(Token::ADD, SMI, INT32, NUMBER);
90 GENERATE(Token::ADD, SMI, NUMBER, NUMBER);
91 GENERATE(Token::ADD, SMI, SMI, INT32);
92 GENERATE(Token::ADD, SMI, SMI, SM
[all...]
H A Dic-state.h134 enum Kind { NONE, SMI, INT32, NUMBER, STRING, GENERIC }; enumerator in enum:v8::internal::BASE_EMBEDDED::Kind
141 return (kind >= SMI && kind <= NUMBER) || kind == GENERIC;
172 // SMI < NUMBER
179 SMI, enumerator in enum:v8::internal::CompareICState::State
/external/llvm/test/MC/ARM/
H A Darm-trustzone.s18 smi #0xf @ SMI is old (ARMv6KZ) name for SMC
/external/v8/src/compiler/
H A Dtype-hint-analyzer.cc35 case CompareICState::SMI:
102 ASSERT_COMPATIBLE(SMI, SmallInteger);
/external/v8/src/ast/
H A Dast-value-factory.h143 return type_ == NUMBER || type_ == NUMBER_WITH_DOT || type_ == SMI;
158 if (type_ == SMI)
193 SMI, enumerator in enum:v8::internal::AstValue::Type
214 DCHECK(type_ == SMI);
H A Dast-value-factory.cc147 case SMI:
186 case SMI:
310 new (zone_) AstValue(AstValue::SMI, number);
/external/v8/src/parsing/
H A Dtoken.h144 T(SMI, NULL, 0) \
H A Dparser-base.h1243 case Token::SMI:
1514 case Token::SMI:
1836 case Token::SMI:
1837 Consume(Token::SMI);
3598 if (property == Token::SMI || property == Token::NUMBER) return;
3617 if (property == Token::SMI || property == Token::NUMBER) return;
H A Dscanner.cc1078 return Token::SMI;
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5449 DenseMap<uint64_t, std::unique_ptr<FunctionSummary>>::iterator SMI = local
5451 assert(SMI != SummaryMap.end() && "Summary info not found");
5452 FuncInfo->setFunctionSummary(std::move(SMI->second));
5467 DenseMap<uint64_t, std::unique_ptr<FunctionSummary>>::iterator SMI = local
5469 assert(SMI != SummaryMap.end() && "Summary info not found");
5470 FuncInfo->setFunctionSummary(std::move(SMI->second));
/external/v8/src/
H A Dcode-stubs.cc353 case CompareICState::SMI:
382 case CompareICState::SMI:
4501 if (s.Contains(ToBooleanICStub::SMI)) p.Add("Smi");
4522 Add(SMI);
H A Dcode-stubs.h2917 SMI, enumerator in enum:v8::ToBooleanICStub::Type
/external/v8/src/arm/
H A Dcode-stubs-arm.cc501 if (expected == CompareICState::SMI) {
1953 // The compare above could have been a SMI/SMI comparison. Guard against this
2674 DCHECK(state() == CompareICState::SMI);
2701 if (left() == CompareICState::SMI) {
2704 if (right() == CompareICState::SMI) {
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc440 if (expected == CompareICState::SMI) {
730 // base_tagged is a SMI, so untag it and convert it to a double.
842 // Handle SMI exponents.
2201 // The compare above could have been a SMI/SMI comparison. Guard against this
2461 DCHECK(state() == CompareICState::SMI);
2496 if (left() == CompareICState::SMI) {
2499 if (right() == CompareICState::SMI) {
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc1078 if (expected == CompareICState::SMI) {
1610 // The compare above could have been a SMI/SMI comparison. Guard against this
2663 DCHECK(state() == CompareICState::SMI);
2695 if (left() == CompareICState::SMI) {
2698 if (right() == CompareICState::SMI) {
/external/v8/src/mips/
H A Dcode-stubs-mips.cc522 if (expected == CompareICState::SMI) {
2069 // The compare above could have been a SMI/SMI comparison. Guard against this
2815 DCHECK(state() == CompareICState::SMI);
2844 if (left() == CompareICState::SMI) {
2847 if (right() == CompareICState::SMI) {
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc518 if (expected == CompareICState::SMI) {
2121 // The compare above could have been a SMI/SMI comparison. Guard against this
2825 DCHECK(state() == CompareICState::SMI);
2854 if (left() == CompareICState::SMI) {
2857 if (right() == CompareICState::SMI) {
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc517 if (expected == CompareICState::SMI) {
2031 // The compare above could have been a SMI/SMI comparison. Guard against this
2767 DCHECK(state() == CompareICState::SMI);
2797 if (left() == CompareICState::SMI) {
2800 if (right() == CompareICState::SMI) {
/external/v8/src/s390/
H A Dcode-stubs-s390.cc510 if (expected == CompareICState::SMI) {
1187 // SMI Marker
1188 // SMI Marker
2033 // The compare above could have been a SMI/SMI comparison. Guard against this
2753 DCHECK(state() == CompareICState::SMI);
2782 if (left() == CompareICState::SMI) {
2785 if (right() == CompareICState::SMI) {
/external/v8/src/x64/
H A Dcode-stubs-x64.cc961 if (expected == CompareICState::SMI) {
1494 // The compare above could have been a SMI/SMI comparison. Guard against this
2619 DCHECK(state() == CompareICState::SMI);
2649 if (left() == CompareICState::SMI) {
2652 if (right() == CompareICState::SMI) {
/external/v8/src/x87/
H A Dcode-stubs-x87.cc773 if (expected == CompareICState::SMI) {
1319 // The compare above could have been a SMI/SMI comparison. Guard against this
2383 DCHECK(state() == CompareICState::SMI);
2415 if (left() == CompareICState::SMI) {
2418 if (right() == CompareICState::SMI) {
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5842 SpecialMemberDeletionInfo SMI(*this, MD, CSM, Diagnose);
5846 SMI.shouldDeleteForBase(&BI))
5851 if (!RD->isAbstract() || !SMI.IsConstructor) {
5853 if (SMI.shouldDeleteForBase(&BI))
5859 SMI.shouldDeleteForField(FI))
5862 if (SMI.shouldDeleteForAllConstMembers())
5868 return inferCUDATargetForImplicitSpecialMember(RD, CSM, MD, SMI.ConstArg,
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc903 ((!expected.Contains(ToBooleanICStub::SMI) && expected.NeedsMap()) ||
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc1067 if (expected_input_types_.Contains(ToBooleanICStub::SMI)) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc937 ((!expected.Contains(ToBooleanICStub::SMI) && expected.NeedsMap()) ||

Completed in 484 milliseconds

12