Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-info.cc368 case UnaryOpIC::SMI: in UnaryType()
393 case BinaryOpIC::SMI: in BinaryType()
400 case BinaryOpIC::SMI: in BinaryType()
473 case BinaryOpIC::SMI: in IncrementType()
Dcode-stubs.cc364 if (Contains(SMI)) stream->Add("Smi"); in Print()
397 Add(SMI); in Record()
Dic.cc2128 case SMI: return "Smi"; in GetName()
2140 case SMI: in ToState()
2154 return SMI; in GetTypeInfo()
2169 case UnaryOpIC::SMI: in ComputeNewType()
2193 case SMI: return "SMI"; in GetName()
2209 case SMI: in ToState()
2247 return SMI; in GetTypeInfo()
2252 if (kSmiValueSize == 32) return SMI; in GetTypeInfo()
2345 if (type == BinaryOpIC::SMI && previous_type == BinaryOpIC::SMI) { in RUNTIME_FUNCTION()
Dic.h722 SMI, enumerator
746 SMI, enumerator
Dcode-stubs.h1032 SMI, enumerator
/external/oprofile/events/x86-64/family11h/
Dunit_masks208 0x04 SMI
/external/tcpdump/
DREADME40 The program is loosely based on SMI's "etherfind" although none of the
/external/v8/src/x64/
Dcode-stubs-x64.cc423 if (types_.Contains(SMI)) { in Generate()
671 case UnaryOpIC::SMI: in Generate()
951 case BinaryOpIC::SMI: in Generate()
1329 result_type_ == BinaryOpIC::SMI) { in GenerateSmiStub()
Dlithium-codegen-x64.cc1433 if (expected.Contains(ToBooleanStub::SMI)) { in DoBranch()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp4723 SpecialMemberDeletionInfo SMI(*this, MD, CSM, Diagnose); in ShouldDeleteSpecialMember() local
4728 SMI.shouldDeleteForBase(BI)) in ShouldDeleteSpecialMember()
4733 if (SMI.shouldDeleteForBase(BI)) in ShouldDeleteSpecialMember()
4739 SMI.shouldDeleteForField(*FI)) in ShouldDeleteSpecialMember()
4742 if (SMI.shouldDeleteForAllConstMembers()) in ShouldDeleteSpecialMember()
/external/v8/src/arm/
Dcode-stubs-arm.cc1798 if (types_.Contains(SMI)) { in Generate()
1944 case UnaryOpIC::SMI: in Generate()
2249 case BinaryOpIC::SMI: in Generate()
2663 result_type_ == BinaryOpIC::SMI) { in GenerateSmiStub()
Dlithium-codegen-arm.cc1650 if (expected.Contains(ToBooleanStub::SMI)) { in DoBranch()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc441 if (types_.Contains(SMI)) { in Generate()
821 case UnaryOpIC::SMI: in Generate()
1175 case BinaryOpIC::SMI: in Generate()
1616 result_type_ == BinaryOpIC::SMI) { in GenerateSmiStub()
Dlithium-codegen-ia32.cc1469 if (expected.Contains(ToBooleanStub::SMI)) { in DoBranch()
/external/v8/src/mips/
Dcode-stubs-mips.cc1883 if (types_.Contains(SMI)) { in Generate()
2026 case UnaryOpIC::SMI: in Generate()
2333 case BinaryOpIC::SMI: in Generate()
2779 result_type_ == BinaryOpIC::SMI) { in GenerateSmiStub()
Dlithium-codegen-mips.cc1504 if (expected.Contains(ToBooleanStub::SMI)) { in DoBranch()