Searched refs:kReturnCountOffset (Results 1 – 2 of 2) sorted by relevance
25 DCHECK_EQ(kReturnCountOffset, offsetof(Signature, return_count_)); in Signature()115 static constexpr size_t kReturnCountOffset = 0; variable117 kReturnCountOffset + kSizetSize;
3118 MemOperand(signature, wasm::FunctionSig::kReturnCountOffset)); in LoadValueTypesArray()3142 constexpr int kReturnCountOffset = kParamCountOffset - kSystemPointerSize; in GenericJSToWasmWrapperHelper() local3144 kReturnCountOffset - kSystemPointerSize; in GenericJSToWasmWrapperHelper()3265 __ movq(MemOperand(rbp, kReturnCountOffset), return_count); in GenericJSToWasmWrapperHelper()3438 __ movq(return_count, MemOperand(rbp, kReturnCountOffset)); in GenericJSToWasmWrapperHelper()3701 __ movq(return_count, MemOperand(rbp, kReturnCountOffset)); in GenericJSToWasmWrapperHelper()