Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
H A Dframes-inl.h248 inline WasmCompileLazyFrame::WasmCompileLazyFrame( in WasmCompileLazyFrame() function in v8::internal::WasmCompileLazyFrame
H A Dframes.h44 // - WasmCompileLazyFrame
109 IF_WASM(V, WASM_COMPILE_LAZY, WasmCompileLazyFrame) \
1080 class WasmCompileLazyFrame : public TypedFrame { class
1090 static WasmCompileLazyFrame* cast(StackFrame* frame) { in cast()
1092 return static_cast<WasmCompileLazyFrame*>(frame); in cast()
1096 inline explicit WasmCompileLazyFrame(StackFrameIteratorBase* iterator);
H A Dframes.cc2247 WasmInstanceObject WasmCompileLazyFrame::wasm_instance() const { in wasm_instance()
2251 FullObjectSlot WasmCompileLazyFrame::wasm_instance_slot() const { in wasm_instance_slot()
2256 void WasmCompileLazyFrame::Iterate(RootVisitor* v) const { in Iterate()
/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc218 FrameFinder<WasmCompileLazyFrame> frame_finder(isolate); in RUNTIME_FUNCTION()

Completed in 11 milliseconds