Lines Matching refs:GetEntrypoint

534   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);
819 StubTest::GetEntrypoint(self, kQuickCheckInstanceOf);
934 StubTest::GetEntrypoint(self, kQuickAllocObjectWithChecks),
946 StubTest::GetEntrypoint(self, kQuickAllocObjectResolved),
958 StubTest::GetEntrypoint(self, kQuickAllocObjectInitialized),
1014 StubTest::GetEntrypoint(self, kQuickAllocObjectInitialized),
1055 StubTest::GetEntrypoint(self, kQuickAllocArrayResolved32),
1075 StubTest::GetEntrypoint(self, kQuickAllocArrayResolved32),
1101 const uintptr_t art_quick_string_compareto = StubTest::GetEntrypoint(self, kQuickStringCompareTo);
1187 StubTest::GetEntrypoint(self, kQuickSet8Static),
1193 StubTest::GetEntrypoint(self, kQuickGetBooleanStatic),
1217 StubTest::GetEntrypoint(self, kQuickSet8Static),
1223 StubTest::GetEntrypoint(self, kQuickGetByteStatic),
1248 StubTest::GetEntrypoint(self, kQuickSet8Instance),
1260 StubTest::GetEntrypoint(self, kQuickGetBooleanInstance),
1283 StubTest::GetEntrypoint(self, kQuickSet8Instance),
1294 StubTest::GetEntrypoint(self, kQuickGetByteInstance),
1318 StubTest::GetEntrypoint(self, kQuickSet16Static),
1324 StubTest::GetEntrypoint(self, kQuickGetCharStatic),
1348 StubTest::GetEntrypoint(self, kQuickSet16Static),
1354 StubTest::GetEntrypoint(self, kQuickGetShortStatic),
1379 StubTest::GetEntrypoint(self, kQuickSet16Instance),
1390 StubTest::GetEntrypoint(self, kQuickGetCharInstance),
1413 StubTest::GetEntrypoint(self, kQuickSet16Instance),
1424 StubTest::GetEntrypoint(self, kQuickGetShortInstance),
1448 StubTest::GetEntrypoint(self, kQuickSet32Static),
1454 StubTest::GetEntrypoint(self, kQuickGet32Static),
1484 StubTest::GetEntrypoint(self, kQuickSet32Instance),
1497 StubTest::GetEntrypoint(self, kQuickGet32Instance),
1520 StubTest::GetEntrypoint(self, kQuickSetObjStatic),
1526 StubTest::GetEntrypoint(self, kQuickGetObjStatic),
1564 StubTest::GetEntrypoint(self, kQuickSetObjInstance),
1571 StubTest::GetEntrypoint(self, kQuickGetObjInstance),
1616 StubTest::GetEntrypoint(self, kQuickSet64Static),
1622 StubTest::GetEntrypoint(self, kQuickGet64Static),
1648 StubTest::GetEntrypoint(self, kQuickSet64Instance),
1661 StubTest::GetEntrypoint(self, kQuickGet64Instance),
1858 StubTest::GetEntrypoint(self, kQuickQuickToInterpreterBridge)));
1913 StubTest::GetEntrypoint(self, kQuickQuickImtConflictTrampoline),
1933 StubTest::GetEntrypoint(self, kQuickQuickImtConflictTrampoline),
1946 StubTest::GetEntrypoint(self,
1956 StubTest::GetEntrypoint(self, kQuickInvokeInterfaceTrampolineWithAccessCheck), self,
2015 StubTest::GetEntrypoint(self, kQuickIndexOf), self);
2049 const uintptr_t readBarrierSlow = StubTest::GetEntrypoint(self, kQuickReadBarrierSlow);
2086 StubTest::GetEntrypoint(self, kQuickReadBarrierForRootSlow);