OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mapping_table_
(Results
1 - 4
of
4
) sorted by null
/art/compiler/
compiled_method.cc
155
mapping_table_
(driver->DeduplicateMappingTable(mapping_table)),
171
mapping_table_
= driver->DeduplicateMappingTable(ArrayRef<const uint8_t>());
184
mapping_table_
= driver->DeduplicateMappingTable(ArrayRef<const uint8_t>());
193
mapping_table_
= driver->DeduplicateMappingTable(ArrayRef<const uint8_t>());
compiled_method.h
171
DCHECK(
mapping_table_
!= nullptr);
172
return *
mapping_table_
;
198
SwapVector<uint8_t>*
mapping_table_
;
member in class:art::CompiledMethod
/external/chromium_org/mojo/system/
core.h
147
base::Lock mapping_table_lock_; // Protects |
mapping_table_
|.
148
MappingTable
mapping_table_
;
member in class:mojo::system::Core
core.cc
531
result =
mapping_table_
.AddMapping(mapping.Pass());
542
return
mapping_table_
.RemoveMapping(buffer.GetPointerValue());
Completed in 106 milliseconds