Home
last modified time | relevance | path

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

12

/art/compiler/
Dcompiled_method.cc25 CompiledCode::CompiledCode(CompilerDriver* compiler_driver, 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()
81 InstructionSet instruction_set) { in CodePointer()
103 InstructionSet instruction_set, in CompiledMethod()
124 InstructionSet instruction_set, in SwapAllocCompiledMethod()
Delf_writer_quick.cc134 std::unique_ptr<ElfWriter> CreateElfWriterQuick(InstructionSet instruction_set, in CreateElfWriterQuick()
152 ElfWriterQuick<ElfTypes>::ElfWriterQuick(InstructionSet instruction_set, in ElfWriterQuick()
Dcommon_compiler_test.cc164 const InstructionSet instruction_set = kRuntimeISA; in SetUp() local
Doat_writer.cc484 InstructionSet instruction_set, in WriteAndOpenDexFiles()
568 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in PrepareLayout() local
1714 size_t OatWriter::InitOatHeader(InstructionSet instruction_set, in InitOatHeader()
1787 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in InitOatCode() local
1835 void OatWriter::InitBssLayout(InstructionSet instruction_set) { in InitBssLayout()
2255 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in WriteCode() local
/art/compiler/utils/
Djni_macro_assembler.cc51 InstructionSet instruction_set, in Create()
86 InstructionSet instruction_set, in Create()
/art/disassembler/
Ddisassembler.cc38 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create()
64 Disassembler* create_disassembler(InstructionSet instruction_set, DisassemblerOptions* options) { in create_disassembler()
/art/compiler/linker/
Dmulti_oat_relative_patcher.cc26 MultiOatRelativePatcher::MultiOatRelativePatcher(InstructionSet instruction_set, in MultiOatRelativePatcher()
Drelative_patcher.cc43 InstructionSet instruction_set, in Create()
Drelative_patcher_test.h42 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest()
/art/compiler/jni/quick/
Dcalling_convention.cc54 InstructionSet instruction_set) { in Create()
154 InstructionSet instruction_set) { in Create()
Djni_compiler.cc130 InstructionSet instruction_set = driver->GetInstructionSet(); in ArtJniCompileMethodInternal() local
/art/runtime/
Dstack_map.cc121 InstructionSet instruction_set, in Dump()
197 InstructionSet instruction_set, in Dump()
Dnative_bridge_art_interface.cc113 void InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
Doat.cc49 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create()
66 OatHeader::OatHeader(InstructionSet instruction_set, in OatHeader()
Druntime.cc1943 void Runtime::SetInstructionSet(InstructionSet instruction_set) { in SetInstructionSet()
2168 std::string instruction_set("--instruction-set="); in AddCurrentRuntimeFeaturesAsDex2OatArguments() local
/art/runtime/native/
Ddalvik_system_DexFile.cc457 const char* instruction_set, in GetDexOptNeeded()
505 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileStatus() local
535 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexOptNeeded() local
669 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOutputPaths() local
Ddalvik_system_ZygoteHooks.cc262 jstring instruction_set) { in ZygoteHooks_nativePostForkChild()
/art/compiler/jit/
Djit_compiler.cc120 const InstructionSet instruction_set = kRuntimeISA; in JitCompiler() local
/art/compiler/optimizing/
Dregister_allocator.cc54 InstructionSet instruction_set) { in CanAllocateRegistersFor()
Dstack_map_stream.h64 InstructionSet instruction_set) in StackMapStream()
Doptimizing_compiler.cc442 static bool IsInstructionSetSupported(InstructionSet instruction_set) { in IsInstructionSetSupported()
624 void OptimizingCompiler::RunArchOptimizations(InstructionSet instruction_set, in RunArchOptimizations()
894 InstructionSet instruction_set = compiler_driver->GetInstructionSet(); in TryCompile() local
Dscheduler.h472 HInstructionScheduling(HGraph* graph, InstructionSet instruction_set) in HInstructionScheduling()
/art/compiler/dex/
Ddex_to_dex_compiler.cc356 InstructionSet instruction_set = driver->GetInstructionSet(); in ArtCompileDEX() local
/art/cmdline/
Dcmdline.h85 static Runtime* StartRuntime(const char* boot_image_location, InstructionSet instruction_set) { in StartRuntime()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc206 InstructionSet instruction_set) in ArmBaseRelativePatcher()

12