Home | History | Annotate | Download | only in mips

Lines Matching defs:stub

33 #include "stub-cache.h"
155 __ Push(Smi::FromInt(StackFrame::STUB));
213 FastNewContextStub stub(heap_slots);
214 __ CallStub(&stub);
302 __ li(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
364 __ li(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
592 case STUB:
1046 RegExpConstructResultStub stub;
1047 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
1051 RegExpExecStub stub;
1052 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
1056 SubStringStub stub;
1057 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
1061 NumberToStringStub stub;
1062 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
1066 StringCompareStub stub;
1067 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
1072 TranscendentalCacheStub stub(instr->transcendental_type(),
1074 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
1979 BinaryOpStub stub(instr->op(), NO_OVERWRITE);
1980 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
2605 InstanceofStub stub(InstanceofStub::kArgsInRegisters);
2606 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
2650 // instanceof stub.
2706 InstanceofStub stub(flags);
2725 CallCodeGeneric(stub.GetCode(isolate()),
3792 MathPowStub stub(MathPowStub::TAGGED);
3793 __ CallStub(&stub);
3800 MathPowStub stub(MathPowStub::TAGGED);
3801 __ CallStub(&stub);
3803 stub(MathPowStub::INTEGER);
3804 __ CallStub(&stub);
3807 MathPowStub stub(MathPowStub::DOUBLE);
3808 __ CallStub(&stub);
3906 TranscendentalCacheStub stub(TranscendentalCache::LOG,
3908 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
3914 TranscendentalCacheStub stub(TranscendentalCache::TAN,
3916 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
3922 TranscendentalCacheStub stub(TranscendentalCache::COS,
3924 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
3930 TranscendentalCacheStub stub(TranscendentalCache::SIN,
3932 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
3989 CallFunctionStub stub(arity, NO_CALL_FUNCTION_FLAGS);
3990 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
4027 CallConstructStub stub(NO_CALL_FUNCTION_FLAGS);
4028 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr);
4046 ArrayNoArgumentConstructorStub stub(kind, context_mode, override_mode);
4047 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr);
4058 ArraySingleArgumentConstructorStub stub(holey_kind, context_mode,
4060 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr);
4065 ArraySingleArgumentConstructorStub stub(kind, context_mode, override_mode);
4066 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr);
4069 ArrayNArgumentsConstructorStub stub(kind, context_mode, override_mode);
4070 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr);
4446 TransitionElementsKindStub stub(from_kind, to_kind);
4447 __ CallStub(&stub);
4468 StringAddStub stub(instr->hydrogen()->flags());
4469 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
5408 FastNewClosureStub stub(instr->hydrogen()->language_mode(),
5412 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
5665 StackCheckStub stub;
5666 CallCode(stub