Home
last modified time | relevance | path

Searched defs:FreeData (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/jit/
H A Djit_memory_region.cc491 void JitMemoryRegion::FreeData(const uint8_t* data) { in FreeData() function in art::jit::JitMemoryRegion
/aosp_15_r20/system/keymaster/android_keymaster/
H A Dauthorization_set.cpp506 void AuthorizationSet::FreeData() { in FreeData() function in keymaster::AuthorizationSet
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp512 const auto FreeData = getFreeFunctionDataForFunction(Callee, TLIFn); in getAllocationFamily() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loader/
Dloader.go1252 func (l *Loader) FreeData(i Sym) { func