OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getportabletointerpreterbridge
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
oat.h
65
const void*
GetPortableToInterpreterBridge
() const;
oat.cc
193
const void* OatHeader::
GetPortableToInterpreterBridge
() const {
/art/runtime/entrypoints/
entrypoint_utils.h
360
static inline const void*
GetPortableToInterpreterBridge
() {
372
return
GetPortableToInterpreterBridge
();
Completed in 48 milliseconds