Home
last modified time | relevance | path

Searched refs:isa_string (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/riscv64/
Dinstruction_set_features_riscv64.cc128 std::string_view isa_string = features.front(); in AddFeaturesFromSplitString() local
131 if (isa_string.substr(0, ext_string.length()) == ext_string) { in AddFeaturesFromSplitString()
132 isa_string.remove_prefix(ext_string.length()); in AddFeaturesFromSplitString()
136 if (!isa_string.empty()) { in AddFeaturesFromSplitString()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc428 ScopedUtfChars isa_string(env, instruction_set); in ZygoteHooks_nativePostForkChild() local
429 InstructionSet isa = GetInstructionSetFromString(isa_string.c_str()); in ZygoteHooks_nativePostForkChild()
434 runtime->InitNonZygoteOrPostFork(env, is_system_server, is_zygote, action, isa_string.c_str()); in ZygoteHooks_nativePostForkChild()
Ddalvik_system_VMRuntime.cc227 const char* isa_string = GetInstructionSetString(isa); in VMRuntime_vmInstructionSet() local
228 return env->NewStringUTF(isa_string); in VMRuntime_vmInstructionSet()
/art/compiler/optimizing/
Doptimizing_compiler.cc416 std::string isa_string = in DumpInstructionSetFeaturesToCfg() local
431 isa_string + ' ' + features_string + ' ' + read_barrier_string); in DumpInstructionSetFeaturesToCfg()