Home
last modified time | relevance | path

Searched refs:ExternalArrayOpRequiresTemp (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc2041 bool clobbers_key = ExternalArrayOpRequiresTemp( in DoLoadKeyed()
2140 bool clobbers_key = ExternalArrayOpRequiresTemp( in DoStoreKeyed()
Dlithium-ia32.h1514 inline static bool ExternalArrayOpRequiresTemp( in ExternalArrayOpRequiresTemp() function
Dlithium-codegen-ia32.cc2518 ExternalArrayOpRequiresTemp(instr->hydrogen()->key()->representation(), in DoLoadKeyedExternalArray()
3644 ExternalArrayOpRequiresTemp(instr->hydrogen()->key()->representation(), in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc2037 bool clobbers_key = ExternalArrayOpRequiresTemp( in DoLoadKeyed()
2141 bool clobbers_key = ExternalArrayOpRequiresTemp( in DoStoreKeyed()
Dlithium-x87.h1504 inline static bool ExternalArrayOpRequiresTemp( in ExternalArrayOpRequiresTemp() function
Dlithium-codegen-x87.cc2796 ExternalArrayOpRequiresTemp(instr->hydrogen()->key()->representation(), in DoLoadKeyedExternalArray()
3921 ExternalArrayOpRequiresTemp(instr->hydrogen()->key()->representation(), in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2050 bool clobbers_key = ExternalArrayOpRequiresTemp( in DoLoadKeyed()
2146 bool clobbers_key = ExternalArrayOpRequiresTemp( in DoStoreKeyed()
Dlithium-x64.h1480 inline static bool ExternalArrayOpRequiresTemp( in ExternalArrayOpRequiresTemp() function
Dlithium-codegen-x64.cc2672 if (ExternalArrayOpRequiresTemp(key_representation, elements_kind)) { in DoLoadKeyedExternalArray()
3881 if (ExternalArrayOpRequiresTemp(key_representation, elements_kind)) { in DoStoreKeyedExternalArray()