Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.h40 static Callable StoreOwnIC(Isolate* isolate);
Dcode-factory.cc111 Callable CodeFactory::StoreOwnIC(Isolate* isolate) { in StoreOwnIC() function in v8::internal::CodeFactory
/external/v8/src/compiler/
Djs-generic-lowering.cc246 Callable callable = CodeFactory::StoreOwnIC(isolate()); in LowerJSStoreNamedOwn()