HomeSort by relevance Sort by last modified time
    Searched refs:FrameDepth (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ic/
ic.h 25 enum FrameDepth { NO_EXTRA_FRAME = 0, EXTRA_CALL_FRAME = 1 };
29 IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL);
272 LoadIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL)
319 LoadGlobalIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL)
337 KeyedLoadIC(FrameDepth depth, Isolate* isolate,
369 StoreIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL)
427 KeyedStoreIC(FrameDepth depth, Isolate* isolate,
ic.cc 138 IC::IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus)
    [all...]

Completed in 62 milliseconds