Searched refs:GetLocalCount (Results 1 – 3 of 3) sorted by relevance
65 int GetLocalCount() const;
2944 int GetLocalCount() const { in GetLocalCount() function in v8::internal::wasm::__anon49171a620111::InterpretedFrameImpl2958 DCHECK_LE(GetLocalCount(), frame_size); in GetStackHeight()2959 return static_cast<int>(frame_size) - GetLocalCount(); in GetStackHeight()2964 DCHECK_GT(GetLocalCount(), index); in GetLocalValue()2973 GetLocalCount() + index); in GetStackValue()3208 int InterpretedFrame::GetLocalCount() const { in GetLocalCount() function in v8::internal::wasm::InterpretedFrame3209 return ToImpl(this)->GetLocalCount(); in GetLocalCount()
438 int num_locals = frame->GetLocalCount(); in GetLocalScopeObject()