Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dhandler-configuration-inl.h79 Handle<Smi> LoadHandler::LoadModuleExport(Isolate* isolate, int index) { in LoadModuleExport() function
Dhandler-configuration.h146 static inline Handle<Smi> LoadModuleExport(Isolate* isolate, int index);
Dic.cc814 return LoadHandler::LoadModuleExport(isolate(), index); in ComputeHandler()