Searched refs:GetStackDepth (Results 1 – 4 of 4) sorted by relevance
156 int GetStackDepth(Address pc);
266 int GetStackDepth(Address pc) { in GetStackDepth() function in v8::internal::wasm::DebugInfoImpl850 int DebugInfo::GetStackDepth(Address pc) { return impl_->GetStackDepth(pc); } in GetStackDepth() function in v8::internal::wasm::DebugInfo
2947 int num_values = debug_info->GetStackDepth(frame->pc()); in GetStackObject()
272 if (static_cast<uint32_t>(debug_info->GetStackDepth( in GetWasmStackValue()