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

/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 191 milliseconds