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

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h2526 class LAllocate FINAL : public LTemplateInstruction<1, 2, 2> {
2528 LAllocate(LOperand* context, function in class:v8::internal::FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h2532 class LAllocate FINAL : public LTemplateInstruction<1, 2, 1> {
2534 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h2486 class LAllocate FINAL : public LTemplateInstruction<1, 2, 2> {
2488 LAllocate(LOperand* context, function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h2470 class LAllocate FINAL : public LTemplateInstruction<1, 2, 2> {
2472 LAllocate(LOperand* context, function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h2513 class LAllocate FINAL : public LTemplateInstruction<1, 2, 1> {
2515 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h2548 class LAllocate FINAL : public LTemplateInstruction<1, 2, 1> {
2550 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h639 class LAllocate FINAL : public LTemplateInstruction<1, 2, 3> {
641 LAllocate(LOperand* context, function in class:v8::internal::FINAL

Completed in 3323 milliseconds