/art/compiler/ |
D | compiled_method.cc | 26 InstructionSet instruction_set, in CompiledCode() 54 size_t CompiledCode::AlignCode(size_t offset, InstructionSet instruction_set) { in AlignCode() 62 size_t CompiledCode::CodeDelta(InstructionSet instruction_set) { in CodeDelta() 81 const void* CompiledCode::CodePointer(const void* code_pointer, InstructionSet instruction_set) { in CodePointer() 103 InstructionSet instruction_set, in CompiledMethod() 124 InstructionSet instruction_set, in SwapAllocCompiledMethod()
|
D | common_compiler_test.cc | 166 const InstructionSet instruction_set = kRuntimeISA; in SetUp() local
|
/art/compiler/utils/ |
D | jni_macro_assembler.cc | 51 InstructionSet instruction_set, in Create() 86 InstructionSet instruction_set, in Create()
|
/art/disassembler/ |
D | disassembler.cc | 38 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() 66 Disassembler* create_disassembler(InstructionSet instruction_set, DisassemblerOptions* options) { in create_disassembler()
|
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.cc | 27 MultiOatRelativePatcher::MultiOatRelativePatcher(InstructionSet instruction_set, in MultiOatRelativePatcher()
|
D | elf_writer_quick.cc | 146 std::unique_ptr<ElfWriter> CreateElfWriterQuick(InstructionSet instruction_set, in CreateElfWriterQuick() 164 ElfWriterQuick<ElfTypes>::ElfWriterQuick(InstructionSet instruction_set, in ElfWriterQuick()
|
D | oat_writer.cc | 647 InstructionSet instruction_set, in WriteAndOpenDexFiles() 710 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in PrepareLayout() local 2237 size_t OatWriter::InitOatHeader(InstructionSet instruction_set, in InitOatHeader() 2424 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in InitOatCode() local 2520 void OatWriter::InitBssLayout(InstructionSet instruction_set) { in InitBssLayout() 3264 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in WriteCode() local
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 54 InstructionSet instruction_set) { in Create() 156 InstructionSet instruction_set) { in Create()
|
D | jni_compiler.h | 33 JniCompiledMethod(InstructionSet instruction_set, in JniCompiledMethod()
|
D | jni_compiler.cc | 126 InstructionSet instruction_set = driver->GetInstructionSet(); in ArtJniCompileMethodInternal() local
|
/art/runtime/ |
D | stack_map.cc | 121 InstructionSet instruction_set, in Dump() 197 InstructionSet instruction_set, in Dump()
|
D | native_bridge_art_interface.cc | 113 void InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
|
D | oat.cc | 50 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create() 67 OatHeader::OatHeader(InstructionSet instruction_set, in OatHeader()
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 468 const char* instruction_set, in GetDexOptNeeded() 535 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileStatus() local 565 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOptimizationStatus() local 616 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexOptNeeded() local 757 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOutputPaths() local
|
D | dalvik_system_ZygoteHooks.cc | 288 jstring instruction_set) { in ZygoteHooks_nativePostForkChild()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 106 const InstructionSet instruction_set = kRuntimeISA; in JitCompiler() local
|
/art/compiler/linker/ |
D | relative_patcher.cc | 44 InstructionSet instruction_set, in Create()
|
D | relative_patcher_test.h | 43 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest()
|
/art/compiler/optimizing/ |
D | register_allocator.cc | 72 InstructionSet instruction_set) { in CanAllocateRegistersFor()
|
D | optimizing_compiler.cc | 432 static bool IsInstructionSetSupported(InstructionSet instruction_set) { in IsInstructionSetSupported() 746 InstructionSet instruction_set = compiler_driver->GetInstructionSet(); in TryCompile() local 891 InstructionSet instruction_set = compiler_driver->GetInstructionSet(); in TryCompileIntrinsic() local
|
D | stack_map_stream.h | 63 explicit StackMapStream(ScopedArenaAllocator* allocator, InstructionSet instruction_set) in StackMapStream()
|
D | code_generator.cc | 150 InstructionSet instruction_set) { in Create() 204 CodeGenerationData(ScopedArenaAllocator&& allocator, InstructionSet instruction_set) in CodeGenerationData() 774 InstructionSet instruction_set, in Create()
|
/art/cmdline/ |
D | cmdline.h | 88 static Runtime* StartRuntime(const char* boot_image_location, InstructionSet instruction_set) { in StartRuntime()
|
/art/compiler/linker/arm/ |
D | relative_patcher_arm_base.cc | 271 InstructionSet instruction_set) in ArmBaseRelativePatcher()
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 611 InstructionSet instruction_set = driver_->GetInstructionSet(); in CompileMethod() local
|