Home
last modified time | relevance | path

Searched refs:kProfilerTicksOffset (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobjects.h5382 static const int kProfilerTicksOffset = kFullCodeFlags + 1; variable
6926 static const int kProfilerTicksOffset = variable
6930 static const int kSize = kProfilerTicksOffset + kPointerSize;
6968 static const int kProfilerTicksOffset = variable
6972 static const int kSize = kProfilerTicksOffset + kIntSize;
Dobjects-inl.h4777 return READ_BYTE_FIELD(this, kProfilerTicksOffset); in profiler_ticks()
4784 WRITE_BYTE_FIELD(this, kProfilerTicksOffset, ticks); in set_profiler_ticks()
5471 SMI_ACCESSORS(SharedFunctionInfo, profiler_ticks, kProfilerTicksOffset) in ACCESSORS()
5529 kProfilerTicksOffset)