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

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h1985 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
1987 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h2000 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
2002 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h1949 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
1951 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h1949 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
1951 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h1985 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
1987 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h2010 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
2012 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h898 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
900 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::FINAL

Completed in 7587 milliseconds