Home
last modified time | relevance | path

Searched refs:WasmFrameConstants (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dframe-constants.h241 class WasmFrameConstants : public TypedFrameConstants { class
248 class WasmExitFrameConstants : public WasmFrameConstants {
H A Dframes.cc1120 frame_header_size = WasmFrameConstants::kFixedFrameSizeFromFp; in IterateCompiledFrame()
1127 WasmFrameConstants::kFixedSlotCountFromFp + 1, in IterateCompiledFrame()
1129 frame_header_size = WasmFrameConstants::kFixedFrameSizeFromFp; in IterateCompiledFrame()
2082 const int offset = WasmFrameConstants::kWasmInstanceOffset; in wasm_instance()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-wasm-gen.cc17 return CAST(LoadFromParentFrame(WasmFrameConstants::kWasmInstanceOffset)); in LoadInstanceFromFrame()
/third_party/node/deps/v8/src/compiler/
H A Dlinkage.cc203 return WasmFrameConstants::kFixedSlotCount; in CalculateFixedFrameSize()

Completed in 8 milliseconds