Searched defs:LoadIC (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dcode-factory.cc25 Callable CodeFactory::LoadIC(Isolate* isolate) { function in class:v8::internal::CodeFactory
H A Dcode-stub-assembler.cc5907 void CodeStubAssembler::LoadIC(const LoadICParameters* p) { function in class:v8::internal::CodeStubAssembler
/external/v8/src/ic/
H A Dic.h16 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
274 class LoadIC : public IC { class in namespace:v8::internal
276 LoadIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL) function in class:v8::internal::LoadIC
330 class LoadGlobalIC : public LoadIC {
333 : LoadIC(depth, isolate, nexus) {}
345 class KeyedLoadIC : public LoadIC {
349 : LoadIC(depth, isolate, nexus) {

Completed in 338 milliseconds