HomeSort by relevance Sort by last modified time
    Searched refs:kRuntimeISA (Results 26 - 50 of 65) sorted by null

12 3

  /art/runtime/
native_bridge_art_interface.cc 107 android::PreInitializeNativeBridge(dir.c_str(), GetInstructionSetString(kRuntimeISA));
common_runtime_test.h 246 if (kRuntimeISA == kMips) { \
252 if (kRuntimeISA == kX86) { \
native_stack_dump.cc 334 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIxPTR " ???"
338 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIxPTR " "
cha.cc 131 GetBytesPerGprSpillLocation(kRuntimeISA);
133 GetBytesPerFprSpillLocation(kRuntimeISA);
runtime_options.def 134 RUNTIME_OPTIONS_KEY (InstructionSet, ImageInstructionSet, kRuntimeISA)
memory_region.h 214 size_t kWordAlignment = static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA));
parsed_options_test.cc 134 // Nothing set, should be kRuntimeISA.
140 EXPECT_EQ(kRuntimeISA, isa);
stack.cc 288 if (kRuntimeISA == InstructionSet::kX86 && is_float) {
297 if ((kRuntimeISA == InstructionSet::kMips) && (kind == kDoubleHiVReg)) {
306 const bool target64 = Is64BitInstructionSet(kRuntimeISA);
382 bool target64 = Is64BitInstructionSet(kRuntimeISA);
    [all...]
stack_map.h     [all...]
quick_exception_handler.cc 575 if (kRuntimeISA == InstructionSet::kX86 || kRuntimeISA == InstructionSet::kX86_64) {
runtime.cc 780 GetInstructionSetString(kRuntimeISA));
913 kRuntimeISA,
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 59 GetCalleeSaveFrameSize(kRuntimeISA, CalleeSaveType::kSaveRefsAndArgs);
94 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
135 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
181 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
225 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
258 return gpr_index * GetBytesPerGprSpillLocation(kRuntimeISA);
301 case 0: return (4 * GetBytesPerGprSpillLocation(kRuntimeISA));
302 case 1: return (1 * GetBytesPerGprSpillLocation(kRuntimeISA));
303 case 2: return (0 * GetBytesPerGprSpillLocation(kRuntimeISA));
304 case 3: return (5 * GetBytesPerGprSpillLocation(kRuntimeISA));
    [all...]
quick_jni_entrypoints.cc 232 if (kRuntimeISA == kX86) {
  /art/cmdline/
cmdline.h 208 GetInstructionSetString(kRuntimeISA));
220 InstructionSet instruction_set_ = kRuntimeISA;
  /art/oatdump/
oatdump_test.h 47 core_oat_location_ = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA);
115 GetInstructionSetString(kRuntimeISA)));
  /art/compiler/optimizing/
codegen_test_utils.h 148 return (target_isa == kRuntimeISA)
150 || (kRuntimeISA == kArm && target_isa == kThumb2);
ssa_liveness_analysis_test.cc 36 instruction_set_(kRuntimeISA) {
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 44 argv_str.push_back("--isa=" + std::string(GetInstructionSetString(kRuntimeISA)));
78 OatFileAssistant oat_file_assistant(dex_file.c_str(), kRuntimeISA, /*load_executable*/ false);
  /art/runtime/entrypoints/
entrypoint_utils.cc 183 const size_t callee_frame_size = GetCalleeSaveFrameSize(kRuntimeISA, type);
186 const size_t callee_return_pc_offset = GetCalleeSaveReturnPcOffset(kRuntimeISA, type);
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 318 if (isa != kNone && isa != kRuntimeISA) {
  /art/compiler/
image_test.h 173 std::string image_filename(GetSystemImageFilename(file.GetFilename().c_str(), kRuntimeISA));
371 CreateCompilerDriver(Compiler::kOptimizing, kRuntimeISA, kIsTargetBuild ? 2U : 16U);
common_compiler_test.cc 165 const InstructionSet instruction_set = kRuntimeISA;
  /art/runtime/base/
mutex.cc     [all...]
  /art/runtime/jit/
jit_code_cache.cc 286 size_t alignment = GetInstructionSetAlignment(kRuntimeISA);
564 size_t alignment = GetInstructionSetAlignment(kRuntimeISA);
    [all...]
  /art/compiler/linker/
multi_oat_relative_patcher_test.cc 120 patcher_(kRuntimeISA, instruction_set_features_.get()) {

Completed in 730 milliseconds

12 3