Home
last modified time | relevance | path

Searched refs:GetStackDepth (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-debug.h156 int GetStackDepth(Address pc);
Dwasm-debug.cc266 int GetStackDepth(Address pc) { in GetStackDepth() function in v8::internal::wasm::DebugInfoImpl
850 int DebugInfo::GetStackDepth(Address pc) { return impl_->GetStackDepth(pc); } in GetStackDepth() function in v8::internal::wasm::DebugInfo
Dwasm-js.cc2947 int num_values = debug_info->GetStackDepth(frame->pc()); in GetStackObject()
/external/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc272 if (static_cast<uint32_t>(debug_info->GetStackDepth( in GetWasmStackValue()