Home
last modified time | relevance | path

Searched refs:kReturnCountOffset (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dsignature.h25 DCHECK_EQ(kReturnCountOffset, offsetof(Signature, return_count_)); in Signature()
115 static constexpr size_t kReturnCountOffset = 0; variable
117 kReturnCountOffset + kSizetSize;
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc3118 MemOperand(signature, wasm::FunctionSig::kReturnCountOffset)); in LoadValueTypesArray()
3142 constexpr int kReturnCountOffset = kParamCountOffset - kSystemPointerSize; in GenericJSToWasmWrapperHelper() local
3144 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()