Searched refs:pCheckCast (Results 1 - 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h52 void (*pCheckCast)(void*, void*); variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc160 qpoints->pCheckCast = art_quick_check_cast;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc161 qpoints->pCheckCast = art_quick_check_cast;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc143 qpoints->pCheckCast = art_quick_check_cast;
/art/compiler/dex/quick/
H A Dgen_common.cc1138 CallRuntimeHelperRegReg(QUICK_ENTRYPOINT_OFFSET(pCheckCast), TargetReg(kArg1),
/art/runtime/
H A Dthread.cc1635 QUICK_ENTRY_POINT_INFO(pCheckCast),

Completed in 749 milliseconds