Home | History | Annotate | Download | only in ia32

Lines Matching defs:stub

35 #include "stub-cache.h"
194 FastNewContextStub stub(heap_slots);
195 __ CallStub(&stub);
762 RegExpConstructResultStub stub;
763 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
767 RegExpExecStub stub;
768 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
772 SubStringStub stub;
773 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
777 NumberToStringStub stub;
778 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
782 StringAddStub stub(NO_STRING_ADD_FLAGS);
783 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
787 StringCompareStub stub;
788 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
792 TranscendentalCacheStub stub(instr->transcendental_type(),
794 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
1385 BinaryOpStub stub(instr->op(), NO_OVERWRITE);
1386 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
1954 // Object and function are in fixed registers defined by the stub.
1956 InstanceofStub stub(InstanceofStub::kArgsInRegisters);
1957 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
1998 // instanceof stub.
2045 InstanceofStub stub(flags);
2050 // the stub.
2058 CallCodeGeneric(stub.GetCode(),
2515 // version of the stub that detects if the overflow case actually
3045 MathPowStub stub(MathPowStub::TAGGED);
3046 __ CallStub(&stub);
3048 MathPowStub stub(MathPowStub::INTEGER);
3049 __ CallStub(&stub);
3052 MathPowStub stub(MathPowStub::DOUBLE);
3053 __ CallStub(&stub);
3170 TranscendentalCacheStub stub(TranscendentalCache::TAN,
3172 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
3178 TranscendentalCacheStub stub(TranscendentalCache::COS,
3180 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
3186 TranscendentalCacheStub stub(TranscendentalCache::SIN,
3188 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
3270 CallFunctionStub stub(arity, NO_CALL_FUNCTION_FLAGS);
3271 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
3299 CallConstructStub stub(NO_CALL_FUNCTION_FLAGS);
3301 CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr);
3649 StringAddStub stub(NO_STRING_CHECK_IN_STUB);
3650 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
4376 // Set up the parameters to the stub/runtime call.
4384 // Pick the right runtime function or stub to call.
4390 FastCloneShallowArrayStub stub(mode, length);
4391 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
4401 FastCloneShallowArrayStub stub(mode, length);
4402 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
4538 // Set up the parameters to the stub/runtime call.
4550 // Pick the right runtime function or stub to call.
4558 FastCloneShallowObjectStub stub(properties_count);
4559 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
4632 FastNewClosureStub stub(shared_info->language_mode());
4634 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
4847 StackCheckStub stub;
4848 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);