Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiled_method.cc101 storage->ReleaseCFIInfo(cfi_info_); in ~CompiledMethod()
Dcompiled_method_storage.h65 void ReleaseCFIInfo(const LengthPrefixedArray<uint8_t>* cfi_info);
Dcompiled_method_storage.cc210 void CompiledMethodStorage::ReleaseCFIInfo(const LengthPrefixedArray<uint8_t>* cfi_info) { in ReleaseCFIInfo() function in art::CompiledMethodStorage