Home
last modified time | relevance | path

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

12

/art/dex2oat/driver/
Dcompiled_method.cc25 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()
Dcompiled_method_storage.cc257 InstructionSet instruction_set, in CreateCompiledMethod()
/art/disassembler/
Ddisassembler.cc49 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create()
88 Disassembler* create_disassembler(InstructionSet instruction_set, DisassemblerOptions* options) { in create_disassembler()
/art/compiler/
Dcommon_compiler_test.cc53 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()
/art/libnativebridge/
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()
Dnative_bridge.cc297 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge()
321 static void MountCpuinfoForInstructionSet(const char* instruction_set) { in MountCpuinfoForInstructionSet()
364 bool PreInitializeNativeBridge(const char* app_data_dir_in, const char* instruction_set) { in PreInitializeNativeBridge()
481 bool InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
/art/compiler/utils/
Djni_macro_assembler.cc52 InstructionSet instruction_set, in Create()
79 InstructionSet instruction_set, in Create()
/art/compiler/optimizing/
Dcode_generation_data.h41 InstructionSet instruction_set) { in Create()
111 CodeGenerationData(ScopedArenaAllocator&& allocator, InstructionSet instruction_set) in CodeGenerationData()
Dstack_map_stream.h42 explicit StackMapStream(ScopedArenaAllocator* allocator, InstructionSet instruction_set) in StackMapStream()
Doptimizing_compiler.cc438 static bool IsInstructionSetSupported(InstructionSet instruction_set) { in IsInstructionSetSupported()
815 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompile() local
1032 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompileIntrinsic() local
/art/compiler/jni/quick/
Dcalling_convention.cc53 InstructionSet instruction_set) { in Create()
154 InstructionSet instruction_set) { in Create()
Djni_compiler.h35 JniCompiledMethod(InstructionSet instruction_set, in JniCompiledMethod()
Djni_compiler.cc89 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in ArtJniCompileMethodInternal() local
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.cc36 MultiOatRelativePatcher::MultiOatRelativePatcher(InstructionSet instruction_set, in MultiOatRelativePatcher()
Drelative_patcher.cc41 InstructionSet instruction_set, in Create()
Drelative_patcher_test.h41 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest()
/art/runtime/
Dnative_bridge_art_interface.cc117 void InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
/art/compiler/jit/
Djit_compiler.cc81 const InstructionSet instruction_set = compiler_options_->GetInstructionSet(); in ParseCompilerOptions() local
/art/test/generate-boot-image/
Dgenerate-boot-image.cc97 std::string instruction_set = ""; member
/art/runtime/oat/
Doat.cc53 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create()
80 OatHeader::OatHeader(InstructionSet instruction_set, in OatHeader()
Dstack_map.h147 ALWAYS_INLINE uint32_t GetNativePcOffset(InstructionSet instruction_set) const { in GetNativePcOffset()
/art/runtime/native/
Ddalvik_system_DexFile.cc567 const char* instruction_set, in GetDexOptNeeded()
642 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOptimizationStatus() local
681 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexOptNeeded() local
860 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOutputPaths() local
Ddalvik_system_ZygoteHooks.cc300 jstring instruction_set) { in ZygoteHooks_nativePostForkChild()
/art/cmdline/
Dcmdline.h49 InstructionSet instruction_set, in StartRuntime()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc277 InstructionSet instruction_set) in ArmBaseRelativePatcher()

12