Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/
Dfull-codegen.h847 return Memory::uint32_at(entry_at(index) + kLoopDepthOffset); in loop_depth()
892 static const int kLoopDepthOffset = 2 * kIntSize; variable