OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getquicktointerpreterbridge
(Results
1 - 5
of
5
) sorted by null
/art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc
35
bool interpreter_entry = (result ==
GetQuickToInterpreterBridge
());
/art/runtime/
oat.h
72
const void*
GetQuickToInterpreterBridge
() const;
oat.cc
231
const void* OatHeader::
GetQuickToInterpreterBridge
() const {
instrumentation.cc
397
code !=
GetQuickToInterpreterBridge
())) {
/art/runtime/entrypoints/
entrypoint_utils.h
365
static inline const void*
GetQuickToInterpreterBridge
() {
374
return
GetQuickToInterpreterBridge
();
Completed in 4224 milliseconds