HomeSort by relevance Sort by last modified time
    Searched full:instructionset (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 306 final String instructionSet = VMRuntime.getInstructionSet(abiList[abi]);
309 final File isaSubdir = new File(libraryRoot, instructionSet);
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 345 for (String instructionSet : InstructionSets.getAllDexCodeInstructionSets()) {
346 if (!VMRuntime.isBootClassPathOnDisk(instructionSet)) {
  /art/compiler/optimizing/
register_allocator.h 69 static bool CanAllocateRegistersFor(const HGraph& graph, InstructionSet instruction_set);
  /external/llvm/lib/Target/R600/
AMDGPU.td 202 let InstructionSet = AMDGPUInstrInfo;
  /external/llvm/lib/Target/Sparc/
Sparc.td 103 let InstructionSet = SparcInstrInfo;
  /external/llvm/lib/Target/SystemZ/
SystemZ.td 60 let InstructionSet = SystemZInstrInfo;
  /external/llvm/utils/TableGen/
CodeGenTarget.h 91 /// getInstructionSet - Return the InstructionSet object.
  /art/compiler/driver/
compiler_driver.h 103 InstructionSet instruction_set,
134 InstructionSet GetInstructionSet() const {
624 const InstructionSet instruction_set_;
    [all...]
  /art/runtime/
runtime.h 399 InstructionSet GetInstructionSet() const {
403 void SetInstructionSet(InstructionSet instruction_set);
593 InstructionSet instruction_set_;
stack.h 571 size_t frame_size, int reg, InstructionSet isa);
573 static int GetOutVROffset(uint16_t out_num, InstructionSet isa) {
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 227 parsedArgs.niceName, fdsToClose, parsedArgs.instructionSet,
368 String instructionSet;
529 instructionSet = arg.substring(arg.indexOf('=') + 1);
ZygoteInit.java 472 final String instructionSet = VMRuntime.getRuntime().vmInstructionSet();
477 classPathElement, "*", instructionSet, false /* defer */);
480 instructionSet, dexoptNeeded);
  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 77 String instructionSet; // The instruction set this process was launched with
205 pw.print(" instructionSet="); pw.println(instructionSet);
    [all...]
  /art/compiler/
elf_builder.h 493 ElfBuilder(InstructionSet isa,
828 static Elf_Ehdr MakeElfHeader(InstructionSet isa) {
    [all...]
common_compiler_test.cc 173 const InstructionSet instruction_set = kRuntimeISA;
elf_writer_quick.cc 146 const InstructionSet isa = compiler_driver_->GetInstructionSet();
oat_writer.cc 110 InstructionSet instruction_set = compiler_driver_->GetInstructionSet();
    [all...]
  /art/compiler/jit/
jit_compiler.cc 88 const InstructionSet instruction_set = kRuntimeISA;
  /art/patchoat/
patchoat.cc 53 static bool LocationToFilename(const std::string& location, InstructionSet isa,
96 File* output_image, InstructionSet isa,
179 File* output_oat, File* output_image, InstructionSet isa,
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 312 const InstructionSet target_instruction_set = GetInstructionSetFromString(instruction_set);
dalvik_system_VMRuntime.cc 178 InstructionSet isa = Runtime::Current()->GetInstructionSet();
580 InstructionSet isa = GetInstructionSetFromString(instruction_set.c_str());
  /external/llvm/lib/Target/AArch64/
AArch64.td 143 let InstructionSet = AArch64InstrInfo;
  /external/llvm/lib/Target/MSP430/
MSP430.td 58 let InstructionSet = MSP430InstrInfo;
  /external/llvm/lib/Target/Mips/
Mips.td 201 let InstructionSet = MipsInstrInfo;
  /art/compiler/dex/quick/
quick_compiler.cc 473 static bool CanCompileShorty(const char* shorty, InstructionSet instruction_set) {
636 InstructionSet instruction_set = driver->GetInstructionSet();

Completed in 2816 milliseconds

1 2 34 5 6