Lines Matching refs:DebugState

41 DebugState::DebugState(const Code& code, const Module& module)  in DebugState()  function in DebugState
49 void DebugState::trace(JSTracer* trc) { in trace()
56 void DebugState::finalize(JSFreeOp* fop) { in finalize()
76 bool DebugState::getLineOffsets(size_t lineno, Vector<uint32_t>* offsets) { in getLineOffsets()
82 bool DebugState::getAllColumnOffsets(Vector<ExprLoc>* offsets) { in getAllColumnOffsets()
96 bool DebugState::getOffsetLocation(uint32_t offset, size_t* lineno, in getOffsetLocation()
106 bool DebugState::stepModeEnabled(uint32_t funcIndex) const { in stepModeEnabled()
110 bool DebugState::incrementStepperCount(JSContext* cx, uint32_t funcIndex) { in incrementStepperCount()
142 void DebugState::decrementStepperCount(JSFreeOp* fop, uint32_t funcIndex) { in decrementStepperCount()
172 bool DebugState::hasBreakpointTrapAtOffset(uint32_t offset) { in hasBreakpointTrapAtOffset()
176 void DebugState::toggleBreakpointTrap(JSRuntime* rt, uint32_t offset, in toggleBreakpointTrap()
198 WasmBreakpointSite* DebugState::getBreakpointSite(uint32_t offset) const { in getBreakpointSite()
207 WasmBreakpointSite* DebugState::getOrCreateBreakpointSite(JSContext* cx, in getOrCreateBreakpointSite()
235 bool DebugState::hasBreakpointSite(uint32_t offset) { in hasBreakpointSite()
239 void DebugState::destroyBreakpointSite(JSFreeOp* fop, Instance* instance, in destroyBreakpointSite()
249 void DebugState::clearBreakpointsIn(JSFreeOp* fop, WasmInstanceObject* instance, in clearBreakpointsIn()
281 void DebugState::toggleDebugTrap(uint32_t offset, bool enabled) { in toggleDebugTrap()
304 void DebugState::adjustEnterAndLeaveFrameTrapsState(JSContext* cx, in adjustEnterAndLeaveFrameTrapsState()
331 void DebugState::ensureEnterFrameTrapsState(JSContext* cx, bool enabled) { in ensureEnterFrameTrapsState()
341 bool DebugState::debugGetLocalTypes(uint32_t funcIndex, ValTypeVector* locals, in debugGetLocalTypes()
366 bool DebugState::getGlobal(Instance& instance, uint32_t globalIndex, in getGlobal()
443 bool DebugState::getSourceMappingURL(JSContext* cx, in getSourceMappingURL()
489 void DebugState::addSizeOfMisc(MallocSizeOf mallocSizeOf, in addSizeOfMisc()