Searched refs:portable_resolution_trampoline_ (Results 1 - 4 of 4) sorted by relevance

/art/compiler/
H A Doat_writer.h268 std::unique_ptr<const std::vector<uint8_t>> portable_resolution_trampoline_;
H A Doat_writer.cc836 DO_TRAMPOLINE(portable_resolution_trampoline_, PortableResolutionTrampoline);
1057 DO_TRAMPOLINE(portable_resolution_trampoline_);
/art/runtime/
H A Dclass_linker.h362 return portable_resolution_trampoline_;
767 const void* portable_resolution_trampoline_; member in class:art::ClassLinker
H A Dclass_linker.cc190 portable_resolution_trampoline_(nullptr),
1597 portable_resolution_trampoline_ = oat_file.GetOatHeader().GetPortableResolutionTrampoline();

Completed in 5006 milliseconds