Searched refs:WasmFrame (Results 1 - 16 of 16) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-debug.h | 28 class WasmFrame; 205 bool PrepareStep(WasmFrame*); 207 void PrepareStepOutTo(WasmFrame*); 214 void ClearStepping(WasmFrame*); 216 bool IsStepping(WasmFrame*);
|
H A D | wasm-debug.cc | 42 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 D | wasm-engine.cc | 1372 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 D | debug-wasm-objects.h | 32 class WasmFrame; 69 Handle<JSObject> GetWasmDebugProxy(WasmFrame* frame); 71 std::unique_ptr<debug::ScopeIterator> GetWasmScopeIterator(WasmFrame* frame);
|
H A D | debug-frames.h | 20 class WasmFrame;
|
H A D | debug-frames.cc | 80 auto wasm_frame = WasmFrame::cast(frame_); in GetFunctionName()
|
H A D | debug-wasm-objects.cc | 420 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 D | debug-stack-trace-iterator.cc | 165 return GetWasmScopeIterator(WasmFrame::cast(iterator_.frame())); in GetScopeIterator()
|
H A D | debug-evaluate.cc | 100 WasmFrame* frame = WasmFrame::cast(it.frame()); in Local()
|
H A D | debug.cc | 1242 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 D | runtime-test-wasm.cc | 155 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 D | runtime-wasm.cc | 64 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 D | frames-inl.h | 226 inline WasmFrame::WasmFrame(StackFrameIteratorBase* iterator) in WasmFrame() function in v8::internal::WasmFrame 230 : WasmFrame(iterator) {} in WasmExitFrame()
|
H A D | frames.cc | 1128 "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 D | frames.h | 41 // - 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 D | isolate.cc | 1977 WasmFrame* wasm_frame = static_cast<WasmFrame*>(frame); in ThrowInternal()
|
Completed in 32 milliseconds