Home | History | Annotate | Download | only in arm64

Lines Matching refs:create_runtime

2203     Label create_arguments, create_array, create_holey_array, create_runtime,
2205 __ JumpIfSmi(arguments_list, &create_runtime);
2230 __ Bind(&create_runtime);
2247 __ CompareAndBranch(len, x11, ne, &create_runtime);
2262 __ B(ne, &create_runtime);
2266 __ B(ne, &create_runtime);
2283 __ B(hi, &create_runtime);