Home
last modified time | relevance | path

Searched defs:GetEntrypoint (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/
Dstub_test.cc405 static uintptr_t GetEntrypoint(Thread* self, QuickEntrypointEnum entrypoint) { in GetEntrypoint() function in art::StubTest
/art/compiler/optimizing/
Dnodes.h4316 QuickEntrypointEnum GetEntrypoint() const { return entrypoint_; } in GetEntrypoint() function