go/src/reflect
Michael Anthony Knyszek 41cf18eda7 reflect: fix methodValueCall frame size on mips64
Fixes a mistake from golang.org/cl/298670.

Change-Id: I2f789f9fe003c856a993f7d462a2e84936743a1a
Reviewed-on: https://go-review.googlesource.com/c/go/+/306930
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
Trust: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
2021-04-02 19:45:52 +00:00
..
abi.go reflect: remove short-circuits for zero-sized types in ABI algorithm 2021-04-02 19:27:06 +00:00
abi_test.go reflect: remove short-circuits for zero-sized types in ABI algorithm 2021-04-02 19:27:06 +00:00
all_test.go reflect: cache IsVariadic calls in Call 2021-03-30 17:41:58 +00:00
asm_386.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_amd64.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_arm.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_arm64.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_mips64x.s reflect: fix methodValueCall frame size on mips64 2021-04-02 19:45:52 +00:00
asm_mipsx.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_ppc64x.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_riscv64.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_s390x.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_wasm.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
deepequal.go cmd/compile, runtime: store pointers to go:notinheap types indirectly 2020-10-27 21:29:13 +00:00
example_test.go
export_test.go reflect: add tests for reflect.Value.Call for the new ABI 2021-03-18 21:22:04 +00:00
makefunc.go reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
regabiargs_off.go reflect,runtime: assume register ABI with GOEXPERIMENT=regabiargs 2021-04-01 22:35:25 +00:00
regabiargs_on.go reflect,runtime: assume register ABI with GOEXPERIMENT=regabiargs 2021-04-01 22:35:25 +00:00
set_test.go
swapper.go internal/unsafeheader: consolidate stringHeader and sliceHeader declarations into an internal package 2020-05-01 02:31:29 +00:00
tostring_test.go
type.go reflect: panic if ArrayOf is called with negative length 2021-03-15 23:49:28 +00:00
value.go reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
visiblefields.go reflect: add VisibleFields function 2021-03-05 23:47:39 +00:00
visiblefields_test.go reflect: add VisibleFields function 2021-03-05 23:47:39 +00:00