Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h94 int32_t (*pCmplFloat)(float, float); member
/art/compiler/dex/quick/mips/
Dfp_mips.cc183 offset = QUICK_ENTRYPOINT_OFFSET(pCmplFloat); in GenCmpFP()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc202 qpoints->pCmplFloat = CmplFloat; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc201 qpoints->pCmplFloat = CmplFloat; in InitEntryPoints()
/art/runtime/
Dthread.cc1664 QUICK_ENTRY_POINT_INFO(pCmplFloat),