OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCompiledMethodStorage
(Results
1 - 3
of
3
) sorted by null
/art/compiler/
compiled_method.cc
29
quick_code_(compiler_driver_->
GetCompiledMethodStorage
()->DeduplicateCode(quick_code)),
34
compiler_driver_->
GetCompiledMethodStorage
()->ReleaseCode(quick_code_);
116
method_info_(driver->
GetCompiledMethodStorage
()->DeduplicateMethodInfo(method_info)),
117
vmap_table_(driver->
GetCompiledMethodStorage
()->DeduplicateVMapTable(vmap_table)),
118
cfi_info_(driver->
GetCompiledMethodStorage
()->DeduplicateCFIInfo(cfi_info)),
119
patches_(driver->
GetCompiledMethodStorage
()->DeduplicateLinkerPatches(patches)) {
133
SwapAllocator<CompiledMethod> alloc(driver->
GetCompiledMethodStorage
()->GetSwapSpaceAllocator());
149
SwapAllocator<CompiledMethod> alloc(driver->
GetCompiledMethodStorage
()->GetSwapSpaceAllocator());
155
CompiledMethodStorage* storage = GetCompilerDriver()->
GetCompiledMethodStorage
();
/art/compiler/driver/
compiled_method_storage_test.cc
42
CompiledMethodStorage* storage = driver.
GetCompiledMethodStorage
();
compiler_driver.h
352
CompiledMethodStorage*
GetCompiledMethodStorage
() {
Completed in 136 milliseconds