Home | History | Annotate | Download | only in mips

Lines Matching defs:stub

33 #include "stub-cache.h"
180 FastNewContextStub stub(heap_slots);
181 __ CallStub(&stub);
816 RegExpConstructResultStub stub;
817 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
821 RegExpExecStub stub;
822 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
826 SubStringStub stub;
827 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
831 NumberToStringStub stub;
832 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
836 StringAddStub stub(NO_STRING_ADD_FLAGS);
837 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
841 StringCompareStub stub;
842 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
847 TranscendentalCacheStub stub(instr->transcendental_type(),
849 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
1402 BinaryOpStub stub(instr->op(), NO_OVERWRITE);
1403 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
2017 InstanceofStub stub(InstanceofStub::kArgsInRegisters);
2018 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
2062 // instanceof stub.
2119 InstanceofStub stub(flags);
2138 CallCodeGeneric(stub.GetCode(),
2621 // version of the stub that detects if the overflow case actually
3162 MathPowStub stub(MathPowStub::TAGGED);
3163 __ CallStub(&stub);
3165 MathPowStub stub(MathPowStub::INTEGER);
3166 __ CallStub(&stub);
3169 MathPowStub stub(MathPowStub::DOUBLE);
3170 __ CallStub(&stub);
3253 TranscendentalCacheStub stub(TranscendentalCache::LOG,
3255 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
3261 TranscendentalCacheStub stub(TranscendentalCache::TAN,
3263 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
3269 TranscendentalCacheStub stub(TranscendentalCache::COS,
3271 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
3277 TranscendentalCacheStub stub(TranscendentalCache::SIN,
3279 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
3362 CallFunctionStub stub(arity, NO_CALL_FUNCTION_FLAGS);
3363 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
3391 CallConstructStub stub(NO_CALL_FUNCTION_FLAGS);
3393 CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr);
3685 StringAddStub stub(NO_STRING_CHECK_IN_STUB);
3686 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
4430 // Pick the right runtime function or stub to call.
4436 FastCloneShallowArrayStub stub(mode, length);
4437 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
4447 FastCloneShallowArrayStub stub(mode, length);
4448 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
4584 // Set up the parameters to the stub/runtime call.
4594 // Pick the right runtime function or stub to call.
4602 FastCloneShallowObjectStub stub(properties_count);
4603 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
4676 FastNewClosureStub stub(shared_info->language_mode());
4679 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
4945 StackCheckStub stub;
4946 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);