OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetJniDlsymLookupOffset
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
oat.h
66
uint32_t
GetJniDlsymLookupOffset
() const;
oat.cc
214
return reinterpret_cast<const uint8_t*>(this) +
GetJniDlsymLookupOffset
();
217
uint32_t OatHeader::
GetJniDlsymLookupOffset
() const {
/art/compiler/
image_writer.cc
108
jni_dlsym_lookup_offset_ = oat_file_->GetOatHeader().
GetJniDlsymLookupOffset
();
[
all
...]
/art/oatdump/
oatdump.cc
195
GetJniDlsymLookupOffset
);
[
all
...]
Completed in 34 milliseconds