X7ROOT File Manager
Current Path:
/opt/golang/1.19.4/src/reflect
opt
/
golang
/
1.19.4
/
src
/
reflect
/
π
..
π
abi.go
(14.97 KB)
π
abi_test.go
(26.39 KB)
π
all_test.go
(207.35 KB)
π
asm_386.s
(1.07 KB)
π
asm_amd64.s
(2.76 KB)
π
asm_arm.s
(1.13 KB)
π
asm_arm64.s
(2.77 KB)
π
asm_loong64.s
(1.13 KB)
π
asm_mips64x.s
(1.16 KB)
π
asm_mipsx.s
(1.16 KB)
π
asm_ppc64x.s
(3.31 KB)
π
asm_riscv64.s
(2.58 KB)
π
asm_s390x.s
(1.1 KB)
π
asm_wasm.s
(1.15 KB)
π
deepequal.go
(7.39 KB)
π
example_test.go
(4.53 KB)
π
export_test.go
(3.66 KB)
π
float32reg_generic.go
(681 B)
π
float32reg_ppc64x.s
(838 B)
π
float32reg_riscv64.s
(794 B)
π
internal
π
makefunc.go
(5.9 KB)
π
set_test.go
(5.7 KB)
π
stubs_ppc64x.go
(292 B)
π
stubs_riscv64.go
(263 B)
π
swapper.go
(1.98 KB)
π
tostring_test.go
(2.14 KB)
π
type.go
(87.18 KB)
π
value.go
(107.22 KB)
π
visiblefields.go
(2.97 KB)
π
visiblefields_test.go
(5.27 KB)
Editing: asm_386.s
// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. #include "textflag.h" #include "funcdata.h" // makeFuncStub is the code half of the function returned by MakeFunc. // See the comment on the declaration of makeFuncStub in makefunc.go // for more details. // No argsize here, gc generates argsize info at call site. TEXT Β·makeFuncStub(SB),(NOSPLIT|WRAPPER),$20 NO_LOCAL_POINTERS MOVL DX, 0(SP) LEAL argframe+0(FP), CX MOVL CX, 4(SP) MOVB $0, 16(SP) LEAL 16(SP), AX MOVL AX, 8(SP) MOVL $0, 12(SP) CALL Β·callReflect(SB) RET // methodValueCall is the code half of the function returned by makeMethodValue. // See the comment on the declaration of methodValueCall in makefunc.go // for more details. // No argsize here, gc generates argsize info at call site. TEXT Β·methodValueCall(SB),(NOSPLIT|WRAPPER),$20 NO_LOCAL_POINTERS MOVL DX, 0(SP) LEAL argframe+0(FP), CX MOVL CX, 4(SP) MOVB $0, 16(SP) LEAL 16(SP), AX MOVL AX, 8(SP) MOVL $0, 12(SP) CALL Β·callMethod(SB) RET
Upload File
Create Folder