Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc1250 const int index = InterpreterFrameConstants::kBytecodeArrayExpressionIndex; in GetBytecodeArray()
1258 const int index = InterpreterFrameConstants::kBytecodeArrayExpressionIndex; in PatchBytecodeArray()
Dframes.h351 static const int kBytecodeArrayExpressionIndex = -2; variable