Searched refs:result_mark (Results 1 – 2 of 2) sorted by relevance
1422 result_mark(AllocateSegment(request), result); in AllocateAllocationValues()2066 return result_mark(Result::kFailRequiresUncommit, eviction_result); in AllocateSegment()2096 result_mark(prefetch_result, allocation_result); in AllocateSegment()2101 return result_mark(Result::kFailRequiresUncommit, allocation_result); in AllocateSegment()2492 result_mark(Result::kFailViolatesAsyncCopyOrdering, result); in Prefetch()2499 result_mark(Result::kFailOutOfAsyncCopies, result); in Prefetch()2526 result_mark(Result::kFailOutOfMemory, result); in Prefetch()
1109 static Result result_mark(Result failure, Result& result) { in result_mark() function