Searched defs:LStoreNamedGeneric (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.h1629 class LStoreNamedGeneric: public LTemplateInstruction<0, 2, 0> { class in namespace:v8::internal
1631 LStoreNamedGeneric(LOperand* obj, LOperand* val) { function in class:v8::internal::LStoreNamedGeneric
/external/v8/src/ia32/
H A Dlithium-ia32.h1682 class LStoreNamedGeneric: public LTemplateInstruction<0, 3, 0> { class in namespace:v8::internal
1684 LStoreNamedGeneric(LOperand* context, LOperand* object, LOperand* value) { function in class:v8::internal::LStoreNamedGeneric
/external/v8/src/x64/
H A Dlithium-x64.h1606 class LStoreNamedGeneric: public LTemplateInstruction<0, 2, 0> { class in namespace:v8::internal
1608 LStoreNamedGeneric(LOperand* object, LOperand* value) { function in class:v8::internal::LStoreNamedGeneric

Completed in 24 milliseconds