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

  /art/runtime/arch/arm/
entrypoints_init_arm.cc 42 extern "C" void art_quick_check_cast(void*, void*);
148 qpoints->pCheckCast = art_quick_check_cast;
quick_entrypoints_arm.S 448 ENTRY art_quick_check_cast
474 END art_quick_check_cast
    [all...]
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 41 extern "C" void art_quick_check_cast(void*, void*);
130 qpoints->pCheckCast = art_quick_check_cast;
quick_entrypoints_arm64.S 1035 ENTRY art_quick_check_cast
    [all...]
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 43 extern "C" void art_quick_check_cast(void*, void*);
153 qpoints->pCheckCast = art_quick_check_cast;
quick_entrypoints_mips.S 588 ENTRY art_quick_check_cast
615 END art_quick_check_cast
    [all...]
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 41 extern "C" void art_quick_check_cast(void*, void*);
131 qpoints->pCheckCast = art_quick_check_cast;
quick_entrypoints_x86.S 621 DEFINE_FUNCTION art_quick_check_cast
647 END_FUNCTION art_quick_check_cast
    [all...]
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 42 extern "C" void art_quick_check_cast(void*, void*);
135 qpoints->pCheckCast = art_quick_check_cast;
quick_entrypoints_x86_64.S     [all...]
  /art/runtime/arch/
stub_test.cc 820 extern "C" void art_quick_check_cast(void);
827 const uintptr_t art_quick_check_cast = StubTest::GetEntrypoint(self, kQuickCheckCast); local
842 art_quick_check_cast, self); local
847 art_quick_check_cast, self); local
852 art_quick_check_cast, self); local
859 art_quick_check_cast, self); local
    [all...]

Completed in 481 milliseconds