OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_refCountFlagShouldReportedCost
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/text/
StringImplBase.h
52
: m_refCountAndFlags(s_refCountIncrement |
s_refCountFlagShouldReportedCost
| ownership)
84
static const unsigned
s_refCountFlagShouldReportedCost
= 0x8;
90
static const unsigned s_refCountInvalidForStringImpl = s_refCountFlagStatic |
s_refCountFlagShouldReportedCost
;
StringImpl.h
209
if (m_refCountAndFlags &
s_refCountFlagShouldReportedCost
) {
210
m_refCountAndFlags &= ~
s_refCountFlagShouldReportedCost
;
Completed in 167 milliseconds