Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1720 class LLoadKeyedFixed: public LLoadKeyed<1> {
1722 LLoadKeyedFixed(LOperand* elements, LOperand* key, LOperand* temp) in LLoadKeyedFixed() function
Dlithium-arm64.cc1676 DefineAsRegister(new (zone()) LLoadKeyedFixed(elements, key, temp)); in DoLoadKeyed()
Dlithium-codegen-arm64.cc3281 void LCodeGen::DoLoadKeyedFixed(LLoadKeyedFixed* instr) { in DoLoadKeyedFixed()