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

  /art/runtime/arch/
stub_test.cc 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);
    [all...]
  /art/compiler/optimizing/
prepare_for_register_allocation.cc 100 if (user->AsNewInstance()->GetEntrypoint() == kQuickAllocObjectInitialized) {
185 if (new_inst != nullptr && new_inst->GetEntrypoint() == kQuickAllocObjectResolved) {
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
nodes.h     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 124 milliseconds