HomeSort by relevance Sort by last modified time
    Searched defs:GetEntrypoint (Results 1 - 2 of 2) sorted by null

  /art/runtime/arch/
stub_test.cc 530 static uintptr_t GetEntrypoint(Thread* self, QuickEntrypointEnum entrypoint) {
557 10 * sizeof(uint32_t), StubTest::GetEntrypoint(self, kQuickMemcpy), self);
589 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject);
663 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject);
664 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject);
818 const uintptr_t art_quick_check_cast = StubTest::GetEntrypoint(self, kQuickCheckCast);
870 StubTest::GetEntrypoint(self, kQuickAputObjectWithNullAndBoundCheck);
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 255 milliseconds