Lines Matching refs:stub
34 #include "stub-cache.h"
182 FastNewContextStub stub(heap_slots);
183 __ CallStub(&stub);
728 RegExpConstructResultStub stub;
729 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
733 RegExpExecStub stub;
734 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
738 SubStringStub stub;
739 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
743 NumberToStringStub stub;
744 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
748 StringAddStub stub(NO_STRING_ADD_FLAGS);
749 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
753 StringCompareStub stub;
754 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
758 TranscendentalCacheStub stub(instr->transcendental_type(),
760 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
1247 TypeRecordingBinaryOpStub stub(instr->op(), NO_OVERWRITE);
1248 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
1333 // The conversion stub doesn't cause garbage collections so it's
1336 ToBooleanStub stub;
1339 __ CallStub(&stub);
1877 InstanceofStub stub(InstanceofStub::kNoFlags);
1880 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
1896 InstanceofStub stub(InstanceofStub::kNoFlags);
1899 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
1934 // instanceof stub.
1977 InstanceofStub stub(flags);
1990 // safepoint with two arguments because stub is going to
1993 CallCodeGeneric(stub.GetCode(),
2044 // The compare stub
2379 // version of the stub that detects if the overflow case actually
2834 TranscendentalCacheStub stub(TranscendentalCache::LOG,
2836 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
2842 TranscendentalCacheStub stub(TranscendentalCache::COS,
2844 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
2850 TranscendentalCacheStub stub(TranscendentalCache::SIN,
2852 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
2917 CallFunctionStub stub(arity, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE);
2918 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
3635 // Setup the parameters to the stub/runtime call.
3641 // Pick the right runtime function or stub to call.
3647 FastCloneShallowArrayStub stub(mode, length);
3648 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
3656 FastCloneShallowArrayStub stub(mode, length);
3657 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
3663 // Setup the parameters to the stub/runtime call.
3744 FastNewClosureStub stub(
3747 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
3990 StackCheckStub stub;
3991 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);