Home | History | Annotate | Download | only in arm64

Lines Matching refs:non_constructor

3023   Label non_constructor;
3024 __ JumpIfSmi(x1, &non_constructor);
3033 __ TestAndBranchIfAllClear(x2, 1 << Map::kIsConstructor, &non_constructor);
3058 __ bind(&non_constructor);