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

1 23 4 5 6

  /art/runtime/arch/x86/
instruction_set_features_x86.h 51 virtual InstructionSet GetInstructionSet() const OVERRIDE {
  /art/compiler/linker/
relative_patcher_test.h 42 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant)
240 InstructionSet instruction_set_;
  /art/compiler/
oat_test.cc 82 InstructionSet insn_set = kIsTargetBuild ? kThumb2 : kX86;
190 InstructionSet insn_set = kX86;
elf_writer_debug.cc 33 static void WriteDebugFrameCIE(InstructionSet isa,
177 const InstructionSet isa = compiler->GetInstructionSet();
246 const InstructionSet isa = compiler->GetInstructionSet();
cfi_test.h 37 void GenerateExpected(FILE* f, InstructionSet isa, const char* isa_str,
  /art/compiler/optimizing/
code_generator_arm.h 259 InstructionSet GetInstructionSet() const OVERRIDE {
260 return InstructionSet::kThumb2;
code_generator_x86.h 252 InstructionSet GetInstructionSet() const OVERRIDE {
253 return InstructionSet::kX86;
code_generator.h 134 InstructionSet instruction_set,
195 virtual InstructionSet GetInstructionSet() const = 0;
400 InstructionSet instruction_set = GetInstructionSet();
code_generator_arm64.h 300 InstructionSet GetInstructionSet() const OVERRIDE {
301 return InstructionSet::kArm64;
optimizing_compiler.cc 291 static bool IsInstructionSetSupported(InstructionSet instruction_set) {
488 InstructionSet instruction_set = compiler_driver->GetInstructionSet();
  /art/runtime/arch/
instruction_set_features.cc 32 const InstructionSetFeatures* InstructionSetFeatures::FromVariant(InstructionSet isa,
64 const InstructionSetFeatures* InstructionSetFeatures::FromBitmap(InstructionSet isa,
  /art/runtime/gc/space/
image_space.cc 82 static void PruneDalvikCache(InstructionSet isa) {
128 static void MarkZygoteStart(const InstructionSet isa, const uint32_t max_failed_boots) {
175 static bool GenerateImage(const std::string& image_filename, InstructionSet image_isa,
235 const InstructionSet image_isa,
288 InstructionSet isa, std::string* error_msg) {
343 const InstructionSet image_isa) {
353 const InstructionSet image_isa,
475 const InstructionSet image_isa,
    [all...]
  /art/runtime/
oat_file_assistant.h 99 OatFileAssistant(const char* dex_location, const InstructionSet isa,
105 const InstructionSet isa, bool load_executable);
113 OatFileAssistant(const char* dex_location, const InstructionSet isa,
119 const InstructionSet isa, bool load_executable,
284 InstructionSet isa, std::string* odex_filename, std::string* error_msg);
372 const InstructionSet isa_ = kNone;
common_runtime_test.h 87 static std::string GetAndroidTargetToolsDir(InstructionSet isa);
runtime_options.def 113 RUNTIME_OPTIONS_KEY (InstructionSet, ImageInstructionSet, kRuntimeISA)
oat_file_assistant.cc 47 const InstructionSet isa,
53 const InstructionSet isa,
58 const InstructionSet isa,
65 const InstructionSet isa,
745 InstructionSet isa, std::string* odex_filename, std::string* error_msg) {
    [all...]
  /frameworks/base/core/java/android/os/
Process.java 472 * @param instructionSet null-ok the instruction set to use.
488 String instructionSet,
494 abi, instructionSet, appDataDir, zygoteArgs);
597 * @param instructionSet null-ok the instruction set to use.
611 String instructionSet,
680 if (instructionSet != null) {
681 argsForZygote.add("--instruction-set=" + instructionSet);
    [all...]
  /art/compiler/jni/quick/
calling_convention.h 226 InstructionSet instruction_set);
274 InstructionSet instruction_set);
  /art/compiler/dex/quick/
quick_cfi_test.cc 46 void TestImpl(InstructionSet isa, const char* isa_str,
  /art/compiler/dwarf/
dwarf_test.h 61 InstructionSet isa = (sizeof(typename ElfTypes::Addr) == 8) ? kX86_64 : kX86;
  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 73 InstructionSet instruction_set,
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 197 InstructionSet isa = GetInstructionSetFromString(isa_string.c_str());
  /external/llvm/lib/Target/NVPTX/
NVPTX.td 80 let InstructionSet = NVPTXInstrInfo;
  /external/llvm/lib/Target/XCore/
XCore.td 46 let InstructionSet = XCoreInstrInfo;
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 431 * If the supplied instructionSet is null, the package manager will use
437 boolean performDexOptIfNeeded(String packageName, String instructionSet);

Completed in 2031 milliseconds

1 23 4 5 6