OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:callReflect
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/reflect/
value.go
468
//
callReflect
is the call implementation used by a function
472
//
callReflect
converts a call of a function with a concrete argument
479
// The gc compilers know to do that for the name "reflect.
callReflect
".
480
func
callReflect
(ctxt *makeFuncImpl, frame unsafe.Pointer) {
659
// See the comment in
callReflect
.
[
all
...]
/prebuilts/go/linux-x86/src/reflect/
value.go
468
//
callReflect
is the call implementation used by a function
472
//
callReflect
converts a call of a function with a concrete argument
479
// The gc compilers know to do that for the name "reflect.
callReflect
".
480
func
callReflect
(ctxt *makeFuncImpl, frame unsafe.Pointer) {
659
// See the comment in
callReflect
.
[
all
...]
Completed in 406 milliseconds