Home | History | Annotate | Download | only in arm

Lines Matching defs:stub

33 #include "stub-cache.h"
155 __ Push(Smi::FromInt(StackFrame::STUB));
214 FastNewContextStub stub(heap_slots);
215 __ CallStub(&stub);
308 __ mov(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
373 __ mov(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
606 case STUB:
1063 RegExpConstructResultStub stub;
1064 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
1068 RegExpExecStub stub;
1069 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
1073 SubStringStub stub;
1074 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
1078 NumberToStringStub stub;
1079 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
1083 StringCompareStub stub;
1084 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
1089 TranscendentalCacheStub stub(instr->transcendental_type(),
1091 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
2139 BinaryOpStub stub(instr->op(), NO_OVERWRITE);
2143 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
2728 InstanceofStub stub(InstanceofStub::kArgsInRegisters);
2729 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
2769 // instanceof stub.
2831 InstanceofStub stub(flags);
2857 CallCodeGeneric(stub.GetCode(isolate()),
3857 MathPowStub stub(MathPowStub::TAGGED);
3858 __ CallStub(&stub);
3867 MathPowStub stub(MathPowStub::TAGGED);
3868 __ CallStub(&stub);
3870 MathPowStub stub(MathPowStub::INTEGER);
3871 __ CallStub(&stub);
3874 MathPowStub stub(MathPowStub::DOUBLE);
3875 __ CallStub(&stub);
3974 TranscendentalCacheStub stub(TranscendentalCache::LOG,
3976 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
3982 TranscendentalCacheStub stub(TranscendentalCache::TAN,
3984 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
3990 TranscendentalCacheStub stub(TranscendentalCache::COS,
3992 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
3998 TranscendentalCacheStub stub(TranscendentalCache::SIN,
4000 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
4057 CallFunctionStub stub(arity, NO_CALL_FUNCTION_FLAGS);
4058 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
4095 CallConstructStub stub(NO_CALL_FUNCTION_FLAGS);
4096 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr);
4114 ArrayNoArgumentConstructorStub stub(kind, context_mode, override_mode);
4115 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr);
4127 ArraySingleArgumentConstructorStub stub(holey_kind, context_mode,
4129 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr);
4134 ArraySingleArgumentConstructorStub stub(kind, context_mode, override_mode);
4135 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr);
4138 ArrayNArgumentsConstructorStub stub(kind, context_mode, override_mode);
4139 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr);
4497 TransitionElementsKindStub stub(from_kind, to_kind);
4498 __ CallStub(&stub);
4517 StringAddStub stub(instr->hydrogen()->flags());
4518 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
5433 FastNewClosureStub stub(instr->hydrogen()->language_mode(),
5437 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);
5654 StackCheckStub stub;
5656 CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr);