Home
last modified time | relevance | path

Searched refs:GetNumLocals (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.h176 int GetNumLocals(Address pc);
H A Dwasm-debug.cc123 int GetNumLocals(Address pc) { in GetNumLocals() function in v8::internal::wasm::DebugInfoImpl
790 int DebugInfo::GetNumLocals(Address pc) { return impl_->GetNumLocals(pc); } in GetNumLocals() function in v8::internal::wasm::DebugInfo
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dwasm-module-debug.cc244 debug_info->GetNumLocals(frame_it.frame()->pc())) > index) { in GetWasmLocal()
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc424 int count = debug_info->GetNumLocals(frame->pc()); in Create()

Completed in 7 milliseconds