/aosp_15_r20/art/dex2oat/driver/ |
H A D | compiled_method.cc | 25 InstructionSet instruction_set, in CompiledCode() 53 size_t CompiledCode::AlignCode(size_t offset, InstructionSet instruction_set) { in AlignCode() 62 InstructionSet instruction_set, in CompiledMethod() 75 InstructionSet instruction_set, in SwapAllocCompiledMethod()
|
/aosp_15_r20/art/compiler/ |
H A D | common_compiler_test.cc | 53 InstructionSet instruction_set) { in CodeAndMetadata() 134 CompiledMethod* CreateCompiledMethod(InstructionSet instruction_set, in CreateCompiledMethod() 189 InstructionSet instruction_set, in CreateCompilerOptions() 213 InstructionSet instruction_set) { in MakeExecutable() 248 void CommonCompilerTestImpl::OverrideInstructionSetFeatures(InstructionSet instruction_set, in OverrideInstructionSetFeatures()
|
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | dexopt.cpp | 998 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path() 1122 const char* instruction_set, bool is_public, int uid, in open_vdex_files_for_dex2oat() 1203 const char* instruction_set, bool is_secondary_dex) { in open_oat_out_file() 1224 const std::string& instruction_set, in maybe_open_oat_and_vdex_file() 1262 const std::string& instruction_set, in RunDexoptAnalyzer() 1343 const char* instruction_set) { in prepare_secondary_dex_oat_dir() 1635 const char* instruction_set, const char* compiler_filter, bool* is_public_out, in process_secondary_dex_dexopt() 1787 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt() 2363 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab() 2429 int64_t delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex() [all …]
|
H A D | installd.cpp | 55 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 D | otapreopt.cpp | 605 const char *instruction_set) { in calculate_oat_file_path() 643 const char *instruction_set) { in calculate_odex_file_path() 674 const char *instruction_set) { in create_cache_path()
|
H A D | run_dex2oat.cpp | 75 const char* instruction_set, in Initialize() 179 const char* instruction_set, in PrepareCompilerConfigFlags()
|
H A D | otapreopt_parameters.h | 38 const char* instruction_set; variable
|
/aosp_15_r20/frameworks/native/cmds/installd/tests/fuzzers/ |
H A D | InstalldServiceFuzzer.cpp | 29 const char* instruction_set) { in calculate_oat_file_path() 34 const char* instruction_set) { in calculate_odex_file_path() 38 bool create_cache_path(char path[PKG_PATH_MAX], const char* src, const char* instruction_set) { in create_cache_path()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | transpose_folding_test.cc | 266 absl::flat_hash_set<HloInstruction*> instruction_set( in TEST_F() local 324 absl::flat_hash_set<HloInstruction*> instruction_set( in TEST_F() local 387 absl::flat_hash_set<HloInstruction*> instruction_set( in TEST_F() local 456 absl::flat_hash_set<HloInstruction*> instruction_set( in TEST_F() local
|
/aosp_15_r20/art/libnativebridge/ |
H A D | native_bridge.cc | 295 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge() 319 static void MountCpuinfoForInstructionSet(const char* instruction_set) { in MountCpuinfoForInstructionSet() 362 bool PreInitializeNativeBridge(const char* app_data_dir_in, const char* instruction_set) { in PreInitializeNativeBridge() 479 bool InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
|
H A D | native_bridge_lazy.cc | 47 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge() 52 bool PreInitializeNativeBridge(const char* app_data_dir, const char* instruction_set) { in PreInitializeNativeBridge()
|
/aosp_15_r20/art/disassembler/ |
H A D | disassembler.cc | 49 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() 88 Disassembler* create_disassembler(InstructionSet instruction_set, DisassemblerOptions* options) { in create_disassembler()
|
/aosp_15_r20/art/runtime/native/ |
H A D | dalvik_system_DexFile.cc | 567 const char* instruction_set, in GetDexOptNeeded() 640 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileStatus() local 674 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOptimizationStatus() local 713 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexOptNeeded() local 892 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOutputPaths() local
|
/aosp_15_r20/test/dittosuite/test/ |
H A D | read_file_test.cpp | 179 auto instruction_set = in TEST_F() local 218 auto instruction_set = in TEST_F() local 257 auto instruction_set = in TEST_F() local
|
H A D | write_file_test.cpp | 177 auto instruction_set = in TEST_F() local 216 auto instruction_set = in TEST_F() local 255 auto instruction_set = in TEST_F() local
|
/aosp_15_r20/art/compiler/utils/ |
H A D | jni_macro_assembler.cc | 52 InstructionSet instruction_set, in Create() 79 InstructionSet instruction_set, in Create()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generation_data.h | 41 InstructionSet instruction_set) { in Create() 111 CodeGenerationData(ScopedArenaAllocator&& allocator, InstructionSet instruction_set) in CodeGenerationData()
|
H A D | optimizing_compiler.cc | 438 static bool IsInstructionSetSupported(InstructionSet instruction_set) { in IsInstructionSetSupported() 770 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompile() local 976 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompileIntrinsic() local
|
/aosp_15_r20/art/compiler/jni/quick/ |
H A D | calling_convention.cc | 53 InstructionSet instruction_set) { in Create() 154 InstructionSet instruction_set) { in Create()
|
/aosp_15_r20/art/runtime/oat/ |
H A D | oat.cc | 45 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create() 62 OatHeader::OatHeader(InstructionSet instruction_set, in OatHeader()
|
/aosp_15_r20/frameworks/libs/binary_translation/native_bridge/ |
D | native_bridge.cc | 399 const char* instruction_set) { in native_bridge_initialize() 518 const char* instruction_set) { in native_bridge_getAppEnv()
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | multi_oat_relative_patcher.cc | 36 MultiOatRelativePatcher::MultiOatRelativePatcher(InstructionSet instruction_set, in MultiOatRelativePatcher()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | folding_rules.h | 100 uint32_t instruction_set; member
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | folding_rules.h | 100 uint32_t instruction_set; member
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.h | 100 uint32_t instruction_set; member
|