OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:core_spill_mask_
(Results
1 - 4
of
4
) sorted by null
/art/runtime/quick/
quick_method_frame_info.h
30
core_spill_mask_
(0u),
37
core_spill_mask_
(core_spill_mask),
46
return
core_spill_mask_
;
59
uint32_t
core_spill_mask_
;
variable
/art/compiler/
compiled_method.h
405
return
core_spill_mask_
;
432
const uint32_t
core_spill_mask_
;
member in class:art::FINAL
/art/compiler/optimizing/
code_generator.h
217
uint32_t GetCoreSpillMask() const { return
core_spill_mask_
; }
225
core_spill_mask_
= allocated_registers_.GetCoreRegisters() & core_callee_save_mask_;
226
DCHECK_NE(
core_spill_mask_
, 0u) << "At least the return address register must be saved";
500
core_spill_mask_
(0),
542
return POPCOUNT(
core_spill_mask_
) * GetWordSize();
584
uint32_t
core_spill_mask_
;
member in class:art::CodeGenerator
code_generator_arm.cc
916
__ cfi().RelOffsetForMany(DWARFReg(kMethodRegisterArgument), 0,
core_spill_mask_
, kArmWordSize);
local
[
all
...]
Completed in 577 milliseconds