Home
last modified time | relevance | path

Searched refs:pCmpgFloat (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h92 int32_t (*pCmpgFloat)(float, float); member
/art/compiler/dex/quick/mips/
Dfp_mips.cc187 offset = QUICK_ENTRYPOINT_OFFSET(pCmpgFloat); in GenCmpFP()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc200 qpoints->pCmpgFloat = CmpgFloat; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc199 qpoints->pCmpgFloat = CmpgFloat; in InitEntryPoints()
/art/runtime/
Dthread.cc1662 QUICK_ENTRY_POINT_INFO(pCmpgFloat),