Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h248 void DispatchToBytecode(TNode<WordT> target_bytecode,
255 TNode<WordT> target_bytecode);
318 void TraceBytecodeDispatch(TNode<WordT> target_bytecode);
406 void StarDispatchLookahead(TNode<WordT> target_bytecode);
410 void InlineShortStar(TNode<WordT> target_bytecode);
Dinterpreter-assembler.cc1076 TNode<RawPtrT> target_bytecode = in Jump() local
1078 DispatchToBytecode(target_bytecode, new_bytecode_offset); in Jump()
1168 void InterpreterAssembler::StarDispatchLookahead(TNode<WordT> target_bytecode) { in StarDispatchLookahead() argument
1182 TruncateWordToInt32(target_bytecode), first_short_star_bytecode); in StarDispatchLookahead()
1187 InlineShortStar(target_bytecode); in StarDispatchLookahead()
1198 void InterpreterAssembler::InlineShortStar(TNode<WordT> target_bytecode) { in InlineShortStar() argument
1212 StoreRegisterForShortStar(GetAccumulator(), target_bytecode); in InlineShortStar()
1226 TNode<WordT> target_bytecode = LoadBytecode(target_offset); in Dispatch() local
1227 DispatchToBytecodeWithOptionalStarLookahead(target_bytecode); in Dispatch()
1231 TNode<WordT> target_bytecode) { in DispatchToBytecodeWithOptionalStarLookahead() argument
[all …]