Searched defs:frame_size_in_bytes (Results 1 - 5 of 5) sorted by relevance

/art/runtime/quick/
H A Dquick_method_frame_info.h34 constexpr QuickMethodFrameInfo(uint32_t frame_size_in_bytes, uint32_t core_spill_mask, argument
36 : frame_size_in_bytes_(frame_size_in_bytes),
/art/compiler/debug/
H A Dmethod_debug_info.h40 uint32_t frame_size_in_bytes; member in struct:art::debug::MethodDebugInfo
/art/runtime/
H A Doat_quick_method_header.cc27 uint32_t frame_size_in_bytes,
32 frame_info_(frame_size_in_bytes, core_spill_mask, fp_spill_mask),
25 OatQuickMethodHeader( uint32_t vmap_table_offset, uint32_t frame_size_in_bytes, uint32_t core_spill_mask, uint32_t fp_spill_mask, uint32_t code_size) argument
/art/compiler/
H A Dcompiled_method.cc105 const size_t frame_size_in_bytes,
113 frame_size_in_bytes_(frame_size_in_bytes), core_spill_mask_(core_spill_mask),
126 const size_t frame_size_in_bytes,
139 frame_size_in_bytes,
102 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 SrcMapElem>& src_mapping_table, const ArrayRef<const uint8_t>& vmap_table, const ArrayRef<const uint8_t>& cfi_info, const ArrayRef<const LinkerPatch>& patches) argument
122 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 SrcMapElem>& src_mapping_table, const ArrayRef<const uint8_t>& vmap_table, const ArrayRef<const uint8_t>& cfi_info, const ArrayRef<const LinkerPatch>& patches) argument
/art/runtime/jit/
H A Djit_code_cache.cc200 size_t frame_size_in_bytes,
209 frame_size_in_bytes,
221 frame_size_in_bytes,
311 size_t frame_size_in_bytes,
341 frame_size_in_bytes,
197 CommitCode(Thread* self, ArtMethod* method, const uint8_t* vmap_table, size_t frame_size_in_bytes, size_t core_spill_mask, size_t fp_spill_mask, const uint8_t* code, size_t code_size, bool osr) argument
308 CommitCodeInternal(Thread* self, ArtMethod* method, const uint8_t* vmap_table, size_t frame_size_in_bytes, size_t core_spill_mask, size_t fp_spill_mask, const uint8_t* code, size_t code_size, bool osr) argument

Completed in 164 milliseconds