Lines Matching defs:func_offset
966 FrameImpl(own<Instance>&& instance, uint32_t func_index, size_t func_offset,
970 func_offset(func_offset),
975 size_t func_offset;
994 self->func_offset, self->module_offset)));
1001 size_t Frame::func_offset() const { return impl(this)->func_offset; }
1055 size_t func_offset = module_offset - i::wasm::GetWasmFunctionOffset(
1058 GetInstance(store, instance), func_index, func_offset, module_offset)));
2937 return reveal_frame(frame)->func_offset();