Home | History | Annotate | Download | only in arm64

Lines Matching refs:call_type

1041   Register call_type = x4;
1066 __ Mov(call_type, static_cast<int>(call_type_JS_func));
1117 __ Mov(call_type, static_cast<int>(call_type_JS_func));
1135 __ Mov(call_type, static_cast<int>(call_type_func_proxy));
1139 __ Mov(call_type, static_cast<int>(call_type_non_func));
1174 __ Cbz(call_type, &js_function);
1177 __ Cmp(call_type, static_cast<int>(call_type_func_proxy));