Searched refs:IsStarLookahead (Results 1 – 12 of 12) sorted by relevance
/dports/lang/v8/v8-9.6.180.12/src/interpreter/ |
H A D | bytecodes.cc | 271 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead() function in v8::internal::interpreter::Bytecodes
|
H A D | interpreter-assembler.cc | 1083 DCHECK(!Bytecodes::IsStarLookahead(bytecode_, operand_scale_)); in Jump() 1194 if (Bytecodes::IsStarLookahead(bytecode_, operand_scale_)) { in DispatchToBytecodeWithOptionalStarLookahead()
|
H A D | bytecodes.h | 934 static bool IsStarLookahead(Bytecode bytecode, OperandScale operand_scale);
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/ |
H A D | bytecodes.cc | 264 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead() function in v8::internal::interpreter::Bytecodes
|
H A D | interpreter-assembler.cc | 1226 DCHECK(!Bytecodes::IsStarLookahead(bytecode_, operand_scale_)); in Jump() 1321 if (Bytecodes::IsStarLookahead(bytecode_, operand_scale_)) { in Dispatch()
|
H A D | bytecodes.h | 851 static bool IsStarLookahead(Bytecode bytecode, OperandScale operand_scale);
|
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/ |
H A D | bytecodes.cc | 264 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead() function in v8::internal::interpreter::Bytecodes
|
H A D | interpreter-assembler.cc | 1308 DCHECK(!Bytecodes::IsStarLookahead(bytecode_, operand_scale_)); in Jump() 1393 if (Bytecodes::IsStarLookahead(bytecode_, operand_scale_)) { in Dispatch()
|
H A D | bytecodes.h | 834 static bool IsStarLookahead(Bytecode bytecode, OperandScale operand_scale);
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/ |
H A D | bytecodes.cc | 264 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead() function in v8::internal::interpreter::Bytecodes
|
H A D | interpreter-assembler.cc | 1091 DCHECK(!Bytecodes::IsStarLookahead(bytecode_, operand_scale_)); in Jump() 1186 if (Bytecodes::IsStarLookahead(bytecode_, operand_scale_)) { in Dispatch()
|
H A D | bytecodes.h | 854 static bool IsStarLookahead(Bytecode bytecode, OperandScale operand_scale);
|