Home
last modified time | relevance | path

Searched refs:is_inspectable (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-debug.cc256 if (!scope.is_inspectable()) return 0; in GetNumLocals()
268 if (!scope.is_inspectable()) return 0; in GetStackDepth()
296 if (!scope.is_inspectable()) return local_scope_object; in GetLocalScopeObject()
333 if (!scope.is_inspectable()) return stack_scope_obj; in GetStackScopeObject()
408 DCHECK(new_code->is_inspectable()); in RecompileLiftoffWithBreakpoints()
624 code->is_inspectable() in FrameInspectionScope()
631 DCHECK_IMPLIES(code->is_inspectable(), debug_side_table_entry != nullptr); in FrameInspectionScope()
634 bool is_inspectable() const { return debug_side_table_entry; } in is_inspectable() function
645 DCHECK(code->is_inspectable()); in GetDebugSideTable()
Dwasm-code-manager.h182 bool is_inspectable() const { return is_liftoff() && for_debugging(); } in is_inspectable() function
/external/v8/src/debug/
Ddebug-scope-iterator.cc147 type_ = frame_->is_inspectable() ? debug::ScopeIterator::ScopeTypeLocal in Advance()
/external/v8/src/execution/
Dframes.cc1874 bool WasmFrame::is_inspectable() const { in is_inspectable() function in v8::internal::WasmFrame
1876 return wasm_code()->is_inspectable(); in is_inspectable()
Dframes.h964 bool is_inspectable() const;