Searched refs:LLoadKeyedSpecializedArrayElement (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.cc1945 LLoadKeyedSpecializedArrayElement* result =
1946 new(zone()) LLoadKeyedSpecializedArrayElement(external_pointer, key);
H A Dlithium-arm.h1249 class LLoadKeyedSpecializedArrayElement: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
1251 LLoadKeyedSpecializedArrayElement(LOperand* external_pointer, function in class:v8::internal::LLoadKeyedSpecializedArrayElement
H A Dlithium-codegen-arm.cc2680 LLoadKeyedSpecializedArrayElement* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h1265 class LLoadKeyedSpecializedArrayElement: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
1267 LLoadKeyedSpecializedArrayElement(LOperand* external_pointer, function in class:v8::internal::LLoadKeyedSpecializedArrayElement
H A Dlithium-ia32.cc2005 LLoadKeyedSpecializedArrayElement* result =
2006 new(zone()) LLoadKeyedSpecializedArrayElement(external_pointer,
H A Dlithium-codegen-ia32.cc2482 LLoadKeyedSpecializedArrayElement* instr) {
/external/v8/src/mips/
H A Dlithium-mips.cc1948 LLoadKeyedSpecializedArrayElement* result =
1949 new(zone()) LLoadKeyedSpecializedArrayElement(external_pointer, key);
H A Dlithium-mips.h1229 class LLoadKeyedSpecializedArrayElement: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
1231 LLoadKeyedSpecializedArrayElement(LOperand* external_pointer, function in class:v8::internal::LLoadKeyedSpecializedArrayElement
H A Dlithium-codegen-mips.cc2557 LLoadKeyedSpecializedArrayElement* instr) {
/external/v8/src/x64/
H A Dlithium-x64.cc1937 LLoadKeyedSpecializedArrayElement* result =
1938 new(zone()) LLoadKeyedSpecializedArrayElement(external_pointer, key);
H A Dlithium-x64.h1228 class LLoadKeyedSpecializedArrayElement: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
1230 LLoadKeyedSpecializedArrayElement(LOperand* external_pointer, function in class:v8::internal::LLoadKeyedSpecializedArrayElement
H A Dlithium-codegen-x64.cc2437 LLoadKeyedSpecializedArrayElement* instr) {

Completed in 270 milliseconds