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

  /external/v8/src/
ic.cc 60 void IC::TraceIC(const char* type,
579 TraceIC("CallIC", name, state, target(), in_loop ? " (in-loop)" : "");
787 TraceIC("LoadIC", name, state, target());
813 TraceIC("KeyedLoadIC", name, state, target());
825 TraceIC("KeyedLoadIC", name, state, target());
838 TraceIC("KeyedLoadIC", name, state, target());
    [all...]
ic.h 139 static void TraceIC(const char* type,

Completed in 27 milliseconds