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

1 23

  /art/compiler/
oat_test.cc 489 EXPECT_EQ(161 * static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA)),
518 InstructionSet insn_set = kRuntimeISA;
    [all...]
  /art/runtime/
common_throws.cc 435 if (kUseBakerReadBarrier && (kRuntimeISA == kX86 || kRuntimeISA == kX86_64)) {
thread.cc 112 const size_t Thread::kStackOverflowImplicitCheckSize = GetStackOverflowReservedBytes(kRuntimeISA);
156 if (kUseReadBarrier && kRuntimeISA != kX86_64) {
499 stack_size += GetStackOverflowReservedBytes(kRuntimeISA);
504 GetStackOverflowReservedBytes(kRuntimeISA);
    [all...]
oat_file_manager.cc 410 kRuntimeISA,
thread.h 765 return tlsPtr_.stack_end + GetStackOverflowReservedBytes(kRuntimeISA);
782 tlsPtr_.stack_end = tlsPtr_.stack_begin + GetStackOverflowReservedBytes(kRuntimeISA);
    [all...]
elf_file.cc     [all...]
oat_file_assistant.cc 102 if (load_executable_ && isa != kRuntimeISA) {
104 << "but isa is not kRuntimeISA. Will not attempt to load executable.";
    [all...]
parsed_options.cc 497 GetInstructionSetString(kRuntimeISA));
    [all...]
  /art/dex2oat/
dex2oat.cc 577 instruction_set_(kRuntimeISA == kArm ? kThumb2 : kRuntimeISA),
    [all...]
dex2oat_test.cc     [all...]
  /art/runtime/jit/
jit.cc 550 native_pc = stack_map.GetNativePcOffset(encoding.stack_map.encoding, kRuntimeISA) +
  /art/runtime/native/
dalvik_system_DexFile.cc 575 OatFileAssistant oat_file_assistant(filename, kRuntimeISA, false);
dalvik_system_VMRuntime.cc 623 return env->NewStringUTF(GetInstructionSetString(kRuntimeISA));
  /art/imgdiag/
imgdiag.cc     [all...]
  /art/runtime/gc/space/
image_space.cc 134 CHECK_EQ(image_isa, kRuntimeISA)
    [all...]

Completed in 1760 milliseconds

1 23