Lines Matching refs:AllocationResult
651 MUST_USE_RESULT AllocationResult
1371 MUST_USE_RESULT AllocationResult
1379 MUST_USE_RESULT AllocationResult
1387 MUST_USE_RESULT AllocationResult
1393 MUST_USE_RESULT AllocationResult
1398 MUST_USE_RESULT AllocationResult
1403 MUST_USE_RESULT AllocationResult
1406 MUST_USE_RESULT AllocationResult CopyCode(Code* code);
1409 MUST_USE_RESULT AllocationResult
1662 MUST_USE_RESULT inline AllocationResult AllocateRaw(
1666 MUST_USE_RESULT AllocationResult
1671 MUST_USE_RESULT AllocationResult
1682 MUST_USE_RESULT AllocationResult
1686 MUST_USE_RESULT AllocationResult
1690 MUST_USE_RESULT AllocationResult
1694 MUST_USE_RESULT AllocationResult
1702 MUST_USE_RESULT AllocationResult
1704 MUST_USE_RESULT AllocationResult
1712 MUST_USE_RESULT inline AllocationResult AllocateInternalizedStringFromUtf8(
1715 MUST_USE_RESULT inline AllocationResult AllocateOneByteInternalizedString(
1718 MUST_USE_RESULT inline AllocationResult AllocateTwoByteInternalizedString(
1722 MUST_USE_RESULT AllocationResult
1726 MUST_USE_RESULT inline AllocationResult AllocateInternalizedStringImpl(
1730 MUST_USE_RESULT AllocationResult AllocateUninitializedFixedArray(int length);
1734 MUST_USE_RESULT inline AllocationResult CopyFixedArray(FixedArray* src);
1738 MUST_USE_RESULT AllocationResult
1743 MUST_USE_RESULT inline AllocationResult CopyFixedDoubleArray(
1748 MUST_USE_RESULT inline AllocationResult CopyConstantPoolArray(
1754 MUST_USE_RESULT AllocationResult
1758 MUST_USE_RESULT AllocationResult AllocateSymbol();
1761 MUST_USE_RESULT AllocationResult
1764 MUST_USE_RESULT AllocationResult AllocateConstantPoolArray(
1767 MUST_USE_RESULT AllocationResult AllocateExtendedConstantPoolArray(
1772 MUST_USE_RESULT AllocationResult
1777 MUST_USE_RESULT AllocationResult
1782 MUST_USE_RESULT AllocationResult CopyAndTenureFixedCOWArray(FixedArray* src);
1785 MUST_USE_RESULT AllocationResult
1789 MUST_USE_RESULT AllocationResult AllocateUninitializedFixedDoubleArray(
1800 MUST_USE_RESULT AllocationResult AllocateEmptyFixedArray();
1803 MUST_USE_RESULT AllocationResult
1807 MUST_USE_RESULT AllocationResult
1811 MUST_USE_RESULT AllocationResult AllocateEmptyConstantPoolArray();
1814 MUST_USE_RESULT AllocationResult AllocateCell(Object* value);
1817 MUST_USE_RESULT AllocationResult AllocatePropertyCell();
1820 MUST_USE_RESULT AllocationResult AllocateStruct(InstanceType type);
1823 MUST_USE_RESULT AllocationResult
1826 MUST_USE_RESULT AllocationResult
1829 MUST_USE_RESULT AllocationResult InternalizeStringWithKey(HashTableKey* key);
1831 MUST_USE_RESULT AllocationResult InternalizeString(String* str);