Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiled_method.cc91 void CompiledMethod::ReleaseSwapAllocatedCompiledMethod(CompiledMethodStorage* storage, in ReleaseSwapAllocatedCompiledMethod() function in art::CompiledMethod
Dcompiled_method_storage_test.cc97 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(&storage, method); in TEST()
Dcompiled_method.h122 static void ReleaseSwapAllocatedCompiledMethod(CompiledMethodStorage* storage, CompiledMethod* m);
Dcompiler_driver.cc280 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(GetCompiledMethodStorage(), method); in ~CompilerDriver()