Searched refs:target_bytecode (Results 1 – 2 of 2) sorted by relevance
248 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);
1076 TNode<RawPtrT> target_bytecode = in Jump() local1078 DispatchToBytecode(target_bytecode, new_bytecode_offset); in Jump()1168 void InterpreterAssembler::StarDispatchLookahead(TNode<WordT> target_bytecode) { in StarDispatchLookahead() argument1182 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() argument1212 StoreRegisterForShortStar(GetAccumulator(), target_bytecode); in InlineShortStar()1226 TNode<WordT> target_bytecode = LoadBytecode(target_offset); in Dispatch() local1227 DispatchToBytecodeWithOptionalStarLookahead(target_bytecode); in Dispatch()1231 TNode<WordT> target_bytecode) { in DispatchToBytecodeWithOptionalStarLookahead() argument[all …]