• Home
  • Raw
  • Download

Lines Matching refs:target_bytecode

1076   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
1233 StarDispatchLookahead(target_bytecode); in DispatchToBytecodeWithOptionalStarLookahead()
1235 DispatchToBytecode(target_bytecode, BytecodeOffset()); in DispatchToBytecodeWithOptionalStarLookahead()
1239 TNode<WordT> target_bytecode, TNode<IntPtrT> new_bytecode_offset) { in DispatchToBytecode() argument
1241 TraceBytecodeDispatch(target_bytecode); in DispatchToBytecode()
1245 DispatchTablePointer(), TimesSystemPointerSize(target_bytecode)); in DispatchToBytecode()
1375 void InterpreterAssembler::TraceBytecodeDispatch(TNode<WordT> target_bytecode) { in TraceBytecodeDispatch() argument
1382 IntPtrAdd(source_bytecode_table_index, target_bytecode)); in TraceBytecodeDispatch()