Home | History | Annotate | Download | only in cctest

Lines Matching refs:claim

3801   __ Claim(0);
3803 __ Claim(xzr, 8);
3805 __ Claim(xzr, 0);
3807 __ Claim(x7, 0);
8310 __ Claim(4);
8376 __ Claim(4);
8451 __ Claim(4);
8503 __ Claim(4);
8520 __ Claim(1);
8572 // * Claim <claim> bytes to set the stack alignment.
8576 // * Drop <claim> bytes to restore the original stack pointer.
8581 int claim,
8625 // Claim memory first, as requested.
8626 __ Claim(claim, kByteSizeInBytes);
8670 __ Drop(claim, kByteSizeInBytes);
8698 for (int claim = 0; claim <= 8; claim++) {
8700 PushPopJsspSimpleHelper(count, claim, kWRegSizeInBits,
8702 PushPopJsspSimpleHelper(count, claim, kWRegSizeInBits,
8704 PushPopJsspSimpleHelper(count, claim, kWRegSizeInBits,
8706 PushPopJsspSimpleHelper(count, claim, kWRegSizeInBits,
8710 PushPopJsspSimpleHelper(kPushPopJsspMaxRegCount, claim, kWRegSizeInBits,
8712 PushPopJsspSimpleHelper(kPushPopJsspMaxRegCount, claim, kWRegSizeInBits,
8714 PushPopJsspSimpleHelper(kPushPopJsspMaxRegCount, claim, kWRegSizeInBits,
8716 PushPopJsspSimpleHelper(kPushPopJsspMaxRegCount, claim, kWRegSizeInBits,
8724 for (int claim = 0; claim <= 8; claim++) {
8726 PushPopJsspSimpleHelper(count, claim, kXRegSizeInBits,
8728 PushPopJsspSimpleHelper(count, claim, kXRegSizeInBits,
8730 PushPopJsspSimpleHelper(count, claim, kXRegSizeInBits,
8732 PushPopJsspSimpleHelper(count, claim, kXRegSizeInBits,
8736 PushPopJsspSimpleHelper(kPushPopJsspMaxRegCount, claim, kXRegSizeInBits,
8738 PushPopJsspSimpleHelper(kPushPopJsspMaxRegCount, claim, kXRegSizeInBits,
8740 PushPopJsspSimpleHelper(kPushPopJsspMaxRegCount, claim, kXRegSizeInBits,
8742 PushPopJsspSimpleHelper(kPushPopJsspMaxRegCount, claim, kXRegSizeInBits,
8753 // * Claim <claim> bytes to set the stack alignment.
8757 // * Drop <claim> bytes to restore the original stack pointer.
8762 int claim,
8809 // Claim memory first, as requested.
8810 __ Claim(claim, kByteSizeInBytes);
8854 __ Drop(claim, kByteSizeInBytes);
8881 for (int claim = 0; claim <= 8; claim++) {
8883 PushPopFPJsspSimpleHelper(count, claim, kSRegSizeInBits,
8885 PushPopFPJsspSimpleHelper(count, claim, kSRegSizeInBits,
8887 PushPopFPJsspSimpleHelper(count, claim, kSRegSizeInBits,
8889 PushPopFPJsspSimpleHelper(count, claim, kSRegSizeInBits,
8893 PushPopFPJsspSimpleHelper(kPushPopFPJsspMaxRegCount, claim, kSRegSizeInBits,
8895 PushPopFPJsspSimpleHelper(kPushPopFPJsspMaxRegCount, claim, kSRegSizeInBits,
8897 PushPopFPJsspSimpleHelper(kPushPopFPJsspMaxRegCount, claim, kSRegSizeInBits,
8899 PushPopFPJsspSimpleHelper(kPushPopFPJsspMaxRegCount, claim, kSRegSizeInBits,
8907 for (int claim = 0; claim <= 8; claim++) {
8909 PushPopFPJsspSimpleHelper(count, claim, kDRegSizeInBits,
8911 PushPopFPJsspSimpleHelper(count, claim, kDRegSizeInBits,
8913 PushPopFPJsspSimpleHelper(count, claim, kDRegSizeInBits,
8915 PushPopFPJsspSimpleHelper(count, claim, kDRegSizeInBits,
8919 PushPopFPJsspSimpleHelper(kPushPopFPJsspMaxRegCount, claim, kDRegSizeInBits,
8921 PushPopFPJsspSimpleHelper(kPushPopFPJsspMaxRegCount, claim, kDRegSizeInBits,
8923 PushPopFPJsspSimpleHelper(kPushPopFPJsspMaxRegCount, claim, kDRegSizeInBits,
8925 PushPopFPJsspSimpleHelper(kPushPopFPJsspMaxRegCount, claim, kDRegSizeInBits,
8933 static void PushPopJsspMixedMethodsHelper(int claim, int reg_size) {
8973 // Claim memory first, as requested.
8974 __ Claim(claim, kByteSizeInBytes);
8995 __ Drop(claim, kByteSizeInBytes);
9022 for (int claim = 0; claim <= 8; claim++) {
9023 PushPopJsspMixedMethodsHelper(claim, kXRegSizeInBits);
9030 for (int claim = 0; claim <= 8; claim++) {
9031 PushPopJsspMixedMethodsHelper(claim, kWRegSizeInBits);
9037 static void PushPopJsspWXOverlapHelper(int reg_count, int claim) {
9087 // Claim memory first, as requested.
9088 __ Claim(claim, kByteSizeInBytes);
9198 __ Drop(claim
9239 for (int claim = 0; claim <= 8; claim++) {
9241 PushPopJsspWXOverlapHelper(count, claim);
9242 PushPopJsspWXOverlapHelper(count, claim);
9243 PushPopJsspWXOverlapHelper(count, claim);
9244 PushPopJsspWXOverlapHelper(count, claim);
9247 PushPopJsspWXOverlapHelper(kPushPopJsspMaxRegCount, claim);
9248 PushPopJsspWXOverlapHelper(kPushPopJsspMaxRegCount, claim);
9249 PushPopJsspWXOverlapHelper(kPushPopJsspMaxRegCount, claim);
9250 PushPopJsspWXOverlapHelper(kPushPopJsspMaxRegCount, claim);
9267 __ Claim(2);
9275 __ Claim(2);
9281 __ Claim(2);
9287 __ Claim(2);
9291 __ Claim(2);
9295 __ Claim(2);