HomeSort by relevance Sort by last modified time
    Searched refs:full_representation_tag (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
objects-inl.h 424 uint32_t StringShape::full_representation_tag() { function in class:v8::internal::StringShape
437 return full_representation_tag() == (kSeqStringTag | kOneByteStringTag);
442 return full_representation_tag() == (kSeqStringTag | kTwoByteStringTag);
447 return full_representation_tag() == (kExternalStringTag | kOneByteStringTag);
458 return full_representation_tag() == (kExternalStringTag | kTwoByteStringTag);
    [all...]
objects.h     [all...]
objects.cc     [all...]

Completed in 44 milliseconds