Searched refs:call_fn (Results 1 – 1 of 1) sorted by relevance
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1067 LOOP_OVER_SHORTY_LOADING_REG a2, f14, call_fn 1068 LOOP_OVER_SHORTY_LOADING_REG a3, f15, call_fn 1069 LOOP_OVER_SHORTY_LOADING_REG a4, f16, call_fn 1070 LOOP_OVER_SHORTY_LOADING_REG a5, f17, call_fn 1071 LOOP_OVER_SHORTY_LOADING_REG a6, f18, call_fn 1072 LOOP_OVER_SHORTY_LOADING_REG a7, f19, call_fn 1075 ble $t2, $zero, call_fn # t2 = number of argument bytes remain 1084 call_fn: label
|