Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dhandler-configuration.h91 static inline Handle<Object> LoadConstant(Isolate* isolate, int descriptor);
Dhandler-configuration-inl.h25 Handle<Object> LoadHandler::LoadConstant(Isolate* isolate, int descriptor) { in LoadConstant() function
Dic.cc1404 LoadHandler::LoadConstant(isolate(), lookup->GetConstantIndex()); in GetMapIndependentHandler()