Lines Matching refs:base
112 TNode<RawPtrT> base = GetInterpretedFramePointer();
120 StoreNoWriteBarrier(MachineRepresentation::kWord32, base,
122 StoreNoWriteBarrier(MachineRepresentation::kWord32, base,
126 StoreFullTaggedNoWriteBarrier(base, IntPtrConstant(store_offset),
230 TNode<RawPtrT> base = GetInterpretedFramePointer();
236 return ChangeInt32ToIntPtr(Load<Int32T>(base, IntPtrConstant(index)));
238 return SmiToIntPtr(CAST(LoadFullTagged(base, IntPtrConstant(index))));
279 // Register indexes are negative, so subtract index from base location to get
1259 // bytecode a base pointer into the dispatch table and dispatching
1260 // the bytecode that follows relative to this base.