/prebuilts/go/darwin-x86/src/runtime/ |
os_linux.go | 139 func clone(flags int32, stk, mp, gp, fn unsafe.Pointer) int32 143 func newosproc(mp *m, stk unsafe.Pointer) { 148 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " clone=", funcPC(clone), " id=", mp.id, " ostk=", &mp, "\n") 155 ret := clone(cloneFlags, stk, unsafe.Pointer(mp), unsafe.Pointer(mp.g0), unsafe.Pointer(funcPC(mstart)))
|
stack.go | 425 // stackfree frees an n byte stack allocation at stk. 431 func stackfree(stk stack, n uintptr) { 433 v := unsafe.Pointer(stk.lo) 437 if stk.lo+n < stk.hi { 783 func fillstack(stk stack, b byte) { 784 for p := stk.lo; p < stk.hi; p++ { 789 func findsghi(gp *g, stk stack) uintptr { 793 if stk.lo <= p && p < stk.hi && p > sghi [all...] |
string.go | 98 stk := getg().stack 99 return stk.lo <= ptr && ptr < stk.hi
|
os_windows.go | 519 func newosproc(mp *m, stk unsafe.Pointer) { 544 func newosproc0(mp *m, stk unsafe.Pointer) { 545 newosproc(mp, stk)
|
sys_nacl_386.s | 187 MOVL stk+4(FP), AX
|
sys_nacl_arm.s | 153 MOVW stk+4(FP), R1
|
/prebuilts/go/linux-x86/src/runtime/ |
os_linux.go | 139 func clone(flags int32, stk, mp, gp, fn unsafe.Pointer) int32 143 func newosproc(mp *m, stk unsafe.Pointer) { 148 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " clone=", funcPC(clone), " id=", mp.id, " ostk=", &mp, "\n") 155 ret := clone(cloneFlags, stk, unsafe.Pointer(mp), unsafe.Pointer(mp.g0), unsafe.Pointer(funcPC(mstart)))
|
stack.go | 425 // stackfree frees an n byte stack allocation at stk. 431 func stackfree(stk stack, n uintptr) { 433 v := unsafe.Pointer(stk.lo) 437 if stk.lo+n < stk.hi { 783 func fillstack(stk stack, b byte) { 784 for p := stk.lo; p < stk.hi; p++ { 789 func findsghi(gp *g, stk stack) uintptr { 793 if stk.lo <= p && p < stk.hi && p > sghi [all...] |
string.go | 98 stk := getg().stack 99 return stk.lo <= ptr && ptr < stk.hi
|
os_windows.go | 519 func newosproc(mp *m, stk unsafe.Pointer) { 544 func newosproc0(mp *m, stk unsafe.Pointer) { 545 newosproc(mp, stk)
|
sys_nacl_386.s | 187 MOVL stk+4(FP), AX
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl_mutex.cc | 485 u32 stk = r->loop[i].stk[j]; local 486 if (stk && stk != 0xffffffff) { 487 rep.AddStack(StackDepotGet(stk), true);
|
tsan_sync.cc | 68 b->stk = CurrentStackId(thr, pc);
|
tsan_rtl_report.cc | 336 loc->stack = SymbolizeStackId(b->stk); 372 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk, 431 stk->Init(&stack[0], pos);
|
/art/tools/dmtracedump/ |
createtesttrace.cc | 187 dataRecord** stk = new dataRecord*[maxFrames]; local 188 callStack[threadId].frames = stk;
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
test.go | 670 var stk importStack 671 stk.push(p.ImportPath + " (test)") 673 p1 := loadImport(path, p.Dir, p, &stk, p.build.TestImportPos[path], useVendor) 687 ImportStack: testImportStack(stk[0], p1, p.ImportPath), 696 stk.pop() 697 stk.push(p.ImportPath + "_test") 700 p1 := loadImport(path, p.Dir, p, &stk, p.build.XTestImportPos[path], useVendor) 716 stk.pop() 835 stk.push("testmain") 840 p1 := loadImport(dep, "", nil, &stk, nil, 0 [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
test.go | 670 var stk importStack 671 stk.push(p.ImportPath + " (test)") 673 p1 := loadImport(path, p.Dir, p, &stk, p.build.TestImportPos[path], useVendor) 687 ImportStack: testImportStack(stk[0], p1, p.ImportPath), 696 stk.pop() 697 stk.push(p.ImportPath + "_test") 700 p1 := loadImport(path, p.Dir, p, &stk, p.build.XTestImportPos[path], useVendor) 716 stk.pop() 835 stk.push("testmain") 840 p1 := loadImport(dep, "", nil, &stk, nil, 0 [all...] |
/packages/apps/Stk/src/com/android/stk/ |
StkLauncherActivity.java | 17 package com.android.stk; 97 CatLog.d(LOG_TAG, "launch stk menu id: " + item.id); 133 CatLog.d(LOG_TAG, "resume to show multiple stk list."); 200 CatLog.d(LOG_TAG, "No stk menu item add.");
|
StkDialogActivity.java | 17 package com.android.stk; 53 private final static String ALARM_TIMEOUT = "com.android.stk.DIALOG_ALARM_TIMEOUT";
|
StkInputActivity.java | 17 package com.android.stk;
|
StkMenuActivity.java | 17 package com.android.stk; 45 * ListActivity used for displaying STK menus. These can be SET UP MENU and
|
/external/compiler-rt/lib/tsan/go/ |
tsan_go.cc | 100 loc->stack = SymbolizeStackId(b->stk);
|
/external/valgrind/drd/ |
drd_pthread_intercepts.c | 589 int thr_create_intercept(void *stk, size_t stksize, void *(*start)(void *), 613 CALL_FN_W_6W(ret, fn, stk, stksize, DRD_(thread_wrapper), &thread_args, 631 (void *stk, size_t stksize, void *(*start)(void *), void *arg, 633 (stk, stksize, start, arg, flags, new_thread)); [all...] |
/external/regex-re2/re2/ |
parse.cc | 716 Regexp* stk[4]; local 719 if (d < arraysize(stk)) 720 stk[d++] = re; 749 re = stk[d]; [all...] |
/external/valgrind/helgrind/ |
hg_intercepts.c | 490 static int thr_create_WRK(void *stk, size_t stksize, void *(*start)(void *), 509 CALL_FN_W_6W(ret, fn, stk, stksize, mythread_wrapper, start, flags, 531 void *stk, size_t stksize, void *(*start)(void *), 533 return thr_create_WRK(stk, stksize, start, arg, flags, new_thread); [all...] |