Home
last modified time | relevance | path

Searched refs:LoadInterceptor (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Dhandler-configuration-inl.h37 Handle<Smi> LoadHandler::LoadInterceptor(Isolate* isolate) { in LoadInterceptor() function
Dhandler-configuration.h121 static inline Handle<Smi> LoadInterceptor(Isolate* isolate);
Dic.cc772 Handle<Smi> smi_handler = LoadHandler::LoadInterceptor(isolate()); in ComputeHandler()