Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dlithium-x64.cc1842 LInstruction* load_instr = DefineAsRegister(result); in DoLoadKeyedSpecializedArrayElement() local
1846 AssignEnvironment(load_instr) : load_instr; in DoLoadKeyedSpecializedArrayElement()
/external/v8/src/ia32/
Dlithium-ia32.cc1884 LInstruction* load_instr = DefineAsRegister(result); in DoLoadKeyedSpecializedArrayElement() local
1888 ? AssignEnvironment(load_instr) in DoLoadKeyedSpecializedArrayElement()
1889 : load_instr; in DoLoadKeyedSpecializedArrayElement()
/external/v8/src/arm/
Dlithium-arm.cc1852 LInstruction* load_instr = DefineAsRegister(result); in DoLoadKeyedSpecializedArrayElement() local
1856 AssignEnvironment(load_instr) : load_instr; in DoLoadKeyedSpecializedArrayElement()