Home
last modified time | relevance | path

Searched refs:allocation_dex_pcs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/runtime/verifier/
H A Dregister_line-inl.h257 uint32_t* allocation_dex_pcs = ptr->allocation_dex_pcs_; in operator() local
260 if (allocation_dex_pcs != nullptr) { in operator()
266 AllocationDexPcsDelete()(allocation_dex_pcs, num_regs * sizeof(*allocation_dex_pcs)); in operator()