Home
last modified time | relevance | path

Searched defs:isa_str (Results 1 – 6 of 6) sorted by relevance

/art/runtime/arch/
Dinstruction_set.cc48 InstructionSet GetInstructionSetFromString(const char* isa_str) { in GetInstructionSetFromString()
/art/compiler/jni/
Djni_cfi_test.cc39 void TestImpl(InstructionSet isa, const char* isa_str, in TestImpl()
/art/compiler/optimizing/
Doptimizing_cfi_test.cc92 const char* isa_str, in Check()
109 isa_str, in TestImpl()
/art/compiler/
Dcfi_test.h37 void GenerateExpected(FILE* f, InstructionSet isa, const char* isa_str, in GenerateExpected()
/art/runtime/
Dparsed_options.cc343 const char* isa_str = reinterpret_cast<const char*>(options[i].second); in ProcessSpecialOptions() local
/art/patchoat/
Dpatchoat.cc1276 const char* isa_str = option.substr(strlen("--instruction-set=")).data(); in patchoat() local