Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method.cc193 void CompiledMethod::ReleaseSwapAllocatedCompiledMethod(CompilerDriver* driver, CompiledMethod* m) { in ReleaseSwapAllocatedCompiledMethod() function in art::CompiledMethod
Dcompiled_method.h341 static void ReleaseSwapAllocatedCompiledMethod(CompilerDriver* driver, CompiledMethod* m);
/art/compiler/driver/
Dcompiler_driver.cc453 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(this, pair.second); in ~CompilerDriver()
2353 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(this, compiled_method); in RemoveCompiledMethod()