Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h93 int32_t (*pCmplDouble)(double, double); member
/art/compiler/dex/quick/mips/
Dfp_mips.cc191 offset = QUICK_ENTRYPOINT_OFFSET(pCmplDouble); in GenCmpFP()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc201 qpoints->pCmplDouble = CmplDouble; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc200 qpoints->pCmplDouble = CmplDouble; in InitEntryPoints()
/art/runtime/
Dthread.cc1663 QUICK_ENTRY_POINT_INFO(pCmplDouble),