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