Lines Matching refs:MUST_USE_RESULT
1463 MUST_USE_RESULT HeapObject* PrecedeWithFiller(HeapObject* object,
1469 MUST_USE_RESULT HeapObject* AlignWithFiller(HeapObject* object,
1941 MUST_USE_RESULT AllocationResult CopyJSObject(JSObject* source,
1945 MUST_USE_RESULT AllocationResult
1953 MUST_USE_RESULT AllocationResult AllocateJSObject(
1960 MUST_USE_RESULT AllocationResult
1965 MUST_USE_RESULT AllocationResult AllocateHeapNumber(
1969 MUST_USE_RESULT AllocationResult
1973 MUST_USE_RESULT AllocationResult
1977 MUST_USE_RESULT AllocationResult CopyCode(Code* code);
1979 MUST_USE_RESULT AllocationResult
1983 MUST_USE_RESULT AllocationResult
1990 MUST_USE_RESULT inline AllocationResult AllocateRaw(
1995 MUST_USE_RESULT AllocationResult
2000 MUST_USE_RESULT AllocationResult
2005 MUST_USE_RESULT AllocationResult
2009 MUST_USE_RESULT AllocationResult
2013 MUST_USE_RESULT AllocationResult
2017 MUST_USE_RESULT AllocationResult
2025 MUST_USE_RESULT AllocationResult
2027 MUST_USE_RESULT AllocationResult
2032 MUST_USE_RESULT inline AllocationResult AllocateInternalizedStringFromUtf8(
2035 MUST_USE_RESULT inline AllocationResult AllocateOneByteInternalizedString(
2038 MUST_USE_RESULT inline AllocationResult AllocateTwoByteInternalizedString(
2042 MUST_USE_RESULT AllocationResult
2046 MUST_USE_RESULT inline AllocationResult AllocateInternalizedStringImpl(
2050 MUST_USE_RESULT AllocationResult AllocateUninitializedFixedArray(int length);
2053 MUST_USE_RESULT inline AllocationResult CopyFixedArray(FixedArray* src);
2056 MUST_USE_RESULT AllocationResult
2060 MUST_USE_RESULT AllocationResult CopyFixedArrayUpTo(FixedArray* src,
2065 MUST_USE_RESULT AllocationResult
2069 MUST_USE_RESULT inline AllocationResult CopyFixedDoubleArray(
2074 MUST_USE_RESULT AllocationResult
2078 MUST_USE_RESULT AllocationResult AllocateSymbol();
2081 MUST_USE_RESULT AllocationResult AllocateFixedTypedArrayWithExternalPointer(
2086 MUST_USE_RESULT AllocationResult
2091 MUST_USE_RESULT AllocationResult CopyAndTenureFixedCOWArray(FixedArray* src);
2094 MUST_USE_RESULT AllocationResult
2098 MUST_USE_RESULT AllocationResult AllocateUninitializedFixedDoubleArray(
2102 MUST_USE_RESULT AllocationResult AllocateEmptyFixedArray();
2105 MUST_USE_RESULT AllocationResult AllocateEmptyScopeInfo();
2108 MUST_USE_RESULT AllocationResult
2112 MUST_USE_RESULT AllocationResult AllocateCell(Object* value);
2115 MUST_USE_RESULT AllocationResult AllocatePropertyCell();
2117 MUST_USE_RESULT AllocationResult AllocateWeakCell(HeapObject* value);
2119 MUST_USE_RESULT AllocationResult AllocateTransitionArray(int capacity);
2122 MUST_USE_RESULT AllocationResult AllocateStruct(InstanceType type);
2125 MUST_USE_RESULT AllocationResult
2128 MUST_USE_RESULT AllocationResult