Searched defs:LAllocateObject (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ia32/
H A Dlithium-ia32.h2034 class LAllocateObject: public LTemplateInstruction<1, 1, 1> { class in namespace:v8::internal
2036 LAllocateObject(LOperand* context, LOperand* temp) { function in class:v8::internal::LAllocateObject
/external/v8/src/arm/
H A Dlithium-arm.h1976 class LAllocateObject: public LTemplateInstruction<1, 0, 2> { class in namespace:v8::internal
1978 LAllocateObject(LOperand* temp1, LOperand* temp2) { function in class:v8::internal::LAllocateObject
/external/v8/src/mips/
H A Dlithium-mips.h1956 class LAllocateObject: public LTemplateInstruction<1, 0, 2> { class in namespace:v8::internal
1958 LAllocateObject(LOperand* temp1, LOperand* temp2) { function in class:v8::internal::LAllocateObject
/external/v8/src/x64/
H A Dlithium-x64.h1946 class LAllocateObject: public LTemplateInstruction<1, 0, 1> { class in namespace:v8::internal
1948 explicit LAllocateObject(LOperand* temp) { function in class:v8::internal::LAllocateObject

Completed in 118 milliseconds