Searched refs:LoadBytecode (Results 1 – 3 of 3) sorted by relevance
1077 UncheckedCast<RawPtrT>(LoadBytecode(new_bytecode_offset)); in Jump()1161 TNode<WordT> InterpreterAssembler::LoadBytecode( in LoadBytecode() function in v8::internal::interpreter::InterpreterAssembler1193 DispatchToBytecode(LoadBytecode(BytecodeOffset()), BytecodeOffset()); in StarDispatchLookahead()1226 TNode<WordT> target_bytecode = LoadBytecode(target_offset); in Dispatch()1267 TNode<WordT> next_bytecode = LoadBytecode(next_bytecode_offset); in DispatchWide()
287 TNode<WordT> LoadBytecode(TNode<IntPtrT> bytecode_offset);
157 TNode<WordT> opcode = LoadBytecode(BytecodeOffset()); in IGNITION_HANDLER()