X7ROOT File Manager
Current Path:
/opt/golang/1.17.2/src/reflect
opt
/
golang
/
1.17.2
/
src
/
reflect
/
๐
..
๐
abi.go
(13.72 KB)
๐
abi_test.go
(25.84 KB)
๐
all_test.go
(183.35 KB)
๐
asm_386.s
(1.07 KB)
๐
asm_amd64.s
(3.02 KB)
๐
asm_arm.s
(1.13 KB)
๐
asm_arm64.s
(1.1 KB)
๐
asm_mips64x.s
(1.19 KB)
๐
asm_mipsx.s
(1.18 KB)
๐
asm_ppc64x.s
(1.3 KB)
๐
asm_riscv64.s
(1.09 KB)
๐
asm_s390x.s
(1.1 KB)
๐
asm_wasm.s
(1.15 KB)
๐
deepequal.go
(6.82 KB)
๐
example_test.go
(3.73 KB)
๐
export_test.go
(3.61 KB)
๐
internal
๐
makefunc.go
(6.19 KB)
๐
set_test.go
(5.77 KB)
๐
swapper.go
(1.96 KB)
๐
tostring_test.go
(2.14 KB)
๐
type.go
(86.11 KB)
๐
value.go
(97.32 KB)
๐
visiblefields.go
(2.96 KB)
๐
visiblefields_test.go
(4.95 KB)
Editing: asm_wasm.s
// Copyright 2018 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 arg size here; runtime pulls arg map out of the func value. TEXT ยทmakeFuncStub(SB),(NOSPLIT|WRAPPER),$40 NO_LOCAL_POINTERS MOVD CTXT, 0(SP) Get SP Get SP I64ExtendI32U I64Const $argframe+0(FP) I64Add I64Store $8 MOVB $0, 32(SP) MOVD $32(SP), 16(SP) MOVD $0, 24(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 arg size here; runtime pulls arg map out of the func value. TEXT ยทmethodValueCall(SB),(NOSPLIT|WRAPPER),$40 NO_LOCAL_POINTERS MOVD CTXT, 0(SP) Get SP Get SP I64ExtendI32U I64Const $argframe+0(FP) I64Add I64Store $8 MOVB $0, 32(SP) MOVD $32(SP), 16(SP) MOVD $0, 24(SP) CALL ยทcallMethod(SB) RET
Upload File
Create Folder