Home
last modified time | relevance | path

Searched refs:LLoadKeyedExternal (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h1781 class LLoadKeyedExternal: public LLoadKeyed<1> {
1783 LLoadKeyedExternal(LOperand* elements, LOperand* key, LOperand* temp) : in LLoadKeyedExternal() function
Dlithium-arm64.cc1704 new(zone()) LLoadKeyedExternal(elements, key, temp)); in DoLoadKeyed()
Dlithium-codegen-arm64.cc3442 void LCodeGen::DoLoadKeyedExternal(LLoadKeyedExternal* instr) { in DoLoadKeyedExternal()