/art/runtime/gc/collector/ |
concurrent_copying.h | 125 void MarkRoot(mirror::CompressedReference<mirror::Object>* root)
|
concurrent_copying.cc | [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
mgcmark.go | 35 parforsetup(work.markfor, useOneP, uint32(_RootCount+local_allglen), false, markroot) 56 func markroot(desc *parfor, i uint32) { func 114 throw("markroot: bad index")
|
mgc.go | 796 // markroot during the concurrent scan phase. This is updated [all...] |
proc1.go | 383 // Invariant; we (the caller, markroot for a specific goroutine) own gp.gcscandone. [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
mgcmark.go | 35 parforsetup(work.markfor, useOneP, uint32(_RootCount+local_allglen), false, markroot) 56 func markroot(desc *parfor, i uint32) { func 114 throw("markroot: bad index")
|
mgc.go | 796 // markroot during the concurrent scan phase. This is updated [all...] |
proc1.go | 383 // Invariant; we (the caller, markroot for a specific goroutine) own gp.gcscandone. [all...] |