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()
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()
Dcommon_compiler_test.cc173 const InstructionSet instruction_set = kRuntimeISA; in SetUp() local
Doat_writer.cc110 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/
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()
107 InstructionSet instruction_set) { in Create()
Djni_compiler.cc69 InstructionSet instruction_set = driver->GetInstructionSet(); in ArtJniCompileMethodInternal() local
/art/runtime/native/
Ddalvik_system_DexFile.cc302 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
Ddalvik_system_ZygoteHooks.cc145 jstring instruction_set) { in ZygoteHooks_nativePostForkChild()
Ddalvik_system_VMRuntime.cc576 ScopedUtfChars instruction_set(env, java_instruction_set); in VMRuntime_isBootClassPathOnDisk() local
/art/compiler/dex/quick/
Dquick_compiler.cc473 static bool CanCompileShorty(const char* shorty, InstructionSet instruction_set) { in CanCompileShorty()
636 InstructionSet instruction_set = driver->GetInstructionSet(); in Compile() local
/art/runtime/
Dnative_bridge_art_interface.cc125 void InitializeNativeBridge(JNIEnv* env, const char* instruction_set) { in InitializeNativeBridge()
Doat.cc46 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create()
67 OatHeader::OatHeader(InstructionSet instruction_set, in OatHeader()
Druntime.cc1502 void Runtime::SetInstructionSet(InstructionSet instruction_set) { in SetInstructionSet()
1684 std::string instruction_set("--instruction-set="); in AddCurrentRuntimeFeaturesAsDex2OatArguments() local
/art/compiler/linker/
Drelative_patcher.cc29 InstructionSet instruction_set, const InstructionSetFeatures* features, in Create()
Drelative_patcher_test.h42 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc73 InstructionSet instruction_set, in ArmBaseRelativePatcher()
/art/compiler/optimizing/
Doptimizing_compiler.cc291 static bool IsInstructionSetSupported(InstructionSet instruction_set) { in IsInstructionSetSupported()
488 InstructionSet instruction_set = compiler_driver->GetInstructionSet(); in TryCompile() local
Dcode_generator.h400 InstructionSet instruction_set = GetInstructionSet(); in CallPushesPC() local
Dcode_generator.cc446 InstructionSet instruction_set, in Create()
Dregister_allocator.cc80 InstructionSet instruction_set) { in CanAllocateRegistersFor()
/art/compiler/utils/
Dassembler.cc112 Assembler* Assembler::Create(InstructionSet instruction_set) { in Create()
/art/compiler/jit/
Djit_compiler.cc89 const InstructionSet instruction_set = kRuntimeISA; in JitCompiler() local
/art/cmdline/
Dcmdline.h84 InstructionSet instruction_set) { in StartRuntime()
/art/compiler/dex/
Dcompiler_ir.h186 const InstructionSet instruction_set; member
/art/compiler/driver/
Dcompiler_driver.cc351 InstructionSet instruction_set, in CompilerDriver()