Searched refs:is_inspectable (Results 1 – 5 of 5) sorted by relevance
125 if (!scope.is_inspectable()) return 0; in GetNumLocals()138 if (!scope.is_inspectable()) return 0; in GetStackDepth()298 DCHECK(new_code->is_inspectable()); in RecompileLiftoffWithBreakpoints()535 debug_side_table(code->is_inspectable() in FrameInspectionScope()541 DCHECK_IMPLIES(code->is_inspectable(), debug_side_table_entry != nullptr); in FrameInspectionScope()544 bool is_inspectable() const { return debug_side_table_entry; } in is_inspectable() function554 DCHECK(code->is_inspectable()); in GetDebugSideTable()
307 bool is_inspectable() const { return is_liftoff() && for_debugging(); } in is_inspectable() function
980 bool is_inspectable() const;
2115 bool WasmFrame::is_inspectable() const { in is_inspectable() function in v8::internal::WasmFrame2117 return wasm_code()->is_inspectable(); in is_inspectable()
665 if (!frame->is_inspectable()) { in DebugWasmScopeIterator()