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

12 3

  /art/runtime/
common_runtime_test.h 208 if (kRuntimeISA == kMips) { \
memory_region.h 183 size_t kWordAlignment = GetInstructionSetPointerSize(kRuntimeISA);
oat_file_assistant.h 293 static uint32_t CalculateCombinedImageChecksum(InstructionSet isa = kRuntimeISA);
runtime_options.def 127 RUNTIME_OPTIONS_KEY (InstructionSet, ImageInstructionSet, kRuntimeISA)
parsed_options_test.cc 135 // Nothing set, should be kRuntimeISA.
141 EXPECT_EQ(kRuntimeISA, isa);
runtime.cc 644 GetInstructionSetString(kRuntimeISA));
825 kRuntimeISA,
    [all...]
quick_exception_handler.cc 535 if (kRuntimeISA == InstructionSet::kX86 || kRuntimeISA == InstructionSet::kX86_64) {
oat_file_assistant.cc 81 if (load_executable_ && isa != kRuntimeISA) {
83 << "but isa is not kRuntimeISA. Will not attempt to load executable.";
    [all...]
stack.cc 328 DCHECK(!is_float || kRuntimeISA != InstructionSet::kX86);
334 const bool target64 = Is64BitInstructionSet(kRuntimeISA);
410 bool target64 = Is64BitInstructionSet(kRuntimeISA);
    [all...]
oat_file_manager.cc 560 kRuntimeISA,
stack.h 665 code_item, core_spills, fp_spills, frame_size, vreg, kRuntimeISA);
thread.h 687 return tlsPtr_.stack_end + GetStackOverflowReservedBytes(kRuntimeISA);
704 tlsPtr_.stack_end = tlsPtr_.stack_begin + GetStackOverflowReservedBytes(kRuntimeISA);
    [all...]
thread.cc 90 const size_t Thread::kStackOverflowImplicitCheckSize = GetStackOverflowReservedBytes(kRuntimeISA);
502 stack_size += GetStackOverflowReservedBytes(kRuntimeISA);
507 GetStackOverflowReservedBytes(kRuntimeISA);
    [all...]
  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 144 if (kRuntimeISA == kX86) {
  /art/runtime/jit/
jit_code_cache.cc 241 size_t alignment = GetInstructionSetAlignment(kRuntimeISA);
317 size_t alignment = GetInstructionSetAlignment(kRuntimeISA);
784 static_assert(kRuntimeISA != kThumb2, "kThumb2 cannot be a runtime ISA");
785 if (kRuntimeISA == kArm) {
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 264 const size_t callee_frame_size = GetCalleeSaveFrameSize(kRuntimeISA, type);
267 const size_t callee_return_pc_offset = GetCalleeSaveReturnPcOffset(kRuntimeISA, type);
  /art/compiler/optimizing/
codegen_test.cc 130 return (target_isa == kRuntimeISA)
132 || (kRuntimeISA == kArm && target_isa == kThumb2);
929 if (kRuntimeISA == kMips || kRuntimeISA == kMips64) {
    [all...]
  /art/runtime/base/
mutex.cc     [all...]
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 211 if (isa != kNone && isa != kRuntimeISA) {
dalvik_system_DexFile.cc 490 OatFileAssistant oat_file_assistant(filename, kRuntimeISA, false, false);
  /art/compiler/
image_test.cc 138 std::string image_filename(GetSystemImageFilename(file.GetFilename().c_str(), kRuntimeISA));
315 CreateCompilerDriver(Compiler::kOptimizing, kRuntimeISA, kIsTargetBuild ? 2U : 16U);
common_compiler_test.cc 156 const InstructionSet instruction_set = kRuntimeISA;
oat_test.cc 447 EXPECT_EQ(132 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints));
475 InstructionSet insn_set = kRuntimeISA;
    [all...]
  /art/compiler/linker/
multi_oat_relative_patcher_test.cc 114 patcher_(kRuntimeISA, instruction_set_features_.get()) {
  /art/dex2oat/
dex2oat.cc 498 instruction_set_(kRuntimeISA),
    [all...]

Completed in 1170 milliseconds

12 3