Home | History | Annotate | Download | only in src

Lines Matching refs:FrameDepth

85   enum FrameDepth {
92 IC(FrameDepth depth, Isolate* isolate);
427 explicit LoadIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) {
494 explicit KeyedLoadIC(FrameDepth depth, Isolate* isolate)
582 StoreIC(FrameDepth depth, Isolate* isolate)
716 KeyedStoreIC(FrameDepth depth, Isolate* isolate)