v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ConsString Class Reference

#include <objects.h>

Inheritance diagram for ConsString:
Collaboration diagram for ConsString:

Public Types

typedef FixedBodyDescriptor
< kFirstOffset, kSecondOffset+kPointerSize,
kSize
BodyDescriptor
 

Public Member Functions

Stringfirst ()
 
Objectunchecked_first ()
 
void set_first (String *first, WriteBarrierMode mode=UPDATE_WRITE_BARRIER)
 
Stringsecond ()
 
Objectunchecked_second ()
 
void set_second (String *second, WriteBarrierMode mode=UPDATE_WRITE_BARRIER)
 
uint16_t ConsStringGet (int index)
 
const unibrow::byteConsStringReadBlock (ReadBlockBuffer *buffer, unsigned *offset_ptr, unsigned chars)
 
void ConsStringReadBlockIntoBuffer (ReadBlockBuffer *buffer, unsigned *offset_ptr, unsigned chars)
 
- Public Member Functions inherited from String
int length ()
 
void set_length (int value)
 
uint32_t hash_field ()
 
void set_hash_field (uint32_t value)
 
bool IsAsciiRepresentation ()
 
bool IsTwoByteRepresentation ()
 
bool IsAsciiRepresentationUnderneath ()
 
bool IsTwoByteRepresentationUnderneath ()
 
bool HasOnlyAsciiChars ()
 
void Set (int index, uint16_t value)
 
 INLINE (uint16_t Get(int index))
 
MaybeObject * TryFlatten (PretenureFlag pretenure=NOT_TENURED)
 
StringTryFlattenGetString (PretenureFlag pretenure=NOT_TENURED)
 
FlatContent GetFlatContent ()
 
StringGetUnderlying ()
 
bool MarkAsUndetectable ()
 
MUST_USE_RESULT MaybeObject * SubString (int from, int to, PretenureFlag pretenure=NOT_TENURED)
 
bool Equals (String *other)
 
bool IsEqualTo (Vector< const char > str)
 
bool IsAsciiEqualTo (Vector< const char > str)
 
bool IsTwoByteEqualTo (Vector< const uc16 > str)
 
SmartArrayPointer< char > ToCString (AllowNullsFlag allow_nulls, RobustnessFlag robustness_flag, int offset, int length, int *length_output=0)
 
SmartArrayPointer< char > ToCString (AllowNullsFlag allow_nulls=DISALLOW_NULLS, RobustnessFlag robustness_flag=FAST_STRING_TRAVERSAL, int *length_output=0)
 
SmartArrayPointer< uc16ToWideCString (RobustnessFlag robustness_flag=FAST_STRING_TRAVERSAL)
 
bool HasHashCode ()
 
uint32_t Hash ()
 
bool MakeExternal (v8::String::ExternalStringResource *resource)
 
bool MakeExternal (v8::String::ExternalAsciiStringResource *resource)
 
bool AsArrayIndex (uint32_t *index)
 
void PrintOn (FILE *out)
 
bool LooksValid ()
 
void StringShortPrint (StringStream *accumulator)
 
bool IsFlat ()
 
 STATIC_CHECK ((kArrayIndexLengthBits > 0))
 
 STATIC_CHECK (kMaxArrayIndexSize< (1<< kArrayIndexLengthBits))
 
 STATIC_CHECK (IS_POWER_OF_TWO(kMaxCachedArrayIndexLength+1))
 
const uc16GetTwoByteData ()
 
const uc16GetTwoByteData (unsigned start)
 
- Public Member Functions inherited from HeapObject
Mapmap ()
 
void set_map (Map *value)
 
void set_map_no_write_barrier (Map *value)
 
MapWord map_word ()
 
void set_map_word (MapWord map_word)
 
HeapGetHeap ()
 
IsolateGetIsolate ()
 
Address address ()
 
void Iterate (ObjectVisitor *v)
 
void IterateBody (InstanceType type, int object_size, ObjectVisitor *v)
 
int Size ()
 
int SizeFromMap (Map *map)
 
WriteBarrierMode GetWriteBarrierMode (const AssertNoAllocation &)
 
void HeapObjectShortPrint (StringStream *accumulator)
 
 STATIC_CHECK (kMapOffset==Internals::kHeapObjectMapOffset)
 
- Public Member Functions inherited from Object
bool IsObject ()
 
bool IsFixedArrayBase ()
 
bool IsInstanceOf (FunctionTemplateInfo *type)
 
bool IsStruct ()
 
 INLINE (bool IsSpecObject())
 
 INLINE (bool IsSpecFunction())
 
 INLINE (bool IsUndefined())
 
 INLINE (bool IsNull())
 
 INLINE (bool IsTheHole())
 
 INLINE (bool IsTrue())
 
 INLINE (bool IsFalse())
 
bool IsArgumentsMarker ()
 
bool NonFailureIsHeapObject ()
 
bool IsFiller ()
 
double Number ()
 
bool IsNaN ()
 
bool HasValidElements ()
 
bool HasSpecificClassOf (String *name)
 
MUST_USE_RESULT MaybeObject * ToObject ()
 
ObjectToBoolean ()
 
MUST_USE_RESULT MaybeObject * ToObject (Context *native_context)
 
MUST_USE_RESULT MaybeObject * ToSmi ()
 
void Lookup (String *name, LookupResult *result)
 
MUST_USE_RESULT MaybeObject * GetProperty (String *key)
 
MUST_USE_RESULT MaybeObject * GetProperty (String *key, PropertyAttributes *attributes)
 
MUST_USE_RESULT MaybeObject * GetPropertyWithReceiver (Object *receiver, String *key, PropertyAttributes *attributes)
 
MUST_USE_RESULT MaybeObject * GetProperty (Object *receiver, LookupResult *result, String *key, PropertyAttributes *attributes)
 
MUST_USE_RESULT MaybeObject * GetPropertyWithDefinedGetter (Object *receiver, JSReceiver *getter)
 
MUST_USE_RESULT MaybeObject * GetElement (uint32_t index)
 
ObjectGetElementNoExceptionThrown (uint32_t index)
 
MUST_USE_RESULT MaybeObject * GetElementWithReceiver (Object *receiver, uint32_t index)
 
ObjectGetPrototype ()
 
MUST_USE_RESULT MaybeObject * GetHash (CreationFlag flag)
 
bool SameValue (Object *other)
 
bool ToArrayIndex (uint32_t *index)
 
bool IsStringObjectWithCharacterAt (uint32_t index)
 
void VerifyApiCallResultType ()
 
void ShortPrint ()
 
void ShortPrint (FILE *out)
 
void ShortPrint (StringStream *accumulator)
 

Static Public Member Functions

static ConsStringcast (Object *obj)
 
- Static Public Member Functions inherited from String
static uint32_t ComputeHashField (unibrow::CharacterStream *buffer, int length, uint32_t seed)
 
static bool ComputeArrayIndex (unibrow::CharacterStream *buffer, uint32_t *index, int length)
 
static Stringcast (Object *obj)
 
static const unibrow::byteReadBlock (String *input, unibrow::byte *util_buffer, unsigned capacity, unsigned *remaining, unsigned *offset)
 
static const unibrow::byteReadBlock (String **input, unibrow::byte *util_buffer, unsigned capacity, unsigned *remaining, unsigned *offset)
 
template<typename sinkchar >
static void WriteToFlat (String *source, sinkchar *sink, int from, int to)
 
static int NonAsciiStart (const char *chars, int length)
 
static bool IsAscii (const char *chars, int length)
 
static int NonAsciiStart (const uc16 *chars, int length)
 
static bool IsAscii (const uc16 *chars, int length)
 
- Static Public Member Functions inherited from HeapObject
static HeapObjectFromAddress (Address address)
 
static Object ** RawField (HeapObject *obj, int offset)
 
static HeapObjectcast (Object *obj)
 
- Static Public Member Functions inherited from Object
static Handle< ObjectGetProperty (Handle< Object > object, Handle< Object > receiver, LookupResult *result, Handle< String > key, PropertyAttributes *attributes)
 
static Handle< ObjectGetElement (Handle< Object > object, uint32_t index)
 
static Objectcast (Object *value)
 

Static Public Attributes

static const int kFirstOffset = POINTER_SIZE_ALIGN(String::kSize)
 
static const int kSecondOffset = kFirstOffset + kPointerSize
 
static const int kSize = kSecondOffset + kPointerSize
 
static const int kMinLength = 13
 
- Static Public Attributes inherited from String
static const int kLengthOffset = HeapObject::kHeaderSize
 
static const int kHashFieldOffset = kLengthOffset + kPointerSize
 
static const int kSize = kHashFieldOffset + kPointerSize
 
static const int kMaxArrayIndexSize = 10
 
static const int kMaxAsciiCharCode = unibrow::Utf8::kMaxOneByteChar
 
static const unsigned kMaxAsciiCharCodeU = unibrow::Utf8::kMaxOneByteChar
 
static const int kMaxUtf16CodeUnit = 0xffff
 
static const int kHashNotComputedMask = 1
 
static const int kIsNotArrayIndexMask = 1 << 1
 
static const int kNofHashBitFields = 2
 
static const int kHashShift = kNofHashBitFields
 
static const uint32_t kHashBitMask = 0xffffffffu >> kHashShift
 
static const int kMaxCachedArrayIndexLength = 7
 
static const int kArrayIndexValueBits = 24
 
static const int kArrayIndexLengthBits
 
static const int kArrayIndexHashLengthShift
 
static const int kArrayIndexHashMask = (1 << kArrayIndexHashLengthShift) - 1
 
static const int kArrayIndexValueMask
 
static const int kContainsCachedArrayIndexMask
 
static const int kEmptyHashField
 
static const int kEmptyStringHash = kIsNotArrayIndexMask
 
static const int kMaxLength = (1 << (32 - 2)) - 1
 
static const int kMaxHashCalcLength = 16383
 
static const int kMaxShortPrintLength = 1024
 
- Static Public Attributes inherited from HeapObject
static const int kMapOffset = Object::kHeaderSize
 
static const int kHeaderSize = kMapOffset + kPointerSize
 
- Static Public Attributes inherited from Object
static const int kHeaderSize = 0
 

Additional Inherited Members

- Protected Member Functions inherited from HeapObject
void IteratePointers (ObjectVisitor *v, int start, int end)
 
void IteratePointer (ObjectVisitor *v, int offset)
 
- Static Protected Member Functions inherited from String
static const unibrow::byteReadBlock (String *input, ReadBlockBuffer *buffer, unsigned *offset, unsigned max_chars)
 
static void ReadBlockIntoBuffer (String *input, ReadBlockBuffer *buffer, unsigned *offset_ptr, unsigned max_chars)
 

Detailed Description

Definition at line 7628 of file objects.h.

Member Typedef Documentation

Member Function Documentation

uint16_t ConsStringGet ( int  index)
void ConsStringReadBlockIntoBuffer ( ReadBlockBuffer buffer,
unsigned *  offset_ptr,
unsigned  chars 
)
inline
void set_first ( String first,
WriteBarrierMode  mode = UPDATE_WRITE_BARRIER 
)
inline
void set_second ( String second,
WriteBarrierMode  mode = UPDATE_WRITE_BARRIER 
)
inline

Definition at line 2593 of file objects-inl.h.

References CONDITIONAL_WRITE_BARRIER, HeapObject::GetHeap(), and WRITE_FIELD.

Referenced by Heap::AllocateConsString().

Object * unchecked_first ( )
inline

Definition at line 2572 of file objects-inl.h.

References DescriptorArray::kFirstOffset, and READ_FIELD.

Object * unchecked_second ( )
inline

Definition at line 2588 of file objects-inl.h.

References READ_FIELD.

Field Documentation

const int kFirstOffset = POINTER_SIZE_ALIGN(String::kSize)
static

Definition at line 7653 of file objects.h.

Referenced by String::GetUnderlying().

const int kMinLength = 13
static

Definition at line 7666 of file objects.h.

Referenced by Heap::AllocateConsString(), and TEST().

const int kSecondOffset = kFirstOffset + kPointerSize
static

Definition at line 7654 of file objects.h.

const int kSize = kSecondOffset + kPointerSize
static

Definition at line 7655 of file objects.h.


The documentation for this class was generated from the following files: