• Home
  • Raw
  • Download

Lines Matching refs:Builtins

19 void Builtins::Generate_Adaptor(MacroAssembler* masm, CFunctionId id) {  in Generate_Adaptor()
91 void Builtins::Generate_InOptimizationQueue(MacroAssembler* masm) { in Generate_InOptimizationQueue()
244 void Builtins::Generate_JSConstructStubGeneric(MacroAssembler* masm) { in Generate_JSConstructStubGeneric()
249 void Builtins::Generate_JSConstructStubApi(MacroAssembler* masm) { in Generate_JSConstructStubApi()
254 void Builtins::Generate_JSBuiltinsConstructStub(MacroAssembler* masm) { in Generate_JSBuiltinsConstructStub()
259 void Builtins::Generate_JSBuiltinsConstructStubForDerived( in Generate_JSBuiltinsConstructStubForDerived()
265 void Builtins::Generate_ConstructedNonConstructable(MacroAssembler* masm) { in Generate_ConstructedNonConstructable()
367 void Builtins::Generate_JSEntryTrampoline(MacroAssembler* masm) { in Generate_JSEntryTrampoline()
372 void Builtins::Generate_JSConstructEntryTrampoline(MacroAssembler* masm) { in Generate_JSConstructEntryTrampoline()
377 void Builtins::Generate_ResumeGeneratorTrampoline(MacroAssembler* masm) { in Generate_ResumeGeneratorTrampoline()
569 void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) { in Generate_InterpreterEntryTrampoline()
685 void Builtins::Generate_InterpreterMarkBaselineOnReturn(MacroAssembler* masm) { in Generate_InterpreterMarkBaselineOnReturn()
728 void Builtins::Generate_InterpreterPushArgsAndCallImpl( in Generate_InterpreterPushArgsAndCallImpl()
759 void Builtins::Generate_InterpreterPushArgsAndConstruct(MacroAssembler* masm) { in Generate_InterpreterPushArgsAndConstruct()
795 void Builtins::Generate_InterpreterEnterBytecodeDispatch(MacroAssembler* masm) { in Generate_InterpreterEnterBytecodeDispatch()
837 void Builtins::Generate_CompileLazy(MacroAssembler* masm) { in Generate_CompileLazy()
1006 void Builtins::Generate_CompileBaseline(MacroAssembler* masm) { in Generate_CompileBaseline()
1010 void Builtins::Generate_CompileOptimized(MacroAssembler* masm) { in Generate_CompileOptimized()
1016 void Builtins::Generate_CompileOptimizedConcurrent(MacroAssembler* masm) { in Generate_CompileOptimizedConcurrent()
1047 void Builtins::Generate_Make##C##CodeYoungAgainEvenMarking( \
1051 void Builtins::Generate_Make##C##CodeYoungAgainOddMarking( \
1059 void Builtins::Generate_MarkCodeAsExecutedOnce(MacroAssembler* masm) { in CODE_AGE_LIST()
1092 void Builtins::Generate_MarkCodeAsExecutedTwice(MacroAssembler* masm) { in Generate_MarkCodeAsExecutedTwice()
1097 void Builtins::Generate_MarkCodeAsToBeExecutedOnce(MacroAssembler* masm) { in Generate_MarkCodeAsToBeExecutedOnce()
1122 void Builtins::Generate_NotifyStubFailure(MacroAssembler* masm) { in Generate_NotifyStubFailure()
1127 void Builtins::Generate_NotifyStubFailureSaveDoubles(MacroAssembler* masm) { in Generate_NotifyStubFailureSaveDoubles()
1166 void Builtins::Generate_NotifyDeoptimized(MacroAssembler* masm) { in Generate_NotifyDeoptimized()
1171 void Builtins::Generate_NotifySoftDeoptimized(MacroAssembler* masm) { in Generate_NotifySoftDeoptimized()
1176 void Builtins::Generate_NotifyLazyDeoptimized(MacroAssembler* masm) { in Generate_NotifyLazyDeoptimized()
1182 void Builtins::Generate_DatePrototype_GetField(MacroAssembler* masm, in Generate_DatePrototype_GetField()
1240 void Builtins::Generate_FunctionPrototypeApply(MacroAssembler* masm) { in Generate_FunctionPrototypeApply()
1318 void Builtins::Generate_FunctionPrototypeCall(MacroAssembler* masm) { in Generate_FunctionPrototypeCall()
1364 void Builtins::Generate_ReflectApply(MacroAssembler* masm) { in Generate_ReflectApply()
1426 void Builtins::Generate_ReflectConstruct(MacroAssembler* masm) { in Generate_ReflectConstruct()
1505 void Builtins::Generate_InternalArrayCode(MacroAssembler* masm) { in Generate_InternalArrayCode()
1534 void Builtins::Generate_ArrayCode(MacroAssembler* masm) { in Generate_ArrayCode()
1565 void Builtins::Generate_MathMaxMin(MacroAssembler* masm, MathMaxMinKind kind) { in Generate_MathMaxMin()
1691 void Builtins::Generate_NumberConstructor(MacroAssembler* masm) { in Generate_NumberConstructor()
1723 void Builtins::Generate_NumberConstructor_ConstructStub(MacroAssembler* masm) { in Generate_NumberConstructor_ConstructStub()
1795 void Builtins::Generate_StringConstructor(MacroAssembler* masm) { in Generate_StringConstructor()
1855 void Builtins::Generate_StringConstructor_ConstructStub(MacroAssembler* masm) { in Generate_StringConstructor_ConstructStub()
1989 void Builtins::Generate_Apply(MacroAssembler* masm) { in Generate_Apply()
2209 void Builtins::Generate_CallFunction(MacroAssembler* masm, in Generate_CallFunction()
2411 void Builtins::Generate_CallBoundFunctionImpl(MacroAssembler* masm, in Generate_CallBoundFunctionImpl()
2433 Builtins::kCall_ReceiverIsAny, masm->isolate()))); in Generate_CallBoundFunctionImpl()
2440 void Builtins::Generate_Call(MacroAssembler* masm, ConvertReceiverMode mode, in Generate_Call()
2503 void Builtins::Generate_ConstructFunction(MacroAssembler* masm) { in Generate_ConstructFunction()
2525 void Builtins::Generate_ConstructBoundFunction(MacroAssembler* masm) { in Generate_ConstructBoundFunction()
2548 ExternalReference(Builtins::kConstruct, masm->isolate()))); in Generate_ConstructBoundFunction()
2555 void Builtins::Generate_ConstructProxy(MacroAssembler* masm) { in Generate_ConstructProxy()
2577 void Builtins::Generate_Construct(MacroAssembler* masm) { in Generate_Construct()
2628 void Builtins::Generate_AllocateInNewSpace(MacroAssembler* masm) { in Generate_AllocateInNewSpace()
2642 void Builtins::Generate_AllocateInOldSpace(MacroAssembler* masm) { in Generate_AllocateInOldSpace()
2657 void Builtins::Generate_StringToNumber(MacroAssembler* masm) { in Generate_StringToNumber()
2683 void Builtins::Generate_ToNumber(MacroAssembler* masm) { in Generate_ToNumber()
2701 void Builtins::Generate_NonNumberToNumber(MacroAssembler* masm) { in Generate_NonNumberToNumber()
2731 void Builtins::Generate_ArgumentsAdaptorTrampoline(MacroAssembler* masm) { in Generate_ArgumentsAdaptorTrampoline()
2903 void Builtins::Generate_HandleFastApiCall(MacroAssembler* masm) { in Generate_HandleFastApiCall()
2947 void Builtins::Generate_OnStackReplacement(MacroAssembler* masm) { in Generate_OnStackReplacement()