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