• Home
  • Raw
  • Download

Lines Matching refs:DECLARE_DESCRIPTOR

251 #define DECLARE_DESCRIPTOR(name, base)                                         \  macro
260 DECLARE_DESCRIPTOR(name, base) \
326 DECLARE_DESCRIPTOR(VoidDescriptor, CallInterfaceDescriptor)
331 DECLARE_DESCRIPTOR(ContextOnlyDescriptor, CallInterfaceDescriptor)
470 DECLARE_DESCRIPTOR(FastNewClosureDescriptor, CallInterfaceDescriptor)
486 DECLARE_DESCRIPTOR(FastNewObjectDescriptor, CallInterfaceDescriptor)
494 DECLARE_DESCRIPTOR(FastNewArgumentsDescriptor, CallInterfaceDescriptor)
501 DECLARE_DESCRIPTOR(TypeConversionDescriptor, CallInterfaceDescriptor)
551 DECLARE_DESCRIPTOR(TypeofDescriptor, CallInterfaceDescriptor)
573 DECLARE_DESCRIPTOR(FastCloneShallowObjectDescriptor, CallInterfaceDescriptor)
626 DECLARE_DESCRIPTOR(CallFunctionDescriptor, CallInterfaceDescriptor)
645 DECLARE_DESCRIPTOR(CallConstructDescriptor, CallInterfaceDescriptor)
679 DECLARE_DESCRIPTOR(TransitionElementsKindDescriptor, CallInterfaceDescriptor)
685 DECLARE_DESCRIPTOR(AllocateHeapNumberDescriptor, CallInterfaceDescriptor)
740 DECLARE_DESCRIPTOR(CompareDescriptor, CallInterfaceDescriptor)
747 DECLARE_DESCRIPTOR(BinaryOpDescriptor, CallInterfaceDescriptor)
754 DECLARE_DESCRIPTOR(BinaryOpWithAllocationSiteDescriptor,
767 DECLARE_DESCRIPTOR(CountOpDescriptor, CallInterfaceDescriptor)
773 DECLARE_DESCRIPTOR(StringAddDescriptor, CallInterfaceDescriptor)
793 DECLARE_DESCRIPTOR(StringCompareDescriptor, CallInterfaceDescriptor)
816 DECLARE_DESCRIPTOR(KeyedDescriptor, CallInterfaceDescriptor)
822 DECLARE_DESCRIPTOR(NamedDescriptor, CallInterfaceDescriptor)
828 DECLARE_DESCRIPTOR(CallHandlerDescriptor, CallInterfaceDescriptor)
850 DECLARE_DESCRIPTOR(ApiGetterDescriptor, CallInterfaceDescriptor)
860 DECLARE_DESCRIPTOR(MathPowTaggedDescriptor, CallInterfaceDescriptor)
868 DECLARE_DESCRIPTOR(MathPowIntegerDescriptor, CallInterfaceDescriptor)
884 DECLARE_DESCRIPTOR(GrowArrayElementsDescriptor, CallInterfaceDescriptor)
941 DECLARE_DESCRIPTOR(ResumeGeneratorDescriptor, CallInterfaceDescriptor)
963 #undef DECLARE_DESCRIPTOR