Home
last modified time | relevance | path

Searched refs:WasmFrame (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.h28 class WasmFrame;
205 bool PrepareStep(WasmFrame*);
207 void PrepareStepOutTo(WasmFrame*);
214 void ClearStepping(WasmFrame*);
216 bool IsStepping(WasmFrame*);
H A Dwasm-debug.cc42 Address FindNewPC(WasmFrame* frame, WasmCode* wasm_code, int byte_offset, in FindNewPC()
224 int DeadBreakpoint(WasmFrame* frame, base::Vector<const int> breakpoints) { in DeadBreakpoint()
240 auto* wasm_frame = WasmFrame::cast(it.frame()); in DeadBreakpoint()
394 void FloodWithBreakpoints(WasmFrame* frame, ReturnLocation return_location) { in FloodWithBreakpoints()
407 bool PrepareStep(WasmFrame* frame) { in PrepareStep()
416 void PrepareStepOutTo(WasmFrame* frame) { in PrepareStepOutTo()
423 void ClearStepping(WasmFrame* frame) { in ClearStepping()
442 bool IsStepping(WasmFrame* frame) { in IsStepping()
686 WasmFrame* frame = WasmFrame in UpdateReturnAddresses()
[all...]
H A Dwasm-engine.cc1372 live_wasm_code.insert(WasmFrame::cast(frame)->wasm_code()); in ReportLiveCodeFromFrameForGC()
1374 if (WasmFrame::cast(frame)->wasm_code()->for_debugging()) { in ReportLiveCodeFromFrameForGC()
1375 Address osr_target = base::Memory<Address>(WasmFrame::cast(frame)->fp() - in ReportLiveCodeFromFrameForGC()
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.h32 class WasmFrame;
69 Handle<JSObject> GetWasmDebugProxy(WasmFrame* frame);
71 std::unique_ptr<debug::ScopeIterator> GetWasmScopeIterator(WasmFrame* frame);
H A Ddebug-frames.h20 class WasmFrame;
H A Ddebug-frames.cc80 auto wasm_frame = WasmFrame::cast(frame_); in GetFunctionName()
H A Ddebug-wasm-objects.cc420 static Handle<JSObject> Create(WasmFrame* frame) { in Create()
472 static Handle<JSObject> Create(WasmFrame* frame) { in Create()
631 static Handle<JSObject> Create(WasmFrame* frame) { in Create()
660 explicit DebugWasmScopeIterator(WasmFrame* frame) in DebugWasmScopeIterator()
758 WasmFrame* const frame_;
1008 Handle<JSObject> GetWasmDebugProxy(WasmFrame* frame) { in GetWasmDebugProxy()
1012 std::unique_ptr<debug::ScopeIterator> GetWasmScopeIterator(WasmFrame* frame) { in GetWasmScopeIterator()
H A Ddebug-stack-trace-iterator.cc165 return GetWasmScopeIterator(WasmFrame::cast(iterator_.frame())); in GetScopeIterator()
H A Ddebug-evaluate.cc100 WasmFrame* frame = WasmFrame::cast(it.frame()); in Local()
H A Ddebug.cc1242 WasmFrame* wasm_frame = WasmFrame::cast(frame); in PrepareStep()
1301 WasmFrame* wasm_frame = WasmFrame::cast(frames_it.frame()); in PrepareStep()
/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc155 WasmFrame* frame = WasmFrame::cast(it.frame()); in RUNTIME_FUNCTION()
192 WasmFrame* frame = WasmFrame::cast(it.frame()); in RUNTIME_FUNCTION()
416 WasmFrame* frame = WasmFrame::cast(it.frame()); in RUNTIME_FUNCTION()
H A Druntime-wasm.cc64 return FrameFinder<WasmFrame>(isolate, skipped_frame_types)
315 FrameFinder<WasmFrame> frame_finder(isolate); in RUNTIME_FUNCTION()
559 FrameFinder<WasmFrame> frame_finder( in RUNTIME_FUNCTION()
561 WasmFrame* frame = frame_finder.frame(); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/
H A Dframes-inl.h226 inline WasmFrame::WasmFrame(StackFrameIteratorBase* iterator) in WasmFrame() function in v8::internal::WasmFrame
230 : WasmFrame(iterator) {} in WasmExitFrame()
H A Dframes.cc1128 "WasmExitFrame has one slot more than WasmFrame"); in IterateCompiledFrame()
2047 void WasmFrame::Print(StringStream* accumulator, PrintMode mode, in Print()
2077 wasm::WasmCode* WasmFrame::wasm_code() const { in wasm_code()
2081 WasmInstanceObject WasmFrame::wasm_instance() const { in wasm_instance()
2087 wasm::NativeModule* WasmFrame::native_module() const { in native_module()
2091 WasmModuleObject WasmFrame::module_object() const { in module_object()
2095 int WasmFrame::function_index() const { in function_index()
2100 Script WasmFrame::script() const { return module_object().script(); } in script()
2102 int WasmFrame::position() const { in position()
2109 int WasmFrame
[all...]
H A Dframes.h41 // - WasmFrame
102 IF_WASM(V, WASM, WasmFrame) \
957 class WasmFrame : public TypedFrame { class
984 static WasmFrame* cast(StackFrame* frame) { in cast()
986 return static_cast<WasmFrame*>(frame); in cast()
990 inline explicit WasmFrame(StackFrameIteratorBase* iterator);
997 class WasmExitFrame : public WasmFrame {
H A Disolate.cc1977 WasmFrame* wasm_frame = static_cast<WasmFrame*>(frame); in ThrowInternal()

Completed in 32 milliseconds