Home | History | Annotate | Download | only in ia32

Lines Matching refs:stub

35 #include "stub-cache.h"
167 FastNewContextStub stub(heap_slots);
168 __ CallStub(&stub);
728 RegExpConstructResultStub stub;
729 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED);
733 RegExpExecStub stub;
734 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED);
738 SubStringStub stub;
739 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED);
743 NumberToStringStub stub;
744 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED);
748 StringAddStub stub(NO_STRING_ADD_FLAGS);
749 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED);
753 StringCompareStub stub;
754 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED);
758 TranscendentalCacheStub stub(instr->transcendental_type(),
760 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED);
1251 TypeRecordingBinaryOpStub stub(instr->op(), NO_OVERWRITE);
1252 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, RESTORE_CONTEXT);
1330 // The conversion stub doesn't cause garbage collections so it's
1333 ToBooleanStub stub;
1336 __ CallStub(&stub);
1865 // Object and function are in fixed registers defined by the stub.
1867 InstanceofStub stub(InstanceofStub::kArgsInRegisters);
1868 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED);
1886 InstanceofStub stub(InstanceofStub::kArgsInRegisters);
1887 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED);
1923 // instanceof stub.
1968 InstanceofStub stub(flags);
1973 // the stub.
1981 CallCodeGeneric(stub.GetCode(),
2040 // The compare stub expects compare condition and the input operands
2367 // version of the stub that detects if the overflow case actually
2852 TranscendentalCacheStub stub(TranscendentalCache::COS,
2854 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, RESTORE_CONTEXT);
2860 TranscendentalCacheStub stub(TranscendentalCache::SIN,
2862 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, RESTORE_CONTEXT);
2928 CallFunctionStub stub(arity, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE);
2929 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED);
3814 // Setup the parameters to the stub/runtime call.
3820 // Pick the right runtime function or stub to call.
3826 FastCloneShallowArrayStub stub(mode, length);
3827 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, RESTORE_CONTEXT);
3835 FastCloneShallowArrayStub stub(mode, length);
3836 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, RESTORE_CONTEXT);
3843 // Setup the parameters to the stub/runtime call.
3933 FastNewClosureStub stub(
3936 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, RESTORE_CONTEXT);
4157 StackCheckStub stub;
4158 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, RESTORE_CONTEXT);