HomeSort by relevance Sort by last modified time
    Searched refs:kX86PointerSize (Results 1 - 6 of 6) sorted by null

  /art/runtime/arch/x86/
quick_method_frame_info_x86.h 59 1 /* Method* */) * kX86PointerSize, kStackAlignment);
  /art/runtime/arch/
instruction_set.h 60 static constexpr size_t kX86PointerSize = 4;
94 return kX86PointerSize;
  /art/runtime/entrypoints/quick/
callee_save_frame.h 95 isa == kX86 ? kX86PointerSize :
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 183 size_t frame_data_size = kX86PointerSize +
  /art/compiler/optimizing/
code_generator_x86.h 32 static constexpr size_t kX86WordSize = kX86PointerSize;
56 kX86PointerSize) {}
69 kX86PointerSize) {}
code_generator_x86.cc     [all...]

Completed in 206 milliseconds