Home
last modified time | relevance | path

Searched refs:WasmInterpreterEntryFrame (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dframes-inl.h199 inline WasmInterpreterEntryFrame::WasmInterpreterEntryFrame( in WasmInterpreterEntryFrame() function
Dframes.cc1861 void WasmInterpreterEntryFrame::Iterate(RootVisitor* v) const { in Iterate()
1865 void WasmInterpreterEntryFrame::Print(StringStream* accumulator, PrintMode mode, in Print()
1875 void WasmInterpreterEntryFrame::Summarize( in Summarize()
1888 Code* WasmInterpreterEntryFrame::unchecked_code() const { UNREACHABLE(); } in unchecked_code()
1890 WasmInstanceObject* WasmInterpreterEntryFrame::wasm_instance() const { in wasm_instance()
1896 WasmDebugInfo* WasmInterpreterEntryFrame::debug_info() const { in debug_info()
1900 WasmModuleObject* WasmInterpreterEntryFrame::module_object() const { in module_object()
1904 Script* WasmInterpreterEntryFrame::script() const { in script()
1908 int WasmInterpreterEntryFrame::position() const { in position()
1912 Object* WasmInterpreterEntryFrame::context() const { in context()
[all …]
Dframes.h96 V(WASM_INTERPRETER_ENTRY, WasmInterpreterEntryFrame) \
1003 class WasmInterpreterEntryFrame final : public StandardFrame {
1027 static WasmInterpreterEntryFrame* cast(StackFrame* frame) { in cast()
1029 return static_cast<WasmInterpreterEntryFrame*>(frame); in cast()
1033 inline explicit WasmInterpreterEntryFrame(StackFrameIteratorBase* iterator);
Disolate.cc636 builder.AppendStandardFrame(WasmInterpreterEntryFrame::cast(frame)); in CaptureSimpleStackTrace()
1439 WasmInterpreterEntryFrame* interpreter_frame = in Throw()
1440 WasmInterpreterEntryFrame::cast(frame); in Throw()
/external/v8/src/debug/
Ddebug-frames.cc47 WasmInterpreterEntryFrame::cast(frame_) in FrameInspector()
Ddebug-scope-iterator.cc159 WasmInterpreterEntryFrame::cast(frame_)->debug_info(), isolate_); in GetObject()
Ddebug.cc978 WasmInterpreterEntryFrame* wasm_frame = in PrepareStep()
979 WasmInterpreterEntryFrame::cast(frame); in PrepareStep()
/external/v8/src/runtime/
Druntime-wasm.cc38 result = WasmInterpreterEntryFrame::cast(it.frame())->wasm_instance(); in GetWasmInstanceOnStackTop()
/external/v8/src/wasm/
Dwasm-debug.cc287 WasmInterpreterEntryFrame* frame = in GetInstanceObject()
288 WasmInterpreterEntryFrame::cast(it.frame()); in GetInstanceObject()