Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set_features.cc33 const std::string& variant, in FromVariant()
292 const std::string& variant) { in FindVariantInArray()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h28 static const X86_64InstructionSetFeatures* FromVariant(const std::string& variant, in FromVariant()
/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.cc28 const std::string& variant, std::string* error_msg ATTRIBUTE_UNUSED) { in FromVariant()
/art/tools/checker/file_format/checker/
Dparser.py105 def ParseCheckerAssertion(parent, line, variant, lineNo): argument
Dstruct.py80 def __init__(self, parent, variant, originalText, lineNo): argument
138 def __init__(self, variant, name, text): argument
Dtest.py78 def parseAssertion(self, string, variant=""): argument
108 def assertVariantNotEqual(self, string, variant): argument
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc28 const std::string& variant, std::string* error_msg) { in FromVariant()
/art/runtime/arch/mips/
Dinstruction_set_features_mips.cc67 const std::string& variant, std::string* error_msg ATTRIBUTE_UNUSED) { in FromVariant()
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc37 const std::string& variant, std::string* error_msg) { in FromVariant()
/art/compiler/linker/
Drelative_patcher_test.h43 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest()
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc58 const std::string& variant, std::string* error_msg ATTRIBUTE_UNUSED, in FromVariant()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc26 explicit Arm64RelativePatcherTest(const std::string& variant) in Arm64RelativePatcherTest()
/art/compiler/optimizing/
Dcode_generator_arm64.cc2987 static inline bool HasSwappedInputs(SelectVariant variant) { in HasSwappedInputs()
2991 static inline Condition GetConditionForSelect(HCondition* condition, SelectVariant variant) { in GetConditionForSelect()
3029 SelectVariant variant = GetSelectVariant(select); in VisitSelect() local