Home | History | Annotate | Download | only in arch

Lines Matching defs:GetEntrypoint

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);
1021 StubTest::GetEntrypoint(self, kQuickAllocObject),
1035 StubTest::GetEntrypoint(self, kQuickAllocObjectResolved),
1049 StubTest::GetEntrypoint(self, kQuickAllocObjectInitialized),
1105 StubTest::GetEntrypoint(self, kQuickAllocObjectInitialized),
1154 StubTest::GetEntrypoint(self, kQuickAllocArray),
1170 StubTest::GetEntrypoint(self, kQuickAllocArrayResolved),
1190 StubTest::GetEntrypoint(self, kQuickAllocArrayResolved),
1214 const uintptr_t art_quick_string_compareto = StubTest::GetEntrypoint(self, kQuickStringCompareTo);
1300 StubTest::GetEntrypoint(self, kQuickSet8Static),
1306 StubTest::GetEntrypoint(self, kQuickGetBooleanStatic),
1330 StubTest::GetEntrypoint(self, kQuickSet8Static),
1336 StubTest::GetEntrypoint(self, kQuickGetByteStatic),
1361 StubTest::GetEntrypoint(self, kQuickSet8Instance),
1373 StubTest::GetEntrypoint(self, kQuickGetBooleanInstance),
1396 StubTest::GetEntrypoint(self, kQuickSet8Instance),
1407 StubTest::GetEntrypoint(self, kQuickGetByteInstance),
1431 StubTest::GetEntrypoint(self, kQuickSet16Static),
1437 StubTest::GetEntrypoint(self, kQuickGetCharStatic),
1461 StubTest::GetEntrypoint(self, kQuickSet16Static),
1467 StubTest::GetEntrypoint(self, kQuickGetShortStatic),
1492 StubTest::GetEntrypoint(self, kQuickSet16Instance),
1503 StubTest::GetEntrypoint(self, kQuickGetCharInstance),
1526 StubTest::GetEntrypoint(self, kQuickSet16Instance),
1537 StubTest::GetEntrypoint(self, kQuickGetShortInstance),
1561 StubTest::GetEntrypoint(self, kQuickSet32Static),
1567 StubTest::GetEntrypoint(self, kQuickGet32Static),
1597 StubTest::GetEntrypoint(self, kQuickSet32Instance),
1610 StubTest::GetEntrypoint(self, kQuickGet32Instance),
1633 StubTest::GetEntrypoint(self, kQuickSetObjStatic),
1639 StubTest::GetEntrypoint(self, kQuickGetObjStatic),
1677 StubTest::GetEntrypoint(self, kQuickSetObjInstance),
1684 StubTest::GetEntrypoint(self, kQuickGetObjInstance),
1729 StubTest::GetEntrypoint(self, kQuickSet64Static),
1735 StubTest::GetEntrypoint(self, kQuickGet64Static),
1761 StubTest::GetEntrypoint(self, kQuickSet64Instance),
1774 StubTest::GetEntrypoint(self, kQuickGet64Instance),
1971 StubTest::GetEntrypoint(self, kQuickQuickToInterpreterBridge)));
2026 StubTest::GetEntrypoint(self, kQuickQuickImtConflictTrampoline),
2046 StubTest::GetEntrypoint(self, kQuickQuickImtConflictTrampoline),
2059 StubTest::GetEntrypoint(self,
2069 StubTest::GetEntrypoint(self, kQuickInvokeInterfaceTrampolineWithAccessCheck), self,
2128 StubTest::GetEntrypoint(self, kQuickIndexOf), self);
2160 const uintptr_t readBarrierSlow = StubTest::GetEntrypoint(self, kQuickReadBarrierSlow);
2197 StubTest::GetEntrypoint(self, kQuickReadBarrierForRootSlow);