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

/external/v8/src/mips/
H A Dic-mips.cc133 bool StoreIC::PatchInlinedStore(Address address, Object* map, int offset) { function in class:v8::internal::StoreIC
145 bool KeyedStoreIC::PatchInlinedStore(Address address, Object* map) { function in class:v8::internal::KeyedStoreIC
/external/v8/src/ia32/
H A Dic-ia32.cc1360 bool StoreIC::PatchInlinedStore(Address address, Object* map, int offset) { function in class:v8::internal::StoreIC
1437 bool KeyedStoreIC::PatchInlinedStore(Address address, Object* map) { function in class:v8::internal::KeyedStoreIC
/external/v8/src/x64/
H A Dic-x64.cc1339 bool StoreIC::PatchInlinedStore(Address address, Object* map, int offset) { function in class:v8::internal::StoreIC
1419 bool KeyedStoreIC::PatchInlinedStore(Address address, Object* map) { function in class:v8::internal::KeyedStoreIC

Completed in 105 milliseconds