HomeSort by relevance Sort by last modified time
    Searched refs:argSize (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/reflect/
export_test.go 24 func FuncLayout(t Type, rcvr Type) (frametype Type, argSize, retOffset uintptr, stack []byte, gc []byte, ptrs bool) {
28 ft, argSize, retOffset, s, _ = funcLayout(t.(*rtype), rcvr.(*rtype))
30 ft, argSize, retOffset, s, _ = funcLayout(t.(*rtype), nil)
type.go     [all...]
value.go 627 frametype, argSize, retOffset, _, framePool := funcLayout(t, rcvrtype)
634 typedmemmovepartial(frametype, unsafe.Pointer(uintptr(args)+ptrSize), frame, ptrSize, argSize-ptrSize)
646 callerRetOffset = align(argSize-ptrSize, 8)
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
export_test.go 24 func FuncLayout(t Type, rcvr Type) (frametype Type, argSize, retOffset uintptr, stack []byte, gc []byte, ptrs bool) {
28 ft, argSize, retOffset, s, _ = funcLayout(t.(*rtype), rcvr.(*rtype))
30 ft, argSize, retOffset, s, _ = funcLayout(t.(*rtype), nil)
type.go     [all...]
value.go 627 frametype, argSize, retOffset, _, framePool := funcLayout(t, rcvrtype)
634 typedmemmovepartial(frametype, unsafe.Pointer(uintptr(args)+ptrSize), frame, ptrSize, argSize-ptrSize)
646 callerRetOffset = align(argSize-ptrSize, 8)
    [all...]
  /external/icu/icu4c/source/io/
uprntf_p.c 204 int32_t argSize;
209 argSize = (int32_t)strlen(arg) + 1;
210 if (argSize >= MAX_UCHAR_BUFFER_SIZE(buffer)) {
211 s = ufmt_defaultCPToUnicode(arg, argSize,
212 (UChar *)uprv_malloc(MAX_UCHAR_BUFFER_NEEDED(argSize)),
213 MAX_UCHAR_BUFFER_NEEDED(argSize));
219 s = ufmt_defaultCPToUnicode(arg, argSize, buffer,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
asm.go 129 // Bizarre syntax: $frameSize-argSize is two words, not subtraction.
130 // Both frameSize and argSize must be simple integers; only frameSize
132 // The "-argSize" may be missing; if so, set it to obj.ArgsSizeUnknown.
154 argSize := int64(obj.ArgsSizeUnknown)
161 argSize = p.positiveAtoi(op[1].String())
175 // Argsize set below.
178 prog.To.Val = int32(argSize)
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
asm.go 129 // Bizarre syntax: $frameSize-argSize is two words, not subtraction.
130 // Both frameSize and argSize must be simple integers; only frameSize
132 // The "-argSize" may be missing; if so, set it to obj.ArgsSizeUnknown.
154 argSize := int64(obj.ArgsSizeUnknown)
161 argSize = p.positiveAtoi(op[1].String())
175 // Argsize set below.
178 prog.To.Val = int32(argSize)
  /prebuilts/go/darwin-x86/src/cmd/vet/
asmdecl.go 161 localSize, argSize int
252 argSize, _ = strconv.Atoi(m[5])
304 if off >= localSize+argSize {
  /prebuilts/go/linux-x86/src/cmd/vet/
asmdecl.go 161 localSize, argSize int
252 argSize, _ = strconv.Atoi(m[5])
304 if off >= localSize+argSize {
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.jar 
  /prebuilts/misc/common/jacoco/lib/
jacocoagent.jar 
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/
org.jacoco.agent-0.7.6.201602180812-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/
org.jacoco.agent-0.7.7.201606060606-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.8/
org.jacoco.agent-0.7.8-runtime.jar 
  /tools/tradefederation/core/res/jacoco/
jacocoagent.jar 
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/bazel/formc-deps/
asm-all.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
asm-all.jar 

Completed in 896 milliseconds

1 2