OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsGrey
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/
mark-compact.h
81
static inline bool
IsGrey
(MarkBit mark_bit) {
140
if (
IsGrey
(mark_bit)) return GREY_OBJECT;
incremental-marking.cc
600
ASSERT(Marking::
IsGrey
(mark_bit) ||
612
ASSERT(Marking::
IsGrey
(mark_bit) ||
698
if (Marking::
IsGrey
(mark_bit)) {
838
SLOW_ASSERT(Marking::
IsGrey
(obj_mark_bit) ||
mark-compact.cc
402
} else if (Marking::
IsGrey
(old_mark_bit)) {
[
all
...]
/external/chromium_org/v8/src/
incremental-marking.cc
694
ASSERT(Marking::
IsGrey
(mark_bit) ||
707
ASSERT(Marking::
IsGrey
(mark_bit) ||
733
SLOW_ASSERT(Marking::
IsGrey
(mark_bit) ||
814
if (Marking::
IsGrey
(mark_bit)) {
[
all
...]
mark-compact.h
82
INLINE(static bool
IsGrey
(MarkBit mark_bit)) {
141
if (
IsGrey
(mark_bit)) return GREY_OBJECT;
[
all
...]
mark-compact.cc
623
} else if (Marking::
IsGrey
(old_mark_bit)) {
[
all
...]
Completed in 1525 milliseconds