Searched refs:WasmFrame (Results 1 – 18 of 18) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-js.h | 13 class WasmFrame; variable 25 V8_EXPORT_PRIVATE static Handle<JSProxy> GetJSDebugProxy(WasmFrame* frame);
|
D | wasm-debug.cc | 120 Address FindNewPC(WasmFrame* frame, WasmCode* wasm_code, int byte_offset, in FindNewPC() 369 WasmFrame* frame = WasmFrame::cast(it.frame()); in DeadBreakpoint() 487 void FloodWithBreakpoints(WasmFrame* frame, ReturnLocation return_location) { in FloodWithBreakpoints() 503 WasmFrame* frame = WasmFrame::cast(it.frame()); in PrepareStep() 515 frame = WasmFrame::cast(it.frame()); in PrepareStep() 531 bool IsStepping(WasmFrame* frame) { in IsStepping() 770 WasmFrame* frame = WasmFrame::cast(it.frame()); in UpdateReturnAddresses() 778 void UpdateReturnAddress(WasmFrame* frame, WasmCode* new_code, in UpdateReturnAddress() 795 bool IsAtReturn(WasmFrame* frame) { in IsAtReturn() 890 bool DebugInfo::IsStepping(WasmFrame* frame) { in IsStepping()
|
D | wasm-debug.h | 26 class WasmFrame; variable 177 bool IsStepping(WasmFrame*);
|
D | wasm-debug-evaluate.cc | 137 WasmFrame::cast(frame_)->native_module()->GetDebugInfo(); in GetLocal() 147 WasmFrame::cast(frame_)->native_module()->module()->globals.at(global); in GetGlobal() 150 WasmFrame::cast(frame_)->wasm_instance(), isolate_); in GetGlobal() 159 WasmFrame::cast(frame_)->native_module()->GetDebugInfo(); in GetOperand()
|
D | wasm-js.cc | 2916 WasmFrame* frame, Handle<JSMap> name_table, in GetJSProxy() 2942 Handle<JSObject> GetStackObject(WasmFrame* frame) { in GetStackObject() 2993 Handle<JSProxy> WasmJs::GetJSDebugProxy(WasmFrame* frame) { in GetJSDebugProxy()
|
D | wasm-engine.cc | 1237 live_wasm_code.insert(WasmFrame::cast(frame)->wasm_code()); in ReportLiveCodeFromStackForGC()
|
/external/v8/src/debug/ |
D | debug-scope-iterator.h | 42 DebugWasmScopeIterator(Isolate* isolate, WasmFrame* frame); 58 WasmFrame* frame_;
|
D | debug-frames.h | 20 class WasmFrame; variable
|
D | debug-scope-iterator.cc | 132 WasmFrame* frame) in DebugWasmScopeIterator()
|
D | debug-stack-trace-iterator.cc | 172 WasmFrame::cast(frame)); in GetScopeIterator()
|
D | debug-evaluate.cc | 110 WasmFrame* frame = WasmFrame::cast(it.frame()); in WebAssembly()
|
D | debug.cc | 1091 WasmFrame* wasm_frame = WasmFrame::cast(frame); in PrepareStep()
|
/external/v8/src/execution/ |
D | frames-inl.h | 245 inline WasmFrame::WasmFrame(StackFrameIteratorBase* iterator) in WasmFrame() function 249 : WasmFrame(iterator) {} in WasmExitFrame()
|
D | frames.cc | 1805 void WasmFrame::Print(StringStream* accumulator, PrintMode mode, in Print() 1833 Code WasmFrame::unchecked_code() const { in unchecked_code() 1837 wasm::WasmCode* WasmFrame::wasm_code() const { in wasm_code() 1841 WasmInstanceObject WasmFrame::wasm_instance() const { in wasm_instance() 1847 wasm::NativeModule* WasmFrame::native_module() const { in native_module() 1851 WasmModuleObject WasmFrame::module_object() const { in module_object() 1855 uint32_t WasmFrame::function_index() const { in function_index() 1859 Script WasmFrame::script() const { return module_object().script(); } in script() 1861 int WasmFrame::position() const { in position() 1868 int WasmFrame::byte_offset() const { in byte_offset() [all …]
|
D | frames.h | 98 V(WASM, WasmFrame) \ 938 class WasmFrame : public TypedFrame { 968 static WasmFrame* cast(StackFrame* frame) { in cast() 970 return static_cast<WasmFrame*>(frame); in cast() 974 inline explicit WasmFrame(StackFrameIteratorBase* iterator); 981 class WasmExitFrame : public WasmFrame {
|
D | isolate.cc | 1777 WasmFrame* wasm_frame = static_cast<WasmFrame*>(frame); in ThrowInternal()
|
/external/v8/src/runtime/ |
D | runtime-wasm.cc | 58 return FrameFinder<WasmFrame, StackFrame::EXIT>(isolate) in GetWasmInstanceOnStackTop() 257 FrameFinder<WasmFrame, StackFrame::EXIT> frame_finder(isolate); in RUNTIME_FUNCTION() 508 FrameFinder<WasmFrame, StackFrame::EXIT, StackFrame::WASM_DEBUG_BREAK> in RUNTIME_FUNCTION() 517 WasmFrame* frame = frame_finder.frame(); in RUNTIME_FUNCTION()
|
D | runtime-test.cc | 1006 WasmFrame* frame = WasmFrame::cast(it.frame()); in RUNTIME_FUNCTION() 1044 WasmFrame* frame = WasmFrame::cast(it.frame()); in RUNTIME_FUNCTION() 1500 WasmFrame* frame = WasmFrame::cast(it.frame()); in RUNTIME_FUNCTION()
|