Home
last modified time | relevance | path

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

12

/art/compiler/
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()
Dcommon_compiler_test.cc48 InstructionSet instruction_set, const std::string& variant) { in CreateCompilerOptions()
147 void CommonCompilerTest::OverrideInstructionSetFeatures(InstructionSet instruction_set, in OverrideInstructionSetFeatures()
/art/compiler/utils/
Djni_macro_assembler.cc45 InstructionSet instruction_set, in Create()
71 InstructionSet instruction_set, in Create()
/art/disassembler/
Ddisassembler.cc45 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create()
79 Disassembler* create_disassembler(InstructionSet instruction_set, DisassemblerOptions* options) { in create_disassembler()
/art/libnativebridge/
Dnative_bridge_lazy.cc53 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge()
58 bool PreInitializeNativeBridge(const char* app_data_dir, const char* instruction_set) { in PreInitializeNativeBridge()
68 bool InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
Dnative_bridge.cc258 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge()
266 bool PreInitializeNativeBridge(const char* app_data_dir_in, const char* instruction_set) { in PreInitializeNativeBridge()
424 bool InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.cc36 MultiOatRelativePatcher::MultiOatRelativePatcher(InstructionSet instruction_set, in MultiOatRelativePatcher()
Drelative_patcher.cc38 InstructionSet instruction_set, in Create()
Drelative_patcher_test.h41 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest()
Doat_writer.cc759 InstructionSet instruction_set = compiler_options_.GetInstructionSet(); in PrepareLayout() local
2210 InstructionSet instruction_set = compiler_options_.GetInstructionSet(); in InitOatCode() local
2330 void OatWriter::InitBssLayout(InstructionSet instruction_set) { in InitBssLayout()
3024 InstructionSet instruction_set = compiler_options_.GetInstructionSet(); in WriteCode() local
/art/compiler/jni/quick/
Dcalling_convention.cc48 InstructionSet instruction_set) { in Create()
138 InstructionSet instruction_set) { in Create()
Djni_compiler.h33 JniCompiledMethod(InstructionSet instruction_set, in JniCompiledMethod()
Djni_compiler.cc124 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in ArtJniCompileMethodInternal() local
/art/runtime/
Dnative_bridge_art_interface.cc117 void InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
Doat.cc48 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create()
65 OatHeader::OatHeader(InstructionSet instruction_set, in OatHeader()
Dstack_map.h141 ALWAYS_INLINE uint32_t GetNativePcOffset(InstructionSet instruction_set) const { in GetNativePcOffset()
/art/compiler/optimizing/
Dstack_map_stream.h39 explicit StackMapStream(ScopedArenaAllocator* allocator, InstructionSet instruction_set) in StackMapStream()
Doptimizing_compiler.cc458 static bool IsInstructionSetSupported(InstructionSet instruction_set) { in IsInstructionSetSupported()
739 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompile() local
907 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompileIntrinsic() local
Dcode_generator.cc143 InstructionSet instruction_set) { in Create()
197 CodeGenerationData(ScopedArenaAllocator&& allocator, InstructionSet instruction_set) in CodeGenerationData()
/art/compiler/jit/
Djit_compiler.cc71 const InstructionSet instruction_set = compiler_options_->GetInstructionSet(); in ParseCompilerOptions() local
/art/runtime/native/
Ddalvik_system_DexFile.cc527 const char* instruction_set, in GetDexOptNeeded()
596 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileStatus() local
626 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOptimizationStatus() local
677 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexOptNeeded() local
818 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOutputPaths() local
Ddalvik_system_ZygoteHooks.cc294 jstring instruction_set) { in ZygoteHooks_nativePostForkChild()
/art/cmdline/
Dcmdline.h90 InstructionSet instruction_set, in StartRuntime()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc277 InstructionSet instruction_set) in ArmBaseRelativePatcher()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc611 InstructionSet instruction_set = driver_->GetCompilerOptions().GetInstructionSet(); in CompileMethod() local

12