Lines Matching refs:AllocationResult
1959 MUST_USE_RESULT AllocationResult CopyJSObject(JSObject* source,
1963 MUST_USE_RESULT AllocationResult
1971 MUST_USE_RESULT AllocationResult AllocateJSObject(
1978 MUST_USE_RESULT AllocationResult
1983 MUST_USE_RESULT AllocationResult
1989 AllocationResult Allocate##Type(lane_type lanes[lane_count], \
1995 MUST_USE_RESULT AllocationResult
1999 MUST_USE_RESULT AllocationResult
2005 MUST_USE_RESULT AllocationResult CopyCode(Code* code,
2008 MUST_USE_RESULT AllocationResult CopyCode(Code* code);
2011 MUST_USE_RESULT AllocationResult
2018 MUST_USE_RESULT inline AllocationResult AllocateRaw(
2023 MUST_USE_RESULT AllocationResult
2028 MUST_USE_RESULT AllocationResult
2033 MUST_USE_RESULT AllocationResult
2037 MUST_USE_RESULT AllocationResult
2041 MUST_USE_RESULT AllocationResult
2045 MUST_USE_RESULT AllocationResult
2053 MUST_USE_RESULT AllocationResult
2055 MUST_USE_RESULT AllocationResult
2060 MUST_USE_RESULT inline AllocationResult AllocateInternalizedStringFromUtf8(
2063 MUST_USE_RESULT inline AllocationResult AllocateOneByteInternalizedString(
2066 MUST_USE_RESULT inline AllocationResult AllocateTwoByteInternalizedString(
2070 MUST_USE_RESULT AllocationResult
2074 MUST_USE_RESULT inline AllocationResult AllocateInternalizedStringImpl(
2078 MUST_USE_RESULT AllocationResult AllocateUninitializedFixedArray(int length);
2081 MUST_USE_RESULT inline AllocationResult CopyFixedArray(FixedArray* src);
2084 MUST_USE_RESULT AllocationResult
2088 MUST_USE_RESULT AllocationResult
2092 MUST_USE_RESULT inline AllocationResult CopyFixedDoubleArray(
2097 MUST_USE_RESULT AllocationResult
2101 MUST_USE_RESULT AllocationResult AllocateSymbol();
2104 MUST_USE_RESULT AllocationResult AllocateFixedTypedArrayWithExternalPointer(
2109 MUST_USE_RESULT AllocationResult
2114 MUST_USE_RESULT AllocationResult CopyAndTenureFixedCOWArray(FixedArray* src);
2117 MUST_USE_RESULT AllocationResult
2121 MUST_USE_RESULT AllocationResult AllocateUninitializedFixedDoubleArray(
2125 MUST_USE_RESULT AllocationResult AllocateEmptyFixedArray();
2128 MUST_USE_RESULT AllocationResult
2132 MUST_USE_RESULT AllocationResult AllocateCell(Object* value);
2135 MUST_USE_RESULT AllocationResult AllocatePropertyCell();
2137 MUST_USE_RESULT AllocationResult AllocateWeakCell(HeapObject* value);
2139 MUST_USE_RESULT AllocationResult AllocateTransitionArray(int capacity);
2142 MUST_USE_RESULT AllocationResult AllocateStruct(InstanceType type);
2145 MUST_USE_RESULT AllocationResult
2148 MUST_USE_RESULT AllocationResult
2151 MUST_USE_RESULT AllocationResult InternalizeStringWithKey(HashTableKey* key);
2153 MUST_USE_RESULT AllocationResult InternalizeString(String* str);