/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() 82 uint32_t CompiledCode::AlignCode(uint32_t offset, InstructionSet instruction_set) { in AlignCode() 90 size_t CompiledCode::CodeDelta(InstructionSet instruction_set) { in CodeDelta() 109 InstructionSet instruction_set) { in CodePointer() 144 InstructionSet instruction_set, in CompiledMethod() 162 InstructionSet instruction_set, in CompiledMethod() 177 CompiledMethod::CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, in CompiledMethod() 188 CompiledMethod::CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, in CompiledMethod() 199 InstructionSet instruction_set, in SwapAllocCompiledMethod() [all …]
|
D | oat_test.cc | 194 InstructionSet instruction_set = kX86; in TEST_F() local
|
D | common_compiler_test.cc | 287 InstructionSet instruction_set = kRuntimeISA; in SetUp() local
|
D | oat_writer.cc | 832 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in InitOatCode() local 1045 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 | 113 jstring instruction_set) { in ZygoteHooks_nativePostForkChild()
|
D | dalvik_system_DexFile.cc | 379 const char* pkgname, const char* instruction_set, const jboolean defer) { in CopyProfileFile() 592 ScopedUtfChars instruction_set(env, javaInstructionSet); in CopyProfileFile() local 603 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 | 1281 void Runtime::SetInstructionSet(InstructionSet instruction_set) { in SetInstructionSet() 1434 std::string instruction_set("--instruction-set="); in AddCurrentRuntimeFeaturesAsDex2OatArguments() local
|
D | class_linker.cc | 1069 const InstructionSet instruction_set) { in VerifyOatImageChecksum() 1088 const InstructionSet instruction_set, in VerifyOatChecksums() 1137 const InstructionSet instruction_set, in VerifyOatAndDexFileChecksums()
|
/art/dex2oat/ |
D | dex2oat.cc | 248 InstructionSet instruction_set, in Create() 510 InstructionSet instruction_set, in Dex2Oat() 529 bool CreateRuntime(const RuntimeOptions& runtime_options, InstructionSet instruction_set) in CreateRuntime() 886 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 | 336 InstructionSet instruction_set, in CompilerDriver() 2229 void CompilerDriver::InstructionSetToLLVMTarget(InstructionSet instruction_set, in InstructionSetToLLVMTarget()
|
/art/oatdump/ |
D | oatdump.cc | 1706 InstructionSet instruction_set = kRuntimeISA; in oatdump() local
|