HomeSort by relevance Sort by last modified time
    Searched full:core_spill_mask (Results 1 - 12 of 12) sorted by null

  /art/runtime/quick/
quick_method_frame_info.h 34 constexpr QuickMethodFrameInfo(uint32_t frame_size_in_bytes, uint32_t core_spill_mask,
37 core_spill_mask_(core_spill_mask),
  /art/compiler/
compiled_method.cc 106 const uint32_t core_spill_mask,
113 frame_size_in_bytes_(frame_size_in_bytes), core_spill_mask_(core_spill_mask),
127 const uint32_t core_spill_mask,
140 core_spill_mask,
compiled_method.h 377 const uint32_t core_spill_mask,
391 const uint32_t core_spill_mask,
oat_writer.cc 739 uint32_t core_spill_mask = compiled_method->GetCoreSpillMask();
743 core_spill_mask,
    [all...]
  /art/runtime/
oat_quick_method_header.cc 28 uint32_t core_spill_mask,
32 frame_info_(frame_size_in_bytes, core_spill_mask, fp_spill_mask),
oat_quick_method_header.h 35 uint32_t core_spill_mask = 0U,
  /art/compiler/utils/arm/
assembler_arm.cc 397 RegList core_spill_mask = 1 << LR;
401 core_spill_mask |= 1 << reg.AsArm().AsCoreRegister();
406 PushList(core_spill_mask);
407 cfi_.AdjustCFAOffset(POPCOUNT(core_spill_mask) * kFramePointerSize);
408 cfi_.RelOffsetForMany(DWARFReg(Register(0)), 0, core_spill_mask, kFramePointerSize);
416 int pushed_values = POPCOUNT(core_spill_mask) + POPCOUNT(fp_spill_mask);
450 RegList core_spill_mask = 1 << PC;
454 core_spill_mask |= 1 << reg.AsArm().AsCoreRegister();
461 int pop_values = POPCOUNT(core_spill_mask) + POPCOUNT(fp_spill_mask);
472 PopList(core_spill_mask);
    [all...]
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 160 uint32_t core_spill_mask = CoreSpillMask(); local
163 if (((1 << x_reg) & core_spill_mask) != 0) {
  /art/runtime/jit/
jit_code_cache.h 97 size_t core_spill_mask,
206 size_t core_spill_mask,
jit_code_cache.cc 201 size_t core_spill_mask,
210 core_spill_mask,
222 core_spill_mask,
312 size_t core_spill_mask,
342 core_spill_mask,
    [all...]
  /art/compiler/linker/
relative_patcher_test.h 93 /* core_spill_mask */ 0u,
  /art/oatdump/
oatdump.cc     [all...]

Completed in 2085 milliseconds