Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage_test.cc97 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(&storage, method); in TEST()
/art/compiler/
Dcompiled_method.cc127 void CompiledMethod::ReleaseSwapAllocatedCompiledMethod(CompiledMethodStorage* storage, in ReleaseSwapAllocatedCompiledMethod() function in art::CompiledMethod
Dcompiled_method.h128 static void ReleaseSwapAllocatedCompiledMethod(CompiledMethodStorage* storage, CompiledMethod* m);
Dcommon_compiler_test.cc273 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(&storage, compiled_method); in CompileMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc278 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(GetCompiledMethodStorage(), method); in ~CompilerDriver()