Home
last modified time | relevance | path

Searched refs:PatchInlinedLoad (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Dic-mips.cc118 bool LoadIC::PatchInlinedLoad(Address address, Object* map, int offset) { in PatchInlinedLoad() function in v8::internal::LoadIC
139 bool KeyedLoadIC::PatchInlinedLoad(Address address, Object* map) { in PatchInlinedLoad() function in v8::internal::KeyedLoadIC
/external/v8/src/
Dic.h331 static bool PatchInlinedLoad(Address address, Object* map, int index);
412 static bool PatchInlinedLoad(Address address, Object* map);
Dic.cc310 PatchInlinedLoad(address, HEAP->null_value()); in ClearInlinedVersion()
329 PatchInlinedLoad(address, heap->null_value(), 0); in ClearInlinedVersion()
878 PatchInlinedLoad(address(), map, offset); in Load()
908 PatchInlinedLoad(address(), map, offset); in Load()
977 if (PatchInlinedLoad(address(), map, offset)) { in Load()
1307 PatchInlinedLoad(address(), map); in Load()
/external/v8/src/x64/
Dic-x64.cc1300 bool LoadIC::PatchInlinedLoad(Address address, Object* map, int offset) { in PatchInlinedLoad() function in v8::internal::LoadIC
1414 bool KeyedLoadIC::PatchInlinedLoad(Address address, Object* map) { in PatchInlinedLoad() function in v8::internal::KeyedLoadIC
/external/v8/src/ia32/
Dic-ia32.cc1276 bool LoadIC::PatchInlinedLoad(Address address, Object* map, int offset) { in PatchInlinedLoad() function in v8::internal::LoadIC
1432 bool KeyedLoadIC::PatchInlinedLoad(Address address, Object* map) { in PatchInlinedLoad() function in v8::internal::KeyedLoadIC
/external/v8/src/arm/
Dic-arm.cc966 bool LoadIC::PatchInlinedLoad(Address address, Object* map, int offset) { in PatchInlinedLoad() function in v8::internal::LoadIC
1099 bool KeyedLoadIC::PatchInlinedLoad(Address address, Object* map) { in PatchInlinedLoad() function in v8::internal::KeyedLoadIC