Searched defs:LAllocate (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h2187 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
2189 LAllocate(LOperand* context, function in class:v8::internal::final
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h597 class LAllocate final : public LTemplateInstruction<1, 2, 3> {
599 LAllocate(LOperand* context, function in class:v8::internal::final
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h2207 class LAllocate final : public LTemplateInstruction<1, 2, 1> {
2209 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h2146 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
2148 LAllocate(LOperand* context, function in class:v8::internal::final
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h2192 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
2194 LAllocate(LOperand* context, function in class:v8::internal::final
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h2123 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
2125 LAllocate(LOperand* context, LOperand* size, LOperand* temp1, function in class:v8::internal::final
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1966 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
1968 LAllocate(LOperand* context, LOperand* size, LOperand* temp1, function in class:v8::internal::final
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h2189 class LAllocate final : public LTemplateInstruction<1, 2, 1> {
2191 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h2203 class LAllocate final : public LTemplateInstruction<1, 2, 1> {
2205 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { function in class:v8::internal::final

Completed in 156 milliseconds