Searched defs:CompiledMethod (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Dcompiled_method.cc124 CompiledMethod::CompiledMethod(CompilerDriver* driver, function in class:art::CompiledMethod
170 CompiledMethod* CompiledMethod::SwapAllocCompiledMethod(
183 SwapAllocator<CompiledMethod> alloc(driver->GetSwapSpaceAllocator());
184 CompiledMethod* ret = alloc.allocate(1);
193 void CompiledMethod::ReleaseSwapAllocatedCompiledMethod(CompilerDriver* driver, CompiledMethod* m) {
194 SwapAllocator<CompiledMethod> alloc(driver->GetSwapSpaceAllocator());
199 CompiledMethod
[all...]

Completed in 55 milliseconds