OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SweeperThread
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/v8/src/
sweeper-thread.cc
40
SweeperThread
::
SweeperThread
(Isolate* isolate)
41
: Thread(Thread::Options("v8:
SweeperThread
", kSweeperThreadStackSize)),
57
void
SweeperThread
::Run() {
82
intptr_t
SweeperThread
::StealMemory(PagedSpace* space) {
92
void
SweeperThread
::Stop() {
100
void
SweeperThread
::StartSweeping() {
105
void
SweeperThread
::WaitForSweeperThread() {
110
int
SweeperThread
::NumberOfThreads(int max_available) {
sweeper-thread.h
43
class
SweeperThread
: public Thread {
45
explicit
SweeperThread
(Isolate* isolate);
46
~
SweeperThread
() {}
isolate.h
85
class
SweeperThread
;
[
all
...]
isolate.cc
[
all
...]
spaces.h
[
all
...]
Completed in 253 milliseconds