Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
H A Dframes-inl.h207 inline StubFrame::StubFrame(StackFrameIteratorBase* iterator) in StubFrame() function in v8::internal::StubFrame
237 : StubFrame(iterator) {} in WasmToJsFrame()
240 : StubFrame(iterator) {} in JsToWasmFrame()
246 : StubFrame(iterator) {} in CWasmEntryFrame()
H A Dframes.h35 // - StubFrame
113 V(STUB, StubFrame) \
790 class StubFrame : public TypedFrame { class
802 inline explicit StubFrame(StackFrameIteratorBase* iterator);
1031 class WasmToJsFrame : public StubFrame {
1042 class JsToWasmFrame : public StubFrame {
1068 class CWasmEntryFrame : public StubFrame {
H A Dframes.cc1274 Code StubFrame::unchecked_code() const { in unchecked_code()
1278 int StubFrame::LookupExceptionHandlerInTable() { in LookupExceptionHandlerInTable()
H A Disolate.cc2038 StubFrame* stub_frame = static_cast<StubFrame*>(frame); in ThrowInternal()

Completed in 15 milliseconds