HomeSort by relevance Sort by last modified time
    Searched refs:GetEntrypoint (Results 1 - 10 of 10) 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/
prepare_for_register_allocation.cc 78 if (user->AsNewInstance()->GetEntrypoint() == kQuickAllocObjectInitialized) {
inliner.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
nodes.h     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 89 milliseconds