Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc1407 const int index = InterpreterFrameConstants::kBytecodeArrayExpressionIndex; in GetBytecodeArray()
1415 const int index = InterpreterFrameConstants::kBytecodeArrayExpressionIndex; in PatchBytecodeArray()
Dframes.h405 static const int kBytecodeArrayExpressionIndex = -2; variable