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 59 enum FrameDepth { NO_EXTRA_FRAME = 0, EXTRA_CALL_FRAME = 1 };
63 IC(FrameDepth depth, Isolate* isolate);
332 explicit LoadIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) {
400 explicit KeyedLoadIC(FrameDepth depth, Isolate* isolate)
461 StoreIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) {
548 KeyedStoreIC(FrameDepth depth, Isolate* isolate) : StoreIC(depth, isolate) {
ic.cc 141 IC::IC(FrameDepth depth, Isolate* isolate)
    [all...]

Completed in 37 milliseconds