Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1545 class LLoadKeyedExternal: public LLoadKeyed<1> {
1547 LLoadKeyedExternal(LOperand* elements, LOperand* key, in LLoadKeyedExternal() function
Dlithium-arm64.cc1567 LInstruction* result = DefineAsRegister(new (zone()) LLoadKeyedExternal( in DoLoadKeyed()
Dlithium-codegen-arm64.cc3039 void LCodeGen::DoLoadKeyedExternal(LLoadKeyedExternal* instr) { in DoLoadKeyedExternal()