Lines Matching refs:DECLARE_DESCRIPTOR
412 #define DECLARE_DESCRIPTOR(name, base) \ macro
424 DECLARE_DESCRIPTOR(VoidDescriptor, CallInterfaceDescriptor)
432 DECLARE_DESCRIPTOR(AllocateDescriptor, CallInterfaceDescriptor)
452 DECLARE_DESCRIPTOR(ContextOnlyDescriptor, CallInterfaceDescriptor)
459 DECLARE_DESCRIPTOR(NoContextDescriptor, CallInterfaceDescriptor)
469 DECLARE_DESCRIPTOR(LoadDescriptor, CallInterfaceDescriptor)
481 DECLARE_DESCRIPTOR(LoadGlobalDescriptor, CallInterfaceDescriptor) in DEFINE_PARAMETERS()
499 DECLARE_DESCRIPTOR(StoreDescriptor, CallInterfaceDescriptor)
525 DECLARE_DESCRIPTOR(StoreTransitionDescriptor, StoreDescriptor)
543 DECLARE_DESCRIPTOR(StoreWithVectorDescriptor, StoreDescriptor)
557 DECLARE_DESCRIPTOR(StoreGlobalDescriptor, CallInterfaceDescriptor)
584 DECLARE_DESCRIPTOR(StoreGlobalWithVectorDescriptor, StoreGlobalDescriptor) in DEFINE_PARAMETERS()
601 DECLARE_DESCRIPTOR(LoadWithVectorDescriptor, LoadDescriptor)
612 DECLARE_DESCRIPTOR(LoadGlobalWithVectorDescriptor, LoadGlobalDescriptor) in DEFINE_PARAMETERS()
624 DECLARE_DESCRIPTOR(FastNewFunctionContextDescriptor, CallInterfaceDescriptor)
635 DECLARE_DESCRIPTOR(FastNewObjectDescriptor, CallInterfaceDescriptor)
649 DECLARE_DESCRIPTOR(RecordWriteDescriptor, CallInterfaceDescriptor)
656 DECLARE_DESCRIPTOR(TypeConversionDescriptor, CallInterfaceDescriptor)
666 DECLARE_DESCRIPTOR(TypeConversionStackParameterDescriptor,
680 DECLARE_DESCRIPTOR(TypeofDescriptor, CallInterfaceDescriptor)
688 DECLARE_DESCRIPTOR(CallTrampolineDescriptor, CallInterfaceDescriptor)
699 DECLARE_DESCRIPTOR(CallVarargsDescriptor, CallInterfaceDescriptor)
708 DECLARE_DESCRIPTOR(CallForwardVarargsDescriptor, CallInterfaceDescriptor)
717 DECLARE_DESCRIPTOR(CallWithSpreadDescriptor, CallInterfaceDescriptor)
725 DECLARE_DESCRIPTOR(CallWithArrayLikeDescriptor, CallInterfaceDescriptor)
733 DECLARE_DESCRIPTOR(ConstructVarargsDescriptor, CallInterfaceDescriptor)
740 DECLARE_DESCRIPTOR(ConstructForwardVarargsDescriptor, CallInterfaceDescriptor)
747 DECLARE_DESCRIPTOR(ConstructWithSpreadDescriptor, CallInterfaceDescriptor)
756 DECLARE_DESCRIPTOR(ConstructWithArrayLikeDescriptor, CallInterfaceDescriptor)
766 DECLARE_DESCRIPTOR(ConstructStubDescriptor, CallInterfaceDescriptor)
773 DECLARE_DESCRIPTOR(CallFunctionDescriptor, CallInterfaceDescriptor)
780 DECLARE_DESCRIPTOR(AbortDescriptor, CallInterfaceDescriptor)
787 DECLARE_DESCRIPTOR(AllocateHeapNumberDescriptor, CallInterfaceDescriptor)
809 DECLARE_DESCRIPTOR(ArrayNArgumentsConstructorDescriptor,
825 DECLARE_DESCRIPTOR(ArrayNoArgumentConstructorDescriptor,
842 DECLARE_DESCRIPTOR(ArraySingleArgumentConstructorDescriptor,
849 DECLARE_DESCRIPTOR(CompareDescriptor, CallInterfaceDescriptor)
856 DECLARE_DESCRIPTOR(BinaryOpDescriptor, CallInterfaceDescriptor)
868 DECLARE_DESCRIPTOR(StringAtDescriptor, CallInterfaceDescriptor)
879 DECLARE_DESCRIPTOR(StringSubstringDescriptor, CallInterfaceDescriptor)
886 DECLARE_DESCRIPTOR(ArgumentAdaptorDescriptor, CallInterfaceDescriptor)
911 DECLARE_DESCRIPTOR(CEntry1ArgvOnStackDescriptor, CallInterfaceDescriptor)
922 DECLARE_DESCRIPTOR(ApiCallbackDescriptor, CallInterfaceDescriptor)
931 DECLARE_DESCRIPTOR(ApiGetterDescriptor, CallInterfaceDescriptor)
944 DECLARE_DESCRIPTOR(GrowArrayElementsDescriptor, CallInterfaceDescriptor)
956 DECLARE_DESCRIPTOR(NewArgumentsElementsDescriptor, CallInterfaceDescriptor)
968 DECLARE_DESCRIPTOR(InterpreterDispatchDescriptor, CallInterfaceDescriptor)
977 DECLARE_DESCRIPTOR(InterpreterPushArgsThenCallDescriptor,
991 DECLARE_DESCRIPTOR(InterpreterPushArgsThenConstructDescriptor,
1003 DECLARE_DESCRIPTOR(InterpreterCEntry1Descriptor, CallInterfaceDescriptor)
1015 DECLARE_DESCRIPTOR(InterpreterCEntry2Descriptor, CallInterfaceDescriptor)
1023 DECLARE_DESCRIPTOR(ResumeGeneratorDescriptor, CallInterfaceDescriptor)
1030 DECLARE_DESCRIPTOR(FrameDropperTrampolineDescriptor, CallInterfaceDescriptor)
1044 DECLARE_DESCRIPTOR(WasmGrowMemoryDescriptor, CallInterfaceDescriptor)
1055 DECLARE_DESCRIPTOR(CloneObjectWithVectorDescriptor, CallInterfaceDescriptor)
1069 #undef DECLARE_DESCRIPTOR