* A Stack Map holds compilation information for a specific PC necessary for: * - Mapping it to a dex PC, * - Knowing which stack entries are objects, * - Knowing which registers hold objects, * - Knowing the inlining information, * - Knowing the values of dex registers. * * The information is of the form: * * [native_pc_offset, dex_pc, dex_register_map_offset, inlining_info_index, regis
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected