Home
last modified time | relevance | path

Searched defs:instruction_set (Results 1 – 25 of 25) sorted by relevance

/art/compiler/
Dcompiled_method.cc22 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 …]
Doat_test.cc194 InstructionSet instruction_set = kX86; in TEST_F() local
Dcommon_compiler_test.cc287 InstructionSet instruction_set = kRuntimeISA; in SetUp() local
Doat_writer.cc832 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in InitOatCode() local
1045 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in WriteCode() local
/art/disassembler/
Ddisassembler.cc30 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create()
/art/compiler/jni/quick/
Dcalling_convention.cc32 bool is_static, bool is_synchronized, const char* shorty, InstructionSet instruction_set) { in Create()
105 InstructionSet instruction_set) { in Create()
Djni_compiler.cc65 InstructionSet instruction_set = driver->GetInstructionSet(); in ArtJniCompileMethodInternal() local
/art/compiler/sea_ir/code_gen/
Dcode_gen_data.cc32 std::string CodeGenData::GetElf(art::InstructionSet instruction_set) { in GetElf()
/art/compiler/optimizing/
Dregister_allocator.h68 static bool Supports(InstructionSet instruction_set) { in Supports()
Doptimizing_compiler.cc81 InstructionSet instruction_set = GetCompilerDriver()->GetInstructionSet(); in TryCompile() local
Dcode_generator.cc256 InstructionSet instruction_set) { in Create()
Dregister_allocator.cc48 InstructionSet instruction_set) { in CanAllocateRegistersFor()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc113 jstring instruction_set) { in ZygoteHooks_nativePostForkChild()
Ddalvik_system_DexFile.cc379 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
Ddalvik_system_VMRuntime.cc526 ScopedUtfChars instruction_set(env, java_instruction_set); in VMRuntime_isBootClassPathOnDisk() local
/art/runtime/
Dnative_bridge_art_interface.cc127 void InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
Doat.cc41 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create()
62 OatHeader::OatHeader(InstructionSet instruction_set, in OatHeader()
Druntime.cc1281 void Runtime::SetInstructionSet(InstructionSet instruction_set) { in SetInstructionSet()
1434 std::string instruction_set("--instruction-set="); in AddCurrentRuntimeFeaturesAsDex2OatArguments() local
Dclass_linker.cc1069 const InstructionSet instruction_set) { in VerifyOatImageChecksum()
1088 const InstructionSet instruction_set, in VerifyOatChecksums()
1137 const InstructionSet instruction_set, in VerifyOatAndDexFileChecksums()
/art/dex2oat/
Ddex2oat.cc248 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/
Dcompiler_ir.h66 InstructionSet instruction_set; member
Dfrontend.cc536 static bool CanCompileShorty(const char* shorty, InstructionSet instruction_set) { in CanCompileShorty()
/art/compiler/utils/
Dassembler.cc107 Assembler* Assembler::Create(InstructionSet instruction_set) { in Create()
/art/compiler/driver/
Dcompiler_driver.cc336 InstructionSet instruction_set, in CompilerDriver()
2229 void CompilerDriver::InstructionSetToLLVMTarget(InstructionSet instruction_set, in InstructionSetToLLVMTarget()
/art/oatdump/
Doatdump.cc1706 InstructionSet instruction_set = kRuntimeISA; in oatdump() local