OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:portable_resolution_trampoline_
(Results
1 - 4
of
4
) sorted by null
/art/compiler/
oat_writer.h
187
UniquePtr<const std::vector<uint8_t> >
portable_resolution_trampoline_
;
member in class:art::OatWriter
oat_writer.cc
192
DO_TRAMPOLINE(
portable_resolution_trampoline_
, PortableResolutionTrampoline);
573
DO_TRAMPOLINE(
portable_resolution_trampoline_
);
[
all
...]
/art/runtime/
class_linker.h
342
return
portable_resolution_trampoline_
;
621
const void*
portable_resolution_trampoline_
;
member in class:art::ClassLinker
class_linker.cc
198
portable_resolution_trampoline_
(NULL),
[
all
...]
Completed in 130 milliseconds