Home
last modified time | relevance | path

Searched refs:WasmFrame (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/wasm/
Dwasm-js.h13 class WasmFrame; variable
25 V8_EXPORT_PRIVATE static Handle<JSProxy> GetJSDebugProxy(WasmFrame* frame);
Dwasm-debug.cc120 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()
Dwasm-debug.h26 class WasmFrame; variable
177 bool IsStepping(WasmFrame*);
Dwasm-debug-evaluate.cc137 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()
Dwasm-js.cc2916 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()
Dwasm-engine.cc1237 live_wasm_code.insert(WasmFrame::cast(frame)->wasm_code()); in ReportLiveCodeFromStackForGC()
/external/v8/src/debug/
Ddebug-scope-iterator.h42 DebugWasmScopeIterator(Isolate* isolate, WasmFrame* frame);
58 WasmFrame* frame_;
Ddebug-frames.h20 class WasmFrame; variable
Ddebug-scope-iterator.cc132 WasmFrame* frame) in DebugWasmScopeIterator()
Ddebug-stack-trace-iterator.cc172 WasmFrame::cast(frame)); in GetScopeIterator()
Ddebug-evaluate.cc110 WasmFrame* frame = WasmFrame::cast(it.frame()); in WebAssembly()
Ddebug.cc1091 WasmFrame* wasm_frame = WasmFrame::cast(frame); in PrepareStep()
/external/v8/src/execution/
Dframes-inl.h245 inline WasmFrame::WasmFrame(StackFrameIteratorBase* iterator) in WasmFrame() function
249 : WasmFrame(iterator) {} in WasmExitFrame()
Dframes.cc1805 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 …]
Dframes.h98 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 {
Disolate.cc1777 WasmFrame* wasm_frame = static_cast<WasmFrame*>(frame); in ThrowInternal()
/external/v8/src/runtime/
Druntime-wasm.cc58 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()
Druntime-test.cc1006 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()