Searched defs:LTemplateInstruction (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc547 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
557 LTemplateInstruction<1, I, T>* instr) {
565 LTemplateInstruction<1, I, T>* instr, int index) {
573 LTemplateInstruction<1, I, T>* instr) {
581 LTemplateInstruction<1, I, T>* instr, Register reg) {
588 LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) {
556 DefineAsRegister( LTemplateInstruction<1, I, T>* instr) argument
564 DefineAsSpilled( LTemplateInstruction<1, I, T>* instr, int index) argument
572 DefineSameAsFirst( LTemplateInstruction<1, I, T>* instr) argument
580 DefineFixed( LTemplateInstruction<1, I, T>* instr, Register reg) argument
587 DefineFixedDouble( LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) argument
H A Dlithium-arm.h317 class LTemplateInstruction: public LInstruction { class in namespace:v8::internal
339 class LGap: public LTemplateInstruction<0, 0, 0> {
399 class LGoto: public LTemplateInstruction<0, 0, 0> {
415 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
431 class LDummyUse: public LTemplateInstruction<1, 1, 0> {
440 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
471 class LParameter: public LTemplateInstruction<1, 0, 0> {
478 class LCallStub: public LTemplateInstruction<1, 0, 0> {
489 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
497 class LControlInstruction: public LTemplateInstruction<
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc597 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
607 LTemplateInstruction<1, I, T>* instr) {
615 LTemplateInstruction<1, I, T>* instr,
624 LTemplateInstruction<1, I, T>* instr) {
631 LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr,
639 LTemplateInstruction<1, I, T>* instr,
606 DefineAsRegister( LTemplateInstruction<1, I, T>* instr) argument
614 DefineAsSpilled( LTemplateInstruction<1, I, T>* instr, int index) argument
623 DefineSameAsFirst( LTemplateInstruction<1, I, T>* instr) argument
638 DefineFixedDouble( LTemplateInstruction<1, I, T>* instr, XMMRegister reg) argument
H A Dlithium-ia32.h323 class LTemplateInstruction: public LInstruction { class in namespace:v8::internal
346 class LGap: public LTemplateInstruction<0, 0, 0> {
405 class LGoto: public LTemplateInstruction<0, 0, 0> {
421 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
427 class LDummyUse: public LTemplateInstruction<1, 1, 0> {
436 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
467 class LParameter: public LTemplateInstruction<1, 0, 0> {
474 class LCallStub: public LTemplateInstruction<1, 1, 0> {
491 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
499 class LControlInstruction: public LTemplateInstruction<
[all...]
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc552 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
562 LTemplateInstruction<1, I, T>* instr) {
570 LTemplateInstruction<1, I, T>* instr, int index) {
578 LTemplateInstruction<1, I, T>* instr) {
586 LTemplateInstruction<1, I, T>* instr, Register reg) {
593 LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) {
561 DefineAsRegister( LTemplateInstruction<1, I, T>* instr) argument
569 DefineAsSpilled( LTemplateInstruction<1, I, T>* instr, int index) argument
577 DefineSameAsFirst( LTemplateInstruction<1, I, T>* instr) argument
585 DefineFixed( LTemplateInstruction<1, I, T>* instr, Register reg) argument
592 DefineFixedDouble( LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) argument
H A Dlithium-mips.h313 class LTemplateInstruction: public LInstruction { class in namespace:v8::internal
335 class LGap: public LTemplateInstruction<0, 0, 0> {
395 class LGoto: public LTemplateInstruction<0, 0, 0> {
411 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
427 class LDummyUse: public LTemplateInstruction<1, 1, 0> {
436 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
467 class LParameter: public LTemplateInstruction<1, 0, 0> {
474 class LCallStub: public LTemplateInstruction<1, 0, 0> {
485 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
493 class LControlInstruction: public LTemplateInstruction<
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc553 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
563 LTemplateInstruction<1, I, T>* instr) {
571 LTemplateInstruction<1, I, T>* instr,
580 LTemplateInstruction<1, I, T>* instr) {
587 LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr,
595 LTemplateInstruction<1, I, T>* instr,
562 DefineAsRegister( LTemplateInstruction<1, I, T>* instr) argument
570 DefineAsSpilled( LTemplateInstruction<1, I, T>* instr, int index) argument
579 DefineSameAsFirst( LTemplateInstruction<1, I, T>* instr) argument
594 DefineFixedDouble( LTemplateInstruction<1, I, T>* instr, XMMRegister reg) argument
H A Dlithium-x64.h314 class LTemplateInstruction: public LInstruction { class in namespace:v8::internal
337 class LGap: public LTemplateInstruction<0, 0, 0> {
398 class LGoto: public LTemplateInstruction<0, 0, 0> {
414 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
430 class LDummyUse: public LTemplateInstruction<1, 1, 0> {
439 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
470 class LParameter: public LTemplateInstruction<1, 0, 0> {
477 class LCallStub: public LTemplateInstruction<1, 0, 0> {
488 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
496 class LControlInstruction: public LTemplateInstruction<
[all...]
/external/v8/src/arm/
H A Dlithium-arm.cc112 void LTemplateInstruction<R, I, T>::PrintDataTo(StringStream* stream) {
122 void LTemplateInstruction<R, I, T>::PrintOutputOperandTo(StringStream* stream) {
680 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
690 LTemplateInstruction<1, I, T>* instr) {
698 LTemplateInstruction<1, I, T>* instr, int index) {
706 LTemplateInstruction<1, I, T>* instr) {
714 LTemplateInstruction<1, I, T>* instr, Register reg) {
721 LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) {
689 DefineAsRegister( LTemplateInstruction<1, I, T>* instr) argument
697 DefineAsSpilled( LTemplateInstruction<1, I, T>* instr, int index) argument
705 DefineSameAsFirst( LTemplateInstruction<1, I, T>* instr) argument
713 DefineFixed( LTemplateInstruction<1, I, T>* instr, Register reg) argument
720 DefineFixedDouble( LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) argument
H A Dlithium-arm.h295 class LTemplateInstruction: public LInstruction { class in namespace:v8::internal
319 class LGap: public LTemplateInstruction<0, 0, 0> {
373 class LGoto: public LTemplateInstruction<0, 0, 0> {
388 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
404 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
432 class LParameter: public LTemplateInstruction<1, 0, 0> {
438 class LCallStub: public LTemplateInstruction<1, 0, 0> {
449 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
456 class LControlInstruction: public LTemplateInstruction<0, I, T> {
472 class LWrapReceiver: public LTemplateInstruction<
[all...]
/external/v8/src/ia32/
H A Dlithium-ia32.cc675 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
685 LTemplateInstruction<1, I, T>* instr) {
693 LTemplateInstruction<1, I, T>* instr,
702 LTemplateInstruction<1, I, T>* instr) {
709 LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr,
717 LTemplateInstruction<1, I, T>* instr,
684 DefineAsRegister( LTemplateInstruction<1, I, T>* instr) argument
692 DefineAsSpilled( LTemplateInstruction<1, I, T>* instr, int index) argument
701 DefineSameAsFirst( LTemplateInstruction<1, I, T>* instr) argument
716 DefineFixedDouble( LTemplateInstruction<1, I, T>* instr, XMMRegister reg) argument
H A Dlithium-ia32.h291 class LTemplateInstruction: public LInstruction { class in namespace:v8::internal
312 class LGap: public LTemplateInstruction<0, 0, 0> {
365 class LGoto: public LTemplateInstruction<0, 0, 0> {
380 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
386 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
414 class LParameter: public LTemplateInstruction<1, 0, 0> {
420 class LCallStub: public LTemplateInstruction<1, 1, 0> {
437 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
444 class LControlInstruction: public LTemplateInstruction<0, I, T> {
460 class LWrapReceiver: public LTemplateInstruction<
[all...]
/external/v8/src/mips/
H A Dlithium-mips.cc112 void LTemplateInstruction<R, I, T>::PrintDataTo(StringStream* stream) {
122 void LTemplateInstruction<R, I, T>::PrintOutputOperandTo(StringStream* stream) {
680 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
690 LTemplateInstruction<1, I, T>* instr) {
698 LTemplateInstruction<1, I, T>* instr, int index) {
706 LTemplateInstruction<1, I, T>* instr) {
714 LTemplateInstruction<1, I, T>* instr, Register reg) {
721 LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) {
689 DefineAsRegister( LTemplateInstruction<1, I, T>* instr) argument
697 DefineAsSpilled( LTemplateInstruction<1, I, T>* instr, int index) argument
705 DefineSameAsFirst( LTemplateInstruction<1, I, T>* instr) argument
713 DefineFixed( LTemplateInstruction<1, I, T>* instr, Register reg) argument
720 DefineFixedDouble( LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) argument
H A Dlithium-mips.h294 class LTemplateInstruction: public LInstruction { class in namespace:v8::internal
318 class LGap: public LTemplateInstruction<0, 0, 0> {
372 class LGoto: public LTemplateInstruction<0, 0, 0> {
387 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
403 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
431 class LParameter: public LTemplateInstruction<1, 0, 0> {
437 class LCallStub: public LTemplateInstruction<1, 0, 0> {
448 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
455 class LControlInstruction: public LTemplateInstruction<0, I, T> {
471 class LWrapReceiver: public LTemplateInstruction<
[all...]
/external/v8/src/x64/
H A Dlithium-x64.cc114 void LTemplateInstruction<R, I, T>::PrintDataTo(StringStream* stream) {
124 void LTemplateInstruction<R, I, T>::PrintOutputOperandTo(StringStream* stream) {
673 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
683 LTemplateInstruction<1, I, T>* instr) {
691 LTemplateInstruction<1, I, T>* instr,
700 LTemplateInstruction<1, I, T>* instr) {
707 LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr,
715 LTemplateInstruction<1, I, T>* instr,
682 DefineAsRegister( LTemplateInstruction<1, I, T>* instr) argument
690 DefineAsSpilled( LTemplateInstruction<1, I, T>* instr, int index) argument
699 DefineSameAsFirst( LTemplateInstruction<1, I, T>* instr) argument
714 DefineFixedDouble( LTemplateInstruction<1, I, T>* instr, XMMRegister reg) argument
H A Dlithium-x64.h296 class LTemplateInstruction: public LInstruction { class in namespace:v8::internal
320 class LGap: public LTemplateInstruction<0, 0, 0> {
374 class LGoto: public LTemplateInstruction<0, 0, 0> {
389 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
405 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
433 class LParameter: public LTemplateInstruction<1, 0, 0> {
439 class LCallStub: public LTemplateInstruction<1, 0, 0> {
450 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
457 class LControlInstruction: public LTemplateInstruction<0, I, T> {
473 class LWrapReceiver: public LTemplateInstruction<
[all...]

Completed in 412 milliseconds