OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MappingTable
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/mojo/system/
mapping_table.h
38
class MOJO_SYSTEM_IMPL_EXPORT
MappingTable
{
40
MappingTable
();
41
~
MappingTable
();
56
DISALLOW_COPY_AND_ASSIGN(
MappingTable
);
mapping_table.cc
14
MappingTable
::
MappingTable
() {
17
MappingTable
::~
MappingTable
() {
22
MojoResult
MappingTable
::AddMapping(
36
MojoResult
MappingTable
::RemoveMapping(uintptr_t address) {
core.h
148
MappingTable
mapping_table_;
/art/runtime/
mapping_table.h
26
class
MappingTable
{
28
explicit
MappingTable
(const uint8_t* encoded_map) : encoded_table_(encoded_map) {
68
DexToPcIterator(const
MappingTable
* table, uint32_t element) :
106
const
MappingTable
* const table_; // The original table.
145
PcToDexIterator(const
MappingTable
* table, uint32_t element) :
183
const
MappingTable
* const table_; // The original table.
/art/runtime/mirror/
art_method.cc
154
MappingTable
table(entry_point != nullptr ?
164
typedef
MappingTable
::PcToDexIterator It;
171
typedef
MappingTable
::DexToPcIterator It2;
187
MappingTable
table(entry_point != nullptr ?
194
typedef
MappingTable
::DexToPcIterator It;
201
typedef
MappingTable
::PcToDexIterator It2;
/art/oatdump/
oatdump.cc
777
MappingTable
table(oat_method.GetMappingTable());
782
typedef
MappingTable
::PcToDexIterator It;
790
typedef
MappingTable
::DexToPcIterator It;
802
MappingTable
table(oat_method.GetMappingTable());
804
typedef
MappingTable
::PcToDexIterator It;
[
all
...]
/art/compiler/dex/quick/
codegen_util.cc
351
MappingTable
table(&encoded_mapping_table_[0]);
623
MappingTable
table(&encoded_mapping_table_[0]);
726
MappingTable
table(&encoded_mapping_table_[0]);
750
MappingTable
mapping_table(&encoded_mapping_table_[0]);
[
all
...]
/art/compiler/optimizing/
code_generator.cc
344
MappingTable
table(data_ptr);
Completed in 536 milliseconds