Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage_test.cc132 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(&driver, method); in TEST()
Dcompiler_driver.cc428 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(this, pair.second); in ~CompilerDriver()
2742 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(this, compiled_method); in RemoveCompiledMethod()
/art/compiler/
Dcompiled_method.cc148 void CompiledMethod::ReleaseSwapAllocatedCompiledMethod(CompilerDriver* driver, CompiledMethod* m) { in ReleaseSwapAllocatedCompiledMethod() function in art::CompiledMethod
Dcompiled_method.h398 static void ReleaseSwapAllocatedCompiledMethod(CompilerDriver* driver, CompiledMethod* m);