Searched refs:FrameDepth (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ic/ |
D | ic.h | 25 enum FrameDepth { NO_EXTRA_FRAME = 0, EXTRA_CALL_FRAME = 1 }; enum 29 IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL); 310 LoadIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL) 390 KeyedLoadIC(FrameDepth depth, Isolate* isolate, 442 StoreIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL) 536 KeyedStoreIC(FrameDepth depth, Isolate* isolate,
|
D | ic.cc | 142 IC::IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus) in IC()
|