Searched refs:kBytecodeArrayExpressionIndex (Results 1 – 2 of 2) sorted by relevance
1407 const int index = InterpreterFrameConstants::kBytecodeArrayExpressionIndex; in GetBytecodeArray()1415 const int index = InterpreterFrameConstants::kBytecodeArrayExpressionIndex; in PatchBytecodeArray()
405 static const int kBytecodeArrayExpressionIndex = -2; variable