Searched refs:call_fn (Results 1 – 1 of 1) sorted by relevance
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1033 LOOP_OVER_SHORTY_LOADING_REG a2, f14, call_fn 1034 LOOP_OVER_SHORTY_LOADING_REG a3, f15, call_fn 1035 LOOP_OVER_SHORTY_LOADING_REG a4, f16, call_fn 1036 LOOP_OVER_SHORTY_LOADING_REG a5, f17, call_fn 1037 LOOP_OVER_SHORTY_LOADING_REG a6, f18, call_fn 1038 LOOP_OVER_SHORTY_LOADING_REG a7, f19, call_fn 1041 ble $t2, $zero, call_fn # t2 = number of argument bytes remain 1050 call_fn: label
|