Home
last modified time | relevance | path

Searched defs:instruction_set (Results 1 – 25 of 27) 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.cc129 std::unique_ptr<ElfWriter> CreateElfWriterQuick(InstructionSet instruction_set, in CreateElfWriterQuick()
147 ElfWriterQuick<ElfTypes>::ElfWriterQuick(InstructionSet instruction_set, in ElfWriterQuick()
Doat_writer.cc419 InstructionSet instruction_set, in WriteAndOpenDexFiles()
484 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in PrepareLayout() local
1372 size_t OatWriter::InitOatHeader(InstructionSet instruction_set, in InitOatHeader()
1435 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in InitOatCode() local
1711 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in WriteCode() local
Dcommon_compiler_test.cc156 const InstructionSet instruction_set = kRuntimeISA; in SetUp() local
/art/disassembler/
Ddisassembler.cc30 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create()
58 Disassembler* create_disassembler(InstructionSet instruction_set, DisassemblerOptions* options) { in create_disassembler()
/art/compiler/jni/quick/
Dcalling_convention.cc54 InstructionSet instruction_set) { in Create()
153 InstructionSet instruction_set) { in Create()
Djni_compiler.cc70 InstructionSet instruction_set = driver->GetInstructionSet(); in ArtJniCompileMethodInternal() local
/art/compiler/linker/
Dmulti_oat_relative_patcher.cc26 MultiOatRelativePatcher::MultiOatRelativePatcher(InstructionSet instruction_set, in MultiOatRelativePatcher()
Drelative_patcher.cc37 InstructionSet instruction_set, in Create()
Drelative_patcher_test.h43 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest()
/art/runtime/native/
Ddalvik_system_DexFile.cc352 const char* instruction_set, in GetDexOptNeeded()
400 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileStatus() local
457 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexOptNeeded() local
566 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOutputPath() local
Ddalvik_system_ZygoteHooks.cc163 jstring instruction_set) { in ZygoteHooks_nativePostForkChild()
Ddalvik_system_VMRuntime.cc611 ScopedUtfChars instruction_set(env, java_instruction_set); in VMRuntime_isBootClassPathOnDisk() local
/art/runtime/
Dnative_bridge_art_interface.cc110 void InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
Doat.cc46 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create()
63 OatHeader::OatHeader(InstructionSet instruction_set, in OatHeader()
Druntime.cc1699 void Runtime::SetInstructionSet(InstructionSet instruction_set) { in SetInstructionSet()
1915 std::string instruction_set("--instruction-set="); in AddCurrentRuntimeFeaturesAsDex2OatArguments() local
/art/compiler/optimizing/
Doptimizing_compiler.cc371 static bool IsInstructionSetSupported(InstructionSet instruction_set) { in IsInstructionSetSupported()
383 static bool InstructionSetSupportsReadBarrier(InstructionSet instruction_set) { in InstructionSetSupportsReadBarrier()
429 static void RunArchOptimizations(InstructionSet instruction_set, in RunArchOptimizations()
622 InstructionSet instruction_set = compiler_driver->GetInstructionSet(); in TryCompile() local
Dcode_generator.h552 InstructionSet instruction_set = GetInstructionSet(); in CallPushesPC() local
Dgraph_visualizer.cc101 HGraphVisualizerDisassembler(InstructionSet instruction_set, in HGraphVisualizerDisassembler()
Dcode_generator.cc557 InstructionSet instruction_set, in Create()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc80 InstructionSet instruction_set, in ArmBaseRelativePatcher()
/art/compiler/jit/
Djit_compiler.cc117 const InstructionSet instruction_set = kRuntimeISA; in JitCompiler() local
/art/compiler/utils/
Dassembler.cc126 InstructionSet instruction_set, in Create()
/art/compiler/dex/
Ddex_to_dex_compiler.cc353 InstructionSet instruction_set = driver->GetInstructionSet(); in ArtCompileDEX() local
/art/cmdline/
Dcmdline.h83 static Runtime* StartRuntime(const char* boot_image_location, InstructionSet instruction_set) { in StartRuntime()

12