Home
last modified time | relevance | path

Searched refs:GetStackHeight (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-interpreter.h66 int GetStackHeight() const;
Dwasm-debug.cc467 int stack_count = frame->GetStackHeight(); in GetLocalScopeObject()
Dwasm-interpreter.cc2951 int GetStackHeight() const { in GetStackHeight() function in v8::internal::wasm::__anon49171a620111::InterpretedFrameImpl
2971 DCHECK_GT(GetStackHeight(), index); in GetStackValue()
3211 int InterpretedFrame::GetStackHeight() const { in GetStackHeight() function in v8::internal::wasm::InterpretedFrame
3212 return ToImpl(this)->GetStackHeight(); in GetStackHeight()