/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
objdump_test.go | 43 // objdumpManualTests holds test cases that will be run by TestObjdumpManual.
|
/prebuilts/go/linux-x86/src/encoding/csv/ |
reader.go | 117 // lineBuffer holds the unescaped fields read by readField, one after another.
|
/prebuilts/go/linux-x86/src/net/http/fcgi/ |
child.go | 23 // request holds the state for an in-progress request. As soon as it's complete,
|
/prebuilts/go/linux-x86/src/unsafe/ |
unsafe.go | 55 // Even if a uintptr holds the address of some object,
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/ |
forminfo.go | 51 // formInfo holds Form-specific functions and tables.
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
link.go | 157 Scale int16 // Sometimes holds a register. 215 // The Scond field holds additional condition bits for systems (like arm) 714 // Link holds the context for writing object code from a compiler
|
/prebuilts/go/darwin-x86/src/os/exec/ |
exec.go | 51 // Args holds command line arguments, including the command as Args[0]. 95 // SysProcAttr holds optional, operating system-specific attributes. 393 // Stderr holds a subset of the standard error output from the
|
/prebuilts/go/darwin-x86/src/runtime/ |
runtime2.go | 176 // A guintptr holds a goroutine pointer, but typed as a uintptr 592 // The m.locked word holds two pieces of state counting active calls to LockOSThread/lockOSThread. 660 // startup_random_data holds random bytes initialized at startup. These come from
|
mbitmap.go | 20 // That is, the byte at address start-1 holds the 2-bit entries for the four words 21 // start through start+3*ptrSize, the byte at start-2 holds the entries for 24 // In each 2-bit entry, the lower bit holds the same information as in the 1-bit 56 // for the second word of the object holds the checkmark bit. 437 // If this span holds object of a power of 2 size, just mask off the bits to 816 // and oneBitCount[128] will holds 1. 871 // holds in [x, x+dataSize) one or more values of type typ. [all...] |
mgcwork.go | 28 // A wbufptr holds a workbuf*, but protects it from write barriers.
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
link.go | 157 Scale int16 // Sometimes holds a register. 215 // The Scond field holds additional condition bits for systems (like arm) 714 // Link holds the context for writing object code from a compiler
|
/prebuilts/go/linux-x86/src/os/exec/ |
exec.go | 51 // Args holds command line arguments, including the command as Args[0]. 95 // SysProcAttr holds optional, operating system-specific attributes. 393 // Stderr holds a subset of the standard error output from the
|
/prebuilts/go/linux-x86/src/runtime/ |
runtime2.go | 176 // A guintptr holds a goroutine pointer, but typed as a uintptr 592 // The m.locked word holds two pieces of state counting active calls to LockOSThread/lockOSThread. 660 // startup_random_data holds random bytes initialized at startup. These come from
|
mbitmap.go | 20 // That is, the byte at address start-1 holds the 2-bit entries for the four words 21 // start through start+3*ptrSize, the byte at start-2 holds the entries for 24 // In each 2-bit entry, the lower bit holds the same information as in the 1-bit 56 // for the second word of the object holds the checkmark bit. 437 // If this span holds object of a power of 2 size, just mask off the bits to 816 // and oneBitCount[128] will holds 1. 871 // holds in [x, x+dataSize) one or more values of type typ. [all...] |
/art/runtime/arch/mips64/ |
quick_entrypoints_mips64.S | 60 sd $t8, 136($sp) # t8 holds caller's gp, now save it to the stack. 117 sd $t8, 56($sp) # t8 holds caller's gp, now save it to the stack. 204 sd $t8, 184($sp) # t8 holds caller's gp, now save it to the stack. 616 sd $t8, 80($sp) # t8 holds caller's gp, now save it to the stack. 807 * the bottom of the thread. On entry a0 holds Throwable* [all...] |
/art/runtime/arch/arm/ |
quick_entrypoints_arm.S | 94 add sp, #4 @ bottom word holds Method* 390 * that will place a mock Method* at the bottom of the stack. Arg1 holds the exception. 437 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException. Arg1 holds 438 * index, arg2 holds limit. 444 * as if thrown from a call to String.charAt(). Arg1 holds index, arg2 holds limit. 639 * Entry from managed code that calls artLockObjectFromCode, may block for GC. r0 holds the 652 orr r2, r1, r2 @ r2 holds thread id with count of 0 with preserved read barrier bits 695 * r0 holds the possibly null object to lock. [all...] |
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/ |
FspApiEntry.asm | 474 ; EAX holds the API index
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/ |
input.go | 287 // invokeMacro pushes onto the input Stack a Slice that holds the macro definition with the actual
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
phi.go | 364 // holds a sparse set of blocks.
|
/prebuilts/go/darwin-x86/src/cmd/pack/ |
pack.go | 91 // op holds the operation we are doing (prtx).
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
inst.go | 124 // An Args holds the instruction arguments.
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
stream.go | 269 // A Token holds a value of one of these types:
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
testing.go | 73 // common holds the elements common between T and B and
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_linux.go | 14 // SysProcIDMap holds Container ID to Host ID mappings used for User Namespaces in Linux.
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/lex/ |
input.go | 287 // invokeMacro pushes onto the input Stack a Slice that holds the macro definition with the actual
|