/art/compiler/ |
D | compiled_method.cc | 22 CompiledCode::CompiledCode(CompilerDriver* compiler_driver, InstructionSet instruction_set, in CompiledCode() 29 CompiledCode::CompiledCode(CompilerDriver* compiler_driver, InstructionSet instruction_set, in CompiledCode() 84 uint32_t CompiledCode::AlignCode(uint32_t offset, InstructionSet instruction_set) { in AlignCode() 92 size_t CompiledCode::CodeDelta(InstructionSet instruction_set) { in CodeDelta() 111 InstructionSet instruction_set) { in CodePointer() 146 InstructionSet instruction_set, in CompiledMethod() 164 InstructionSet instruction_set, in CompiledMethod() 179 CompiledMethod::CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, in CompiledMethod() 189 CompiledMethod::CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, in CompiledMethod()
|
D | oat_test.cc | 194 InstructionSet instruction_set = kX86; in TEST_F() local
|
D | common_compiler_test.cc | 292 InstructionSet instruction_set = kRuntimeISA; in SetUp() local
|
D | oat_writer.cc | 823 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in InitOatCode() local 1036 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() 105 InstructionSet instruction_set) { in Create()
|
D | jni_compiler.cc | 65 InstructionSet instruction_set = driver->GetInstructionSet(); in ArtJniCompileMethodInternal() local
|
/art/compiler/sea_ir/code_gen/ |
D | code_gen_data.cc | 32 std::string CodeGenData::GetElf(art::InstructionSet instruction_set) { in GetElf()
|
/art/compiler/optimizing/ |
D | register_allocator.h | 68 static bool Supports(InstructionSet instruction_set) { in Supports()
|
D | optimizing_compiler.cc | 81 InstructionSet instruction_set = GetCompilerDriver()->GetInstructionSet(); in TryCompile() local
|
D | code_generator.cc | 256 InstructionSet instruction_set) { in Create()
|
D | register_allocator.cc | 48 InstructionSet instruction_set) { in CanAllocateRegistersFor()
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 107 jstring instruction_set) { in ZygoteHooks_nativePostForkChild()
|
D | dalvik_system_DexFile.cc | 369 const char* pkgname, const char* instruction_set, const jboolean defer) { in CopyProfileFile() 570 ScopedUtfChars instruction_set(env, javaInstructionSet); in CopyProfileFile() local 581 const char* instruction_set = GetInstructionSetString(kRuntimeISA); in CopyProfileFile() local
|
D | dalvik_system_VMRuntime.cc | 526 ScopedUtfChars instruction_set(env, java_instruction_set); in VMRuntime_isBootClassPathOnDisk() local
|
/art/runtime/ |
D | native_bridge_art_interface.cc | 127 void InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
|
D | oat.cc | 41 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create() 62 OatHeader::OatHeader(InstructionSet instruction_set, in OatHeader()
|
D | runtime.cc | 1278 void Runtime::SetInstructionSet(InstructionSet instruction_set) { in SetInstructionSet() 1431 std::string instruction_set("--instruction-set="); in AddCurrentRuntimeFeaturesAsDex2OatArguments() local
|
D | class_linker.cc | 1053 const InstructionSet instruction_set) { in VerifyOatImageChecksum() 1072 const InstructionSet instruction_set, in VerifyOatChecksums() 1117 const InstructionSet instruction_set, in VerifyOatAndDexFileChecksums()
|
/art/dex2oat/ |
D | dex2oat.cc | 239 InstructionSet instruction_set, in Create() 478 InstructionSet instruction_set, in Dex2Oat() 497 bool CreateRuntime(const RuntimeOptions& runtime_options, InstructionSet instruction_set) in CreateRuntime() 851 InstructionSet instruction_set = kRuntimeISA; in dex2oat() local
|
/art/compiler/dex/ |
D | compiler_ir.h | 66 InstructionSet instruction_set; member
|
D | frontend.cc | 536 static bool CanCompileShorty(const char* shorty, InstructionSet instruction_set) { in CanCompileShorty()
|
/art/compiler/utils/ |
D | assembler.cc | 107 Assembler* Assembler::Create(InstructionSet instruction_set) { in Create()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 331 InstructionSet instruction_set, in CompilerDriver() 2125 void CompilerDriver::InstructionSetToLLVMTarget(InstructionSet instruction_set, in InstructionSetToLLVMTarget()
|
/art/oatdump/ |
D | oatdump.cc | 1691 InstructionSet instruction_set = kRuntimeISA; in oatdump() local
|