Searched defs:fp_spill_mask (Results 1 - 4 of 4) sorted by relevance

/art/runtime/quick/
H A Dquick_method_frame_info.h35 uint32_t fp_spill_mask)
38 fp_spill_mask_(fp_spill_mask) {
34 QuickMethodFrameInfo(uint32_t frame_size_in_bytes, uint32_t core_spill_mask, uint32_t fp_spill_mask) argument
/art/compiler/
H A Dcompiled_method.cc148 const uint32_t fp_spill_mask,
154 core_spill_mask_(core_spill_mask), fp_spill_mask_(fp_spill_mask),
166 const uint32_t fp_spill_mask)
169 core_spill_mask_(core_spill_mask), fp_spill_mask_(fp_spill_mask),
203 const uint32_t fp_spill_mask,
211 fp_spill_mask, mapping_table, vmap_table, native_gc_map, cfi_info);
220 const uint32_t fp_spill_mask) {
224 fp_spill_mask);
143 CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const ArrayRef<const uint8_t>& quick_code, const size_t frame_size_in_bytes, const uint32_t core_spill_mask, const uint32_t fp_spill_mask, const ArrayRef<const uint8_t>& mapping_table, const ArrayRef<const uint8_t>& vmap_table, const ArrayRef<const uint8_t>& native_gc_map, const ArrayRef<const uint8_t>& cfi_info) argument
161 CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const ArrayRef<const uint8_t>& code, const size_t frame_size_in_bytes, const uint32_t core_spill_mask, const uint32_t fp_spill_mask) argument
198 SwapAllocCompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const ArrayRef<const uint8_t>& quick_code, const size_t frame_size_in_bytes, const uint32_t core_spill_mask, const uint32_t fp_spill_mask, const ArrayRef<const uint8_t>& mapping_table, const ArrayRef<const uint8_t>& vmap_table, const ArrayRef<const uint8_t>& native_gc_map, const ArrayRef<const uint8_t>& cfi_info) argument
215 SwapAllocCompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const ArrayRef<const uint8_t>& quick_code, const size_t frame_size_in_bytes, const uint32_t core_spill_mask, const uint32_t fp_spill_mask) argument
H A Doat_writer.cc398 uint32_t fp_spill_mask = compiled_method->GetFpSpillMask(); local
401 fp_spill_mask, code_size);
/art/runtime/
H A Doat.cc501 uint32_t frame_size_in_bytes, uint32_t core_spill_mask, uint32_t fp_spill_mask,
505 frame_info_(frame_size_in_bytes, core_spill_mask, fp_spill_mask), code_size_(code_size) {
499 OatQuickMethodHeader( uint32_t mapping_table_offset, uint32_t vmap_table_offset, uint32_t gc_map_offset, uint32_t frame_size_in_bytes, uint32_t core_spill_mask, uint32_t fp_spill_mask, uint32_t code_size) argument

Completed in 165 milliseconds