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

  /external/v8/src/
code-factory.cc 15 Callable CodeFactory::LoadIC(Isolate* isolate, TypeofMode typeof_mode,
18 LoadIC::initialize_stub(
28 auto code = LoadIC::initialize_stub_in_optimized_code(
  /external/v8/src/ic/
ic.h 16 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
295 class LoadIC : public IC {
310 LoadIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL)
373 class KeyedLoadIC : public LoadIC {
392 : LoadIC(depth, isolate, nexus) {

Completed in 177 milliseconds