OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:full_representation_tag
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
objects-inl.h
388
uint32_t StringShape::
full_representation_tag
() {
function in class:v8::internal::StringShape
398
return
full_representation_tag
() == (kSeqStringTag | kAsciiStringTag);
403
return
full_representation_tag
() == (kSeqStringTag | kTwoByteStringTag);
408
return
full_representation_tag
() == (kExternalStringTag | kAsciiStringTag);
413
return
full_representation_tag
() == (kExternalStringTag | kTwoByteStringTag);
[
all
...]
/external/chromium_org/v8/src/
objects-inl.h
395
uint32_t StringShape::
full_representation_tag
() {
function in class:v8::internal::StringShape
408
return
full_representation_tag
() == (kSeqStringTag | kOneByteStringTag);
413
return
full_representation_tag
() == (kSeqStringTag | kTwoByteStringTag);
418
return
full_representation_tag
() == (kExternalStringTag | kOneByteStringTag);
429
return
full_representation_tag
() == (kExternalStringTag | kTwoByteStringTag);
[
all
...]
Completed in 30 milliseconds