Searched defs:PatchInlinedStore (Results 1 - 3 of 3) sorted by relevance
/external/v8/src/mips/ | ||
H A D | ic-mips.cc | 133 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 D | ic-ia32.cc | 1360 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 D | ic-x64.cc | 1339 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