Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-inl.h3095 return READ_BYTE_FIELD(this, kProfilerTicksOffset); in profiler_ticks()
3102 WRITE_BYTE_FIELD(this, kProfilerTicksOffset, ticks); in set_profiler_ticks()
Dobjects.h4482 static const int kProfilerTicksOffset = kAllowOSRAtLoopNestingLevelOffset + 1; variable
/external/chromium_org/v8/src/
Dobjects-inl.h4051 return READ_BYTE_FIELD(this, kProfilerTicksOffset); in profiler_ticks()
4058 WRITE_BYTE_FIELD(this, kProfilerTicksOffset, ticks); in set_profiler_ticks()
Dobjects.h5446 static const int kProfilerTicksOffset = kAllowOSRAtLoopNestingLevelOffset + 1; variable