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

  /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/compiler/jit/
jit_compiler.cc 193 const auto core_spill_mask = compiled_method->GetCoreSpillMask(); local
202 core_spill_mask, fp_spill_mask, code_size);
  /art/compiler/
oat_writer.cc 431 uint32_t core_spill_mask = compiled_method->GetCoreSpillMask(); local
434 gc_map_offset, frame_size_in_bytes, core_spill_mask,
    [all...]

Completed in 291 milliseconds