/art/compiler/ |
D | compiled_method.cc | 25 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() 80 const void* CompiledCode::CodePointer(const void* code_pointer, InstructionSet instruction_set) { in CodePointer() 102 InstructionSet instruction_set, in CompiledMethod() 115 InstructionSet instruction_set, in SwapAllocCompiledMethod()
|
D | common_compiler_test.cc | 134 void CommonCompilerTest::OverrideInstructionSetFeatures(InstructionSet instruction_set, in OverrideInstructionSetFeatures()
|
/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 | 49 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() 91 Disassembler* create_disassembler(InstructionSet instruction_set, DisassemblerOptions* options) { in create_disassembler()
|
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.cc | 36 MultiOatRelativePatcher::MultiOatRelativePatcher(InstructionSet instruction_set, in MultiOatRelativePatcher()
|
D | relative_patcher.cc | 44 InstructionSet instruction_set, in Create()
|
D | relative_patcher_test.h | 42 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest()
|
D | oat_writer.cc | 732 InstructionSet instruction_set = compiler_options_.GetInstructionSet(); in PrepareLayout() local 2192 InstructionSet instruction_set = compiler_options_.GetInstructionSet(); in InitOatCode() local 2308 void OatWriter::InitBssLayout(InstructionSet instruction_set) { in InitBssLayout() 3069 InstructionSet instruction_set = compiler_options_.GetInstructionSet(); in WriteCode() local
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 56 InstructionSet instruction_set) { in Create() 158 InstructionSet instruction_set) { in Create()
|
D | jni_compiler.h | 33 JniCompiledMethod(InstructionSet instruction_set, in JniCompiledMethod()
|
D | jni_compiler.cc | 126 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in ArtJniCompileMethodInternal() local
|
/art/runtime/ |
D | native_bridge_art_interface.cc | 113 void InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
|
D | oat.cc | 48 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create() 65 OatHeader::OatHeader(InstructionSet instruction_set, in OatHeader()
|
D | stack_map.h | 141 ALWAYS_INLINE uint32_t GetNativePcOffset(InstructionSet instruction_set) const { in GetNativePcOffset()
|
/art/compiler/optimizing/ |
D | stack_map_stream.h | 39 explicit StackMapStream(ScopedArenaAllocator* allocator, InstructionSet instruction_set) in StackMapStream()
|
D | register_allocator.cc | 72 InstructionSet instruction_set) { in CanAllocateRegistersFor()
|
D | optimizing_compiler.cc | 449 static bool IsInstructionSetSupported(InstructionSet instruction_set) { in IsInstructionSetSupported() 788 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompile() local 951 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompileIntrinsic() local
|
D | code_generator.cc | 149 InstructionSet instruction_set) { in Create() 203 CodeGenerationData(ScopedArenaAllocator&& allocator, InstructionSet instruction_set) in CodeGenerationData()
|
D | code_generator.h | 690 InstructionSet instruction_set = GetInstructionSet(); in CallPushesPC() local
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 526 const char* instruction_set, in GetDexOptNeeded() 593 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileStatus() local 623 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOptimizationStatus() local 674 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexOptNeeded() local 815 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOutputPaths() local
|
D | dalvik_system_ZygoteHooks.cc | 281 jstring instruction_set) { in ZygoteHooks_nativePostForkChild()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 67 const InstructionSet instruction_set = compiler_options_->GetInstructionSet(); in ParseCompilerOptions() local
|
/art/cmdline/ |
D | cmdline.h | 90 InstructionSet instruction_set, in StartRuntime()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.cc | 277 InstructionSet instruction_set) in ArmBaseRelativePatcher()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 611 InstructionSet instruction_set = driver_->GetCompilerOptions().GetInstructionSet(); in CompileMethod() local
|