Home
last modified time | relevance | path

Searched refs:nterp_trampoline_ (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/linker/
Doat_writer.h487 std::unique_ptr<const std::vector<uint8_t>> nterp_trampoline_; variable
Doat_writer.cc2304 DO_TRAMPOLINE(nterp_trampoline_, NterpTrampoline); in InitOatCode()
3023 DO_TRAMPOLINE(nterp_trampoline_); in WriteCode()
/art/runtime/
Dclass_linker.h615 return nterp_trampoline_ == entry_point; in IsNterpTrampoline()
1404 const void* nterp_trampoline_; variable
Dclass_linker.cc628 nterp_trampoline_(nullptr), in ClassLinker()
856 nterp_trampoline_ = interpreter::GetNterpEntryPoint(); in InitWithoutImage()
1223 nterp_trampoline_ = default_oat_header.GetNterpTrampoline(); in InitFromBootImage()
1248 ith_nterp_trampoline != nterp_trampoline_) { in InitFromBootImage()
1998 if (method.GetEntryPointFromQuickCompiledCode() == nterp_trampoline_) { in AddImageSpace()