Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage_test.cc125 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(&driver, method); in TEST()
Dcompiler_driver.cc309 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(this, method); in ~CompilerDriver()
/art/compiler/
Dcompiled_method.h137 static void ReleaseSwapAllocatedCompiledMethod(CompilerDriver* driver, CompiledMethod* m);
Dcompiled_method.cc148 void CompiledMethod::ReleaseSwapAllocatedCompiledMethod(CompilerDriver* driver, CompiledMethod* m) { in ReleaseSwapAllocatedCompiledMethod() function in art::CompiledMethod
/art/compiler/dex/
Ddex_to_dex_compiler.cc679 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(driver_, method); in UnquickenConflictingMethods()