OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMainThread
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/heap/
mark-compact.h
263
static const int
kMainThread
= 0;
477
bool success = shared_.Push(
kMainThread
, object);
483
bool success = bailout_.Push(
kMainThread
, object);
491
if (bailout_.Pop(
kMainThread
, &result)) return result;
493
if (shared_.Pop(
kMainThread
, &result)) return result;
497
if (on_hold_.Pop(
kMainThread
, &result)) return result;
505
if (bailout_.Pop(
kMainThread
, &result)) return result;
516
bool IsBailoutEmpty() { return bailout_.IsLocalEmpty(
kMainThread
); }
519
return bailout_.IsLocalEmpty(
kMainThread
) &&
520
shared_.IsLocalEmpty(
kMainThread
) &
[
all
...]
mark-compact.cc
[
all
...]
mark-compact-inl.h
373
worklist_->Push(
kMainThread
, obj);
Completed in 423 milliseconds