OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OatMethodOffsets
(Results
1 - 7
of
7
) sorted by null
/art/runtime/
oat.h
107
class PACKED(4)
OatMethodOffsets
{
109
OatMethodOffsets
();
111
OatMethodOffsets
(uint32_t code_offset,
119
~
OatMethodOffsets
();
oat.cc
276
OatMethodOffsets
::
OatMethodOffsets
()
286
OatMethodOffsets
::
OatMethodOffsets
(uint32_t code_offset,
303
OatMethodOffsets
::~
OatMethodOffsets
() {}
oat_file.h
34
class
OatMethodOffsets
;
158
const
OatMethodOffsets
* methods_pointer);
162
const
OatMethodOffsets
* methods_pointer_;
oat_file.cc
393
reinterpret_cast<const
OatMethodOffsets
*>(methods_pointer));
398
const
OatMethodOffsets
* methods_pointer)
408
const
OatMethodOffsets
& oat_method_offsets = methods_pointer_[method_index];
/art/compiler/
oat_test.cc
147
EXPECT_EQ(28U, sizeof(
OatMethodOffsets
));
oat_writer.h
154
// is also used to calculate the position of the
OatMethodOffsets
155
// so that code pointers within the
OatMethodOffsets
can be
161
std::vector<
OatMethodOffsets
> method_offsets_;
oat_writer.cc
300
oat_method_offsets_offset + OFFSETOF_MEMBER(
OatMethodOffsets
, code_offset_));
390
OatMethodOffsets
(code_offset,
670
OatMethodOffsets
method_offsets =
[
all
...]
Completed in 113 milliseconds