| /art/compiler/ |
| D | compiled_method.cc | 22 CompiledCode::CompiledCode(CompilerDriver* compiler_driver, InstructionSet instruction_set, in CompiledCode() 66 size_t CompiledCode::AlignCode(size_t offset, InstructionSet instruction_set) { in AlignCode() 74 size_t CompiledCode::CodeDelta(InstructionSet instruction_set) { in CodeDelta() 94 InstructionSet instruction_set) { in CodePointer() 125 InstructionSet instruction_set, in CompiledMethod() 172 InstructionSet instruction_set, in SwapAllocCompiledMethod()
|
| D | common_compiler_test.cc | 173 const InstructionSet instruction_set = kRuntimeISA; in SetUp() local
|
| D | oat_writer.cc | 110 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in OatWriter() local 1077 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in InitOatCode() local 1328 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in WriteCode() local
|
| /art/disassembler/ |
| D | disassembler.cc | 30 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create()
|
| /art/compiler/jni/quick/ |
| D | calling_convention.cc | 32 bool is_static, bool is_synchronized, const char* shorty, InstructionSet instruction_set) { in Create() 107 InstructionSet instruction_set) { in Create()
|
| D | jni_compiler.cc | 69 InstructionSet instruction_set = driver->GetInstructionSet(); in ArtJniCompileMethodInternal() local
|
| /art/runtime/native/ |
| D | dalvik_system_DexFile.cc | 302 const char* pkgname, const char* instruction_set, const jboolean defer) { in GetDexOptNeeded() 362 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexOptNeeded() local 373 const char* instruction_set = GetInstructionSetString(kRuntimeISA); in DexFile_isDexOptNeeded() local
|
| D | dalvik_system_ZygoteHooks.cc | 145 jstring instruction_set) { in ZygoteHooks_nativePostForkChild()
|
| D | dalvik_system_VMRuntime.cc | 576 ScopedUtfChars instruction_set(env, java_instruction_set); in VMRuntime_isBootClassPathOnDisk() local
|
| /art/compiler/dex/quick/ |
| D | quick_compiler.cc | 473 static bool CanCompileShorty(const char* shorty, InstructionSet instruction_set) { in CanCompileShorty() 636 InstructionSet instruction_set = driver->GetInstructionSet(); in Compile() local
|
| /art/runtime/ |
| D | native_bridge_art_interface.cc | 125 void InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
|
| D | oat.cc | 46 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create() 67 OatHeader::OatHeader(InstructionSet instruction_set, in OatHeader()
|
| D | runtime.cc | 1502 void Runtime::SetInstructionSet(InstructionSet instruction_set) { in SetInstructionSet() 1684 std::string instruction_set("--instruction-set="); in AddCurrentRuntimeFeaturesAsDex2OatArguments() local
|
| /art/compiler/linker/ |
| D | relative_patcher.cc | 29 InstructionSet instruction_set, const InstructionSetFeatures* features, in Create()
|
| D | relative_patcher_test.h | 42 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest()
|
| /art/compiler/linker/arm/ |
| D | relative_patcher_arm_base.cc | 73 InstructionSet instruction_set, in ArmBaseRelativePatcher()
|
| /art/compiler/optimizing/ |
| D | optimizing_compiler.cc | 291 static bool IsInstructionSetSupported(InstructionSet instruction_set) { in IsInstructionSetSupported() 488 InstructionSet instruction_set = compiler_driver->GetInstructionSet(); in TryCompile() local
|
| D | code_generator.h | 400 InstructionSet instruction_set = GetInstructionSet(); in CallPushesPC() local
|
| D | code_generator.cc | 446 InstructionSet instruction_set, in Create()
|
| D | register_allocator.cc | 80 InstructionSet instruction_set) { in CanAllocateRegistersFor()
|
| /art/compiler/utils/ |
| D | assembler.cc | 112 Assembler* Assembler::Create(InstructionSet instruction_set) { in Create()
|
| /art/compiler/jit/ |
| D | jit_compiler.cc | 89 const InstructionSet instruction_set = kRuntimeISA; in JitCompiler() local
|
| /art/cmdline/ |
| D | cmdline.h | 84 InstructionSet instruction_set) { in StartRuntime()
|
| /art/compiler/dex/ |
| D | compiler_ir.h | 186 const InstructionSet instruction_set; member
|
| /art/compiler/driver/ |
| D | compiler_driver.cc | 351 InstructionSet instruction_set, in CompilerDriver()
|