Home
last modified time | relevance | path

Searched defs:instruction_set (Results 1 – 25 of 38) sorted by relevance

12

/aosp12/art/compiler/
H A Dcompiled_method.cc25 InstructionSet instruction_set, in CompiledCode()
53 size_t CompiledCode::AlignCode(size_t offset, InstructionSet instruction_set) { in AlignCode()
61 size_t CompiledCode::CodeDelta(InstructionSet instruction_set) { in CodeDelta()
78 const void* CompiledCode::CodePointer(const void* code_pointer, InstructionSet instruction_set) { in CodePointer()
98 InstructionSet instruction_set, in CompiledMethod()
111 InstructionSet instruction_set, in SwapAllocCompiledMethod()
H A Dcommon_compiler_test.cc55 InstructionSet instruction_set) { in CodeAndMetadata()
128 InstructionSet instruction_set, const std::string& variant) { in CreateCompilerOptions()
143 InstructionSet instruction_set) { in MakeExecutable()
197 void CommonCompilerTestImpl::OverrideInstructionSetFeatures(InstructionSet instruction_set, in OverrideInstructionSetFeatures()
/aosp12/art/compiler/utils/
H A Djni_macro_assembler.cc45 InstructionSet instruction_set, in Create()
71 InstructionSet instruction_set, in Create()
/aosp12/art/disassembler/
H A Ddisassembler.cc45 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create()
79 Disassembler* create_disassembler(InstructionSet instruction_set, DisassemblerOptions* options) { in create_disassembler()
/aosp12/frameworks/native/cmds/installd/
H A Dinstalld.cpp55 const char *instruction_set) { in calculate_oat_file_path()
60 const char *instruction_set) { in calculate_odex_file_path()
64 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path()
H A Ddexopt.cpp891 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path()
1024 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat()
1119 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex) { in open_oat_out_file()
1143 const std::string& instruction_set, in maybe_open_oat_and_vdex_file()
1181 const std::string& instruction_set, in RunDexoptAnalyzer()
1262 const char* instruction_set) { in prepare_secondary_dex_oat_dir()
2199 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab()
2322 static bool is_valid_instruction_set(const std::string& instruction_set) { in is_valid_instruction_set()
2333 const char *apk_path, const char *instruction_set) { in calculate_oat_file_path_default()
2362 const char *instruction_set) { in calculate_odex_file_path_default()
[all …]
H A Dotapreopt_parameters.h38 const char* instruction_set; variable
H A Dotapreopt.cpp618 const char *instruction_set) { in calculate_oat_file_path()
656 const char *instruction_set) { in calculate_odex_file_path()
687 const char *instruction_set) { in create_cache_path()
H A Drun_dex2oat.cpp79 const char* instruction_set, in Initialize()
181 const char* instruction_set, in PrepareCompilerConfigFlags()
/aosp12/art/libnativebridge/
H A Dnative_bridge_lazy.cc47 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge()
52 bool PreInitializeNativeBridge(const char* app_data_dir, const char* instruction_set) { in PreInitializeNativeBridge()
H A Dnative_bridge.cc293 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge()
317 static void MountCpuinfoForInstructionSet(const char* instruction_set) { in MountCpuinfoForInstructionSet()
360 bool PreInitializeNativeBridge(const char* app_data_dir_in, const char* instruction_set) { in PreInitializeNativeBridge()
477 bool InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
/aosp12/art/compiler/jni/quick/
H A Dcalling_convention.cc49 InstructionSet instruction_set) { in Create()
139 InstructionSet instruction_set) { in Create()
H A Djni_compiler.h33 JniCompiledMethod(InstructionSet instruction_set, in JniCompiledMethod()
/aosp12/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher.cc36 MultiOatRelativePatcher::MultiOatRelativePatcher(InstructionSet instruction_set, in MultiOatRelativePatcher()
H A Drelative_patcher.cc38 InstructionSet instruction_set, in Create()
H A Drelative_patcher_test.h41 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest()
/aosp12/art/runtime/
H A Dnative_bridge_art_interface.cc117 void InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
H A Doat.cc48 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create()
65 OatHeader::OatHeader(InstructionSet instruction_set, in OatHeader()
/aosp12/art/runtime/native/
H A Ddalvik_system_DexFile.cc505 const char* instruction_set, in GetDexOptNeeded()
578 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileStatus() local
610 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOptimizationStatus() local
661 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexOptNeeded() local
805 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOutputPaths() local
H A Ddalvik_system_ZygoteHooks.cc300 jstring instruction_set) { in ZygoteHooks_nativePostForkChild()
/aosp12/art/compiler/optimizing/
H A Dstack_map_stream.h39 explicit StackMapStream(ScopedArenaAllocator* allocator, InstructionSet instruction_set) in StackMapStream()
H A Doptimizing_compiler.cc460 static bool IsInstructionSetSupported(InstructionSet instruction_set) { in IsInstructionSetSupported()
753 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompile() local
918 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompileIntrinsic() local
/aosp12/art/compiler/jit/
H A Djit_compiler.cc71 const InstructionSet instruction_set = compiler_options_->GetInstructionSet(); in ParseCompilerOptions() local
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp86 const char *instruction_set) { in calculate_oat_file_path()
91 const char *instruction_set) { in calculate_odex_file_path()
95 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path()
/aosp12/art/cmdline/
H A Dcmdline.h90 InstructionSet instruction_set, in StartRuntime()

12