Home
last modified time | relevance | path

Searched defs:smp (Results 1 – 13 of 13) sorted by relevance

/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.cc32 bool smp = true; // Conservative default. in FromVariant() local
37 bool smp = (bitmap & kSmpBitfield) != 0; in FromBitmap() local
42 const bool smp = true; in FromCppDefines() local
50 bool smp = false; in FromCpuInfo() local
103 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
Dinstruction_set_features_mips64.h67 explicit Mips64InstructionSetFeatures(bool smp) : InstructionSetFeatures(smp) { in Mips64InstructionSetFeatures()
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc29 const bool smp = true; // Conservative default. in FromVariant() local
59 bool smp = (bitmap & kSmpBitfield) != 0; in FromBitmap() local
65 const bool smp = true; in FromCppDefines() local
73 bool smp = false; in FromCpuInfo() local
96 bool smp = sysconf(_SC_NPROCESSORS_CONF) > 1; in FromHwcap() local
134 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
Dinstruction_set_features_arm64.h86 explicit Arm64InstructionSetFeatures(bool smp, in Arm64InstructionSetFeatures()
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc40 const bool smp = true; in FromVariant() local
104 bool smp = (bitmap & kSmpBitfield) != 0; in FromBitmap() local
111 const bool smp = true; in FromCppDefines() local
128 bool smp = false; in FromCpuInfo() local
164 bool smp = sysconf(_SC_NPROCESSORS_CONF) > 1; in FromHwcap() local
202 const bool smp = true; in FromAssembly() local
268 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
Dinstruction_set_features_arm.h79 ArmInstructionSetFeatures(bool smp, bool has_div, bool has_atomic_ldrd_strd) in ArmInstructionSetFeatures()
/art/runtime/arch/mips/
Dinstruction_set_features_mips.cc69 bool smp = true; // Conservative default. in FromVariant() local
103 bool smp = (bitmap & kSmpBitfield) != 0; in FromBitmap() local
112 const bool smp = true; in FromCppDefines() local
126 bool smp = false; in FromCpuInfo() local
204 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument
Dinstruction_set_features_mips.h83 MipsInstructionSetFeatures(bool smp, bool fpu_32bit, bool mips_isa_gte2, bool r6) in MipsInstructionSetFeatures()
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc51 bool smp = true; // Conservative default. in FromVariant() local
80 bool smp = (bitmap & kSmpBitfield) != 0; in FromBitmap() local
95 const bool smp = true; in FromCppDefines() local
138 bool smp = false; in FromCpuInfo() local
255 const bool smp, const std::vector<std::string>& features, bool x86_64, in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.h66 AddFeaturesFromSplitString(const bool smp, const std::vector<std::string>& features, in AddFeaturesFromSplitString()
75 X86InstructionSetFeatures(bool smp, bool has_SSSE3, bool has_SSE4_1, bool has_SSE4_2, in X86InstructionSetFeatures()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h70 AddFeaturesFromSplitString(const bool smp, const std::vector<std::string>& features, in AddFeaturesFromSplitString()
76 X86_64InstructionSetFeatures(bool smp, bool has_SSSE3, bool has_SSE4_1, bool has_SSE4_2, in X86_64InstructionSetFeatures()
/art/runtime/arch/
Dinstruction_set_features.h103 explicit InstructionSetFeatures(bool smp) : smp_(smp) {} in InstructionSetFeatures()
Dinstruction_set_features.cc220 bool smp = smp_; in AddFeaturesFromString() local