Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc1378 const int index = InterpreterFrameConstants::kBytecodeOffsetExpressionIndex; in GetBytecodeOffset()
1388 const int index = InterpreterFrameConstants::kBytecodeOffsetExpressionIndex; in GetBytecodeOffset()
1398 const int index = InterpreterFrameConstants::kBytecodeOffsetExpressionIndex; in PatchBytecodeOffset()
Dframes.h406 static const int kBytecodeOffsetExpressionIndex = -1; variable