• Home
  • Raw
  • Download

Lines Matching defs:glue

63 inline GateRef StubBuilder::CheckStackOverflow(GateRef glue)  in CheckStackOverflow()
242 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, const std::vector<GateRef>& args) in CallRuntime()
251 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, GateRef argc, GateRef argv) in CallRuntime()
259 inline GateRef StubBuilder::CallRuntimeWithGlobalEnv(GateRef glue, GateRef globalEnv, in CallRuntimeWithGlobalEnv()
270 inline GateRef StubBuilder::CallRuntimeWithGlobalEnv(GateRef glue, GateRef globalEnv, in CallRuntimeWithGlobalEnv()
283 inline GateRef StubBuilder::CallRuntimeWithCurrentEnv(GateRef glue, GateRef currentEnv, in CallRuntimeWithCurrentEnv()
294 inline GateRef StubBuilder::CallNGCRuntime(GateRef glue, int index, in CallNGCRuntime()
309 inline GateRef StubBuilder::FastCallOptimized(GateRef glue, GateRef code, const std::vector<GateRef… in FastCallOptimized()
320 inline GateRef StubBuilder::CallOptimized(GateRef glue, GateRef code, const std::vector<GateRef>& a… in CallOptimized()
341 inline GateRef StubBuilder::CallStub(GateRef glue, int index, const std::initializer_list<GateRef>&… in CallStub()
349 inline GateRef StubBuilder::CallCommonStub(GateRef glue, int index, const std::initializer_list<Gat… in CallCommonStub()
358 inline GateRef StubBuilder::CallBuiltinRuntime(GateRef glue, const std::initializer_list<GateRef>& … in CallBuiltinRuntime()
363 inline GateRef StubBuilder::CallBuiltinRuntimeWithNewTarget(GateRef glue, const std::initializer_li… in CallBuiltinRuntimeWithNewTarget()
368 inline void StubBuilder::DebugPrint(GateRef glue, std::initializer_list<GateRef> args) in DebugPrint()
373 inline void StubBuilder::FatalPrint(GateRef glue, std::initializer_list<GateRef> args) in FatalPrint()
378 void StubBuilder::SavePcIfNeeded(GateRef glue) in SavePcIfNeeded()
390 void StubBuilder::SaveJumpSizeIfNeeded(GateRef glue, GateRef jumpSize) in SaveJumpSizeIfNeeded()
401 void StubBuilder::SetHotnessCounter(GateRef glue, GateRef method, GateRef value) in SetHotnessCounter()
408 void StubBuilder::SaveHotnessCounterIfNeeded(GateRef glue, GateRef sp, GateRef hotnessCounter, JSCa… in SaveHotnessCounterIfNeeded()
422 inline GateRef StubBuilder::Load(VariableType type, GateRef glue, GateRef base, GateRef offset, in Load()
434 inline GateRef StubBuilder::LoadZeroOffset(VariableType type, GateRef glue, GateRef base, in LoadZeroOffset()
748 inline GateRef StubBuilder::TaggedIsString(GateRef glue, GateRef obj) in TaggedIsString()
753 inline GateRef StubBuilder::TaggedIsStringIterator(GateRef glue, GateRef obj) in TaggedIsStringIterator()
758 inline GateRef StubBuilder::TaggedIsSharedObj(GateRef glue, GateRef obj) in TaggedIsSharedObj()
763 inline GateRef StubBuilder::TaggedIsStringOrSymbol(GateRef glue, GateRef obj) in TaggedIsStringOrSymbol()
768 inline GateRef StubBuilder::TaggedIsSymbol(GateRef glue, GateRef obj) in TaggedIsSymbol()
773 inline GateRef StubBuilder::TaggedIsArrayBuffer(GateRef glue, GateRef obj) in TaggedIsArrayBuffer()
779 inline GateRef StubBuilder::TaggedIsArrayIterator(GateRef glue, GateRef obj) in TaggedIsArrayIterator()
784 inline GateRef StubBuilder::BothAreString(GateRef glue, GateRef x, GateRef y) in BothAreString()
794 inline GateRef StubBuilder::TaggedIsNumeric(GateRef glue, GateRef x) in TaggedIsNumeric()
869 inline GateRef StubBuilder::TaggedIsRegularObject(GateRef glue, GateRef x) in TaggedIsRegularObject()
881 inline GateRef StubBuilder::TaggedIsGeneratorObject(GateRef glue, GateRef x) in TaggedIsGeneratorObject()
886 inline GateRef StubBuilder::TaggedIsJSProxy(GateRef glue, GateRef x) in TaggedIsJSProxy()
891 inline GateRef StubBuilder::TaggedIsJSArray(GateRef glue, GateRef x) in TaggedIsJSArray()
896 inline GateRef StubBuilder::IsTaggedArray(GateRef glue, GateRef x) in IsTaggedArray()
901 inline GateRef StubBuilder::TaggedIsAsyncGeneratorObject(GateRef glue, GateRef x) in TaggedIsAsyncGeneratorObject()
906 inline GateRef StubBuilder::TaggedIsJSGlobalObject(GateRef glue, GateRef x) in TaggedIsJSGlobalObject()
916 inline GateRef StubBuilder::TaggedIsPrototypeHandler(GateRef glue, GateRef x) in TaggedIsPrototypeHandler()
921 inline GateRef StubBuilder::TaggedIsStoreAOTHandler(GateRef glue, GateRef x) in TaggedIsStoreAOTHandler()
926 inline GateRef StubBuilder::TaggedIsTransWithProtoHandler(GateRef glue, GateRef x) in TaggedIsTransWithProtoHandler()
931 inline GateRef StubBuilder::TaggedIsTransitionHandler(GateRef glue, GateRef x) in TaggedIsTransitionHandler()
1059 inline GateRef StubBuilder::TaggedIsNativePointer(GateRef glue, GateRef x) in TaggedIsNativePointer()
1340 inline void StubBuilder::CanNotConvertNotValidObject([[maybe_unused]] GateRef glue, [[maybe_unused]… in CanNotConvertNotValidObject()
1379 inline GateRef StubBuilder::GetSetterFromAccessor(GateRef glue, GateRef accessor) in GetSetterFromAccessor()
1385 inline GateRef StubBuilder::GetElementsArray(GateRef glue, GateRef object) in GetElementsArray()
1390 inline void StubBuilder::SetElementsArray(VariableType type, GateRef glue, GateRef object, GateRef … in SetElementsArray()
1397 inline GateRef StubBuilder::GetPropertiesArray(GateRef glue, GateRef object) in GetPropertiesArray()
1404 inline void StubBuilder::SetPropertiesArray(VariableType type, GateRef glue, GateRef object, GateRe… in SetPropertiesArray()
1426 inline void StubBuilder::SetExtraLengthOfTaggedArray(GateRef glue, GateRef array, GateRef len) in SetExtraLengthOfTaggedArray()
1432 inline GateRef StubBuilder::IsJSHClass(GateRef glue, GateRef obj) in IsJSHClass()
1441 inline GateRef StubBuilder::LoadHclassImpl(GateRef glue, GateRef object, int line) in LoadHclassImpl()
1448 inline void StubBuilder::StoreHClass(GateRef glue, GateRef object, GateRef hClass, MemoryAttribute … in StoreHClass()
1453 inline void StubBuilder::TransitionHClass(GateRef glue, GateRef object, GateRef hClass, MemoryAttri… in TransitionHClass()
1458 inline void StubBuilder::StoreBuiltinHClass(GateRef glue, GateRef object, GateRef hClass) in StoreBuiltinHClass()
1463 inline void StubBuilder::StorePrototype(GateRef glue, GateRef hclass, GateRef prototype) in StorePrototype()
1473 inline GateRef StubBuilder::IsDictionaryMode(GateRef glue, GateRef object) in IsDictionaryMode()
1501 inline GateRef StubBuilder::IsClassConstructor(GateRef glue, GateRef object) in IsClassConstructor()
1508 inline GateRef StubBuilder::IsClassPrototype(GateRef glue, GateRef object) in IsClassPrototype()
1515 inline GateRef StubBuilder::IsExtensible(GateRef glue, GateRef object) in IsExtensible()
1522 inline GateRef StubBuilder::IsSendableFunctionModule([[maybe_unused]] GateRef glue, GateRef module) in IsSendableFunctionModule()
1533 inline GateRef StubBuilder::GetFunctionLexicalEnv(GateRef glue, GateRef function) in GetFunctionLexicalEnv()
1538 inline GateRef StubBuilder::TaggedObjectIsEcmaObject(GateRef glue, GateRef obj) in TaggedObjectIsEcmaObject()
1545 inline GateRef StubBuilder::IsEcmaObject(GateRef glue, GateRef obj) in IsEcmaObject()
1550 inline GateRef StubBuilder::IsJSObject(GateRef glue, GateRef obj) in IsJSObject()
1557 inline GateRef StubBuilder::IsJSFunctionBase(GateRef glue, GateRef obj) in IsJSFunctionBase()
1567 inline GateRef StubBuilder::IsConstructor(GateRef glue, GateRef object) in IsConstructor()
1579 inline GateRef StubBuilder::IsBase(GateRef glue, GateRef func) in IsBase()
1584 inline GateRef StubBuilder::IsDerived(GateRef glue, GateRef func) in IsDerived()
1589 inline GateRef StubBuilder::IsSymbol(GateRef glue, GateRef obj) in IsSymbol()
1595 inline GateRef StubBuilder::IsDataView(GateRef glue, GateRef obj) in IsDataView()
1601 inline GateRef StubBuilder::IsString(GateRef glue, GateRef obj) in IsString()
1608 inline GateRef StubBuilder::IsLineString(GateRef glue, GateRef obj) in IsLineString()
1614 inline GateRef StubBuilder::IsSlicedString(GateRef glue, GateRef obj) in IsSlicedString()
1620 inline GateRef StubBuilder::IsTreeString(GateRef glue, GateRef obj) in IsTreeString()
1625 inline GateRef StubBuilder::TreeStringIsFlat(GateRef glue, GateRef string) in TreeStringIsFlat()
1630 inline GateRef StubBuilder::TaggedObjectIsBigInt(GateRef glue, GateRef obj) in TaggedObjectIsBigInt()
1636 inline GateRef StubBuilder::IsJsProxy(GateRef glue, GateRef obj) in IsJsProxy()
1642 inline GateRef StubBuilder::IsJSShared(GateRef glue, GateRef obj) in IsJSShared()
1647 inline GateRef StubBuilder::IsProfileTypeInfoCell0(GateRef glue, GateRef obj) in IsProfileTypeInfoCell0()
1653 inline GateRef StubBuilder::IsJSGlobalObject(GateRef glue, GateRef obj) in IsJSGlobalObject()
1659 inline GateRef StubBuilder::IsGlobalEnv(GateRef glue, GateRef obj) in IsGlobalEnv()
1665 inline GateRef StubBuilder::IsLexicalEnv(GateRef glue, GateRef obj) in IsLexicalEnv()
1671 inline GateRef StubBuilder::IsSFunctionEnv(GateRef glue, GateRef obj) in IsSFunctionEnv()
1677 inline GateRef StubBuilder::IsNativeModuleFailureInfo(GateRef glue, GateRef obj) in IsNativeModuleFailureInfo()
1683 inline GateRef StubBuilder::TaggedIsNativeModuleFailureInfo(GateRef glue, GateRef x) in TaggedIsNativeModuleFailureInfo()
1691 inline GateRef StubBuilder::IsNativePointer(GateRef glue, GateRef obj) in IsNativePointer()
1697 inline GateRef StubBuilder::IsModuleNamespace(GateRef glue, GateRef obj) in IsModuleNamespace()
1703 inline GateRef StubBuilder::IsSourceTextModule(GateRef glue, GateRef obj) in IsSourceTextModule()
1709 inline GateRef StubBuilder::IsSpecialContainer(GateRef glue, GateRef obj) in IsSpecialContainer()
1717 inline GateRef StubBuilder::IsJSPrimitiveRef(GateRef glue, GateRef obj) in IsJSPrimitiveRef()
1723 inline GateRef StubBuilder::IsJsArray(GateRef glue, GateRef obj) in IsJsArray()
1729 inline GateRef StubBuilder::IsJsSArray(GateRef glue, GateRef obj) in IsJsSArray()
1735 inline GateRef StubBuilder::IsByteArray(GateRef glue, GateRef obj) in IsByteArray()
1741 inline GateRef StubBuilder::IsJSAPIVector(GateRef glue, GateRef obj) in IsJSAPIVector()
1747 inline GateRef StubBuilder::IsJSAPIStack(GateRef glue, GateRef obj) in IsJSAPIStack()
1753 inline GateRef StubBuilder::IsJSAPIPlainArray(GateRef glue, GateRef obj) in IsJSAPIPlainArray()
1759 inline GateRef StubBuilder::IsJSAPIQueue(GateRef glue, GateRef obj) in IsJSAPIQueue()
1765 inline GateRef StubBuilder::IsJSAPIDeque(GateRef glue, GateRef obj) in IsJSAPIDeque()
1771 inline GateRef StubBuilder::IsJSAPILightWeightMap(GateRef glue, GateRef obj) in IsJSAPILightWeightMap()
1777 inline GateRef StubBuilder::IsJSAPILightWeightSet(GateRef glue, GateRef obj) in IsJSAPILightWeightSet()
1783 inline GateRef StubBuilder::IsLinkedNode(GateRef glue, GateRef obj) in IsLinkedNode()
1789 inline GateRef StubBuilder::IsJSAPIHashMap(GateRef glue, GateRef obj) in IsJSAPIHashMap()
1795 inline GateRef StubBuilder::IsJSAPIHashSet(GateRef glue, GateRef obj) in IsJSAPIHashSet()
1801 inline GateRef StubBuilder::IsJSAPILinkedList(GateRef glue, GateRef obj) in IsJSAPILinkedList()
1807 inline GateRef StubBuilder::IsJSAPIList(GateRef glue, GateRef obj) in IsJSAPIList()
1813 inline GateRef StubBuilder::IsJSAPIArrayList(GateRef glue, GateRef obj) in IsJSAPIArrayList()
1819 inline GateRef StubBuilder::IsJSCollator(GateRef glue, GateRef obj) in IsJSCollator()
1825 inline GateRef StubBuilder::IsJSObjectType(GateRef glue, GateRef obj, JSType jsType) in IsJSObjectType()
1833 inline GateRef StubBuilder::IsJSRegExp(GateRef glue, GateRef obj) in IsJSRegExp()
1839 inline GateRef StubBuilder::GetTarget(GateRef glue, GateRef proxyObj) in GetTarget()
1845 inline GateRef StubBuilder::IsJsCOWArray(GateRef glue, GateRef obj) in IsJsCOWArray()
1853 inline GateRef StubBuilder::IsCOWArray(GateRef glue, GateRef obj) in IsCOWArray()
1859 inline GateRef StubBuilder::IsMutantTaggedArray(GateRef glue, GateRef elements) in IsMutantTaggedArray()
1948 inline GateRef StubBuilder::GetPrototypeHandlerProtoCell(GateRef glue, GateRef object) in GetPrototypeHandlerProtoCell()
1954 inline GateRef StubBuilder::GetTransWithProtoHandlerProtoCell(GateRef glue, GateRef object) in GetTransWithProtoHandlerProtoCell()
1960 inline GateRef StubBuilder::GetStoreAOTHandlerProtoCell(GateRef glue, GateRef object) in GetStoreAOTHandlerProtoCell()
1966 inline GateRef StubBuilder::GetPrototypeHandlerHolder(GateRef glue, GateRef object) in GetPrototypeHandlerHolder()
1972 inline GateRef StubBuilder::GetPrototypeHandlerHandlerInfo(GateRef glue, GateRef object) in GetPrototypeHandlerHandlerInfo()
1978 inline void StubBuilder::SetPrototypeHandlerHandlerInfo(GateRef glue, GateRef obj, GateRef value) in SetPrototypeHandlerHandlerInfo()
1984 inline GateRef StubBuilder::GetStoreAOTHandlerHolder(GateRef glue, GateRef object) in GetStoreAOTHandlerHolder()
1990 inline GateRef StubBuilder::GetStoreAOTHandlerHandlerInfo(GateRef glue, GateRef object) in GetStoreAOTHandlerHandlerInfo()
2024 inline GateRef StubBuilder::TaggedIsProtoChangeMarker(GateRef glue, GateRef obj) in TaggedIsProtoChangeMarker()
2029 inline GateRef StubBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray()
2049 inline GateRef StubBuilder::GetKeysFromForInIterator(GateRef glue, GateRef iter) in GetKeysFromForInIterator()
2054 inline GateRef StubBuilder::GetObjectFromForInIterator(GateRef glue, GateRef iter) in GetObjectFromForInIterator()
2059 inline GateRef StubBuilder::GetCachedHClassFromForInIterator(GateRef glue, GateRef iter) in GetCachedHClassFromForInIterator()
2064 inline void StubBuilder::SetLengthOfForInIterator(GateRef glue, GateRef iter, GateRef length) in SetLengthOfForInIterator()
2069 inline void StubBuilder::SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index) in SetIndexOfForInIterator()
2074 inline void StubBuilder::SetCacheKindForInIterator(GateRef glue, GateRef iter, GateRef cacheKind) in SetCacheKindForInIterator()
2079 inline void StubBuilder::SetKeysOfForInIterator(GateRef glue, GateRef iter, GateRef keys) in SetKeysOfForInIterator()
2084 inline void StubBuilder::SetObjectOfForInIterator(GateRef glue, GateRef iter, GateRef object) in SetObjectOfForInIterator()
2089 inline void StubBuilder::SetCachedHClassOfForInIterator(GateRef glue, GateRef iter, GateRef hclass) in SetCachedHClassOfForInIterator()
2094 inline void StubBuilder::IncreaseIteratorIndex(GateRef glue, GateRef iter, GateRef index) in IncreaseIteratorIndex()
2099 inline void StubBuilder::IncreaseArrayIteratorIndex(GateRef glue, GateRef iter, GateRef index) in IncreaseArrayIteratorIndex()
2104 inline void StubBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator()
2109 inline void StubBuilder::SetIteratedArrayOfArrayIterator(GateRef glue, GateRef iter, GateRef iterat… in SetIteratedArrayOfArrayIterator()
2114 inline void StubBuilder::SetBitFieldOfArrayIterator(GateRef glue, GateRef iter, GateRef kind) in SetBitFieldOfArrayIterator()
2263 inline GateRef StubBuilder::IsInvalidPropertyBox(GateRef glue, GateRef obj) in IsInvalidPropertyBox()
2270 inline GateRef StubBuilder::IsAccessorPropertyBox(GateRef glue, GateRef obj) in IsAccessorPropertyBox()
2277 inline GateRef StubBuilder::GetValueFromPropertyBox(GateRef glue, GateRef obj) in GetValueFromPropertyBox()
2283 inline void StubBuilder::SetValueToPropertyBox(GateRef glue, GateRef obj, GateRef value) in SetValueToPropertyBox()
2289 inline GateRef StubBuilder::GetTransitionHClass(GateRef glue, GateRef obj) in GetTransitionHClass()
2295 inline GateRef StubBuilder::GetTransitionHandlerInfo(GateRef glue, GateRef obj) in GetTransitionHandlerInfo()
2301 inline GateRef StubBuilder::GetTransWithProtoHClass(GateRef glue, GateRef obj) in GetTransWithProtoHClass()
2307 inline GateRef StubBuilder::GetTransWithProtoHandlerInfo(GateRef glue, GateRef obj) in GetTransWithProtoHandlerInfo()
2338 inline GateRef StubBuilder::GetPrototypeFromHClass(GateRef glue, GateRef hClass) in GetPrototypeFromHClass()
2343 inline GateRef StubBuilder::GetEnumCacheFromHClass(GateRef glue, GateRef hClass) in GetEnumCacheFromHClass()
2348 inline GateRef StubBuilder::GetProtoChangeMarkerFromHClass(GateRef glue, GateRef hClass) in GetProtoChangeMarkerFromHClass()
2353 inline GateRef StubBuilder::GetLayoutFromHClass(GateRef glue, GateRef hClass) in GetLayoutFromHClass()
2371 inline GateRef StubBuilder::GetFirstFromTreeString(GateRef glue, GateRef string) in GetFirstFromTreeString()
2376 inline GateRef StubBuilder::GetSecondFromTreeString(GateRef glue, GateRef string) in GetSecondFromTreeString()
2398 inline void StubBuilder::SetBitFieldToHClass(GateRef glue, GateRef hClass, GateRef bitfield) in SetBitFieldToHClass()
2404 inline void StubBuilder::SetIsAllTaggedProp(GateRef glue, GateRef hclass, GateRef hasRep) in SetIsAllTaggedProp()
2415 inline void StubBuilder::SetPrototypeToHClass(VariableType type, GateRef glue, GateRef hClass, Gate… in SetPrototypeToHClass()
2423 GateRef glue, GateRef hClass, GateRef protoChange) in SetProtoChangeDetailsToHClass()
2430 inline GateRef StubBuilder::GetProtoChangeDetails(GateRef glue, GateRef hClass) in GetProtoChangeDetails()
2437 inline void StubBuilder::SetLayoutToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef… in SetLayoutToHClass()
2445 inline void StubBuilder::SetEnumCacheToHClass(VariableType type, GateRef glue, GateRef hClass, Gate… in SetEnumCacheToHClass()
2452 inline void StubBuilder::SetDependentInfosToHClass(VariableType type, GateRef glue, GateRef hClass,… in SetDependentInfosToHClass()
2459 inline void StubBuilder::SetTransitionsToHClass(VariableType type, GateRef glue, GateRef hClass, Ga… in SetTransitionsToHClass()
2466 inline GateRef StubBuilder::GetTransitionsFromHClass(GateRef glue, GateRef hClass) in GetTransitionsFromHClass()
2473 inline void StubBuilder::SetParentToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef… in SetParentToHClass()
2480 inline void StubBuilder::SetIsPrototypeToHClass(GateRef glue, GateRef hClass, GateRef value) in SetIsPrototypeToHClass()
2492 inline void StubBuilder::SetIsAOT(GateRef glue, GateRef hClass, GateRef value) in SetIsAOT()
2512 inline void StubBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, GateRef… in SetPropertyInlinedProps()
2528 inline GateRef StubBuilder::GetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in GetPropertyInlinedProps()
2559 inline void StubBuilder::SetConstructionCounter(GateRef glue, GateRef hclass, GateRef count) in SetConstructionCounter()
2569 inline void StubBuilder::IncNumberOfProps(GateRef glue, GateRef hClass) in IncNumberOfProps()
2597 inline void StubBuilder::SetNumberOfPropsToHClass(GateRef glue, GateRef hClass, GateRef value) in SetNumberOfPropsToHClass()
2619 inline void StubBuilder::SetElementsKindToTrackInfo(GateRef glue, GateRef trackInfo, GateRef elemen… in SetElementsKindToTrackInfo()
2629 inline void StubBuilder::SetSpaceFlagToTrackInfo(GateRef glue, GateRef trackInfo, GateRef spaceFlag) in SetSpaceFlagToTrackInfo()
2658 GateRef glue, GateRef array, GateRef index, GateRef key, GateRef val, GateRef attr) in SetValueToTaggedArrayWithAttr()
2666 GateRef glue, GateRef array, GateRef index, GateRef val, GateRef rep, Label *repChange) in SetValueToTaggedArrayWithRep()
2673 inline void StubBuilder::SetValueToTaggedArray(VariableType valType, GateRef glue, GateRef array, in SetValueToTaggedArray()
2682 inline GateRef StubBuilder::GetValueFromTaggedArray(GateRef glue, GateRef array, GateRef index) in GetValueFromTaggedArray()
2701 inline GateRef StubBuilder::GetUnsharedConstpoolIndex(GateRef glue, GateRef constpool) in GetUnsharedConstpoolIndex()
2708 inline GateRef StubBuilder::GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool) in GetUnsharedConstpoolFromGlue()
2713 inline GateRef StubBuilder::GetUnsharedConstpool(GateRef glue, GateRef arrayAddr, GateRef index) in GetUnsharedConstpool()
2734 … StubBuilder::SharedObjectStoreBarrierWithTypeCheck(bool isDicMode, Variable *result, GateRef glue, in SharedObjectStoreBarrierWithTypeCheck()
2744 … StubBuilder::SharedObjectStoreBarrierWithTypeCheck(bool isDicMode, Variable *result, GateRef glue, in SharedObjectStoreBarrierWithTypeCheck()
2763 inline void StubBuilder::SharedObjectStoreBarrierWithTypeCheck(Variable *result, GateRef glue, Gate… in SharedObjectStoreBarrierWithTypeCheck()
2783 inline void StubBuilder::SharedObjectStoreBarrier(GateRef glue, GateRef value, Variable *newValue, … in SharedObjectStoreBarrier()
2841 inline GateRef StubBuilder::IsAccessorInternal(GateRef glue, GateRef value) in IsAccessorInternal()
2847 inline GateRef StubBuilder::GetPropAttrFromLayoutInfo(GateRef glue, GateRef layout, GateRef entry) in GetPropAttrFromLayoutInfo()
2854 inline GateRef StubBuilder::GetIhcFromAOTLiteralInfo(GateRef glue, GateRef info) in GetIhcFromAOTLiteralInfo()
2863 inline void StubBuilder::UpdateFieldType(GateRef glue, GateRef hclass, GateRef attr) in UpdateFieldType()
2906 inline GateRef StubBuilder::GetKeyFromLayoutInfo(GateRef glue, GateRef layout, GateRef entry) in GetKeyFromLayoutInfo()
3130 inline GateRef StubBuilder::GetObjectFromConstPool(GateRef glue, GateRef constpool, GateRef index) in GetObjectFromConstPool()
3154 inline GateRef StubBuilder::IsCallable(GateRef glue, GateRef obj) in IsCallable()
3161 inline GateRef StubBuilder::TaggedIsCallable(GateRef glue, GateRef obj) in TaggedIsCallable()
3266 void StubBuilder::SetHClassBit(GateRef glue, GateRef hClass, GateRef value) in SetHClassBit()
3381 inline GateRef StubBuilder::GetParentEnv(GateRef glue, GateRef object) in GetParentEnv()
3386 inline GateRef StubBuilder::GetSendableParentEnv(GateRef glue, GateRef object) in GetSendableParentEnv()
3391 inline GateRef StubBuilder::GetPropertiesFromLexicalEnv(GateRef glue, GateRef object, GateRef index) in GetPropertiesFromLexicalEnv()
3396 inline GateRef StubBuilder::GetPropertiesFromSendableEnv(GateRef glue, GateRef object, GateRef inde… in GetPropertiesFromSendableEnv()
3401 inline GateRef StubBuilder::GetKeyFromLexivalEnv(GateRef glue, GateRef lexicalEnv, GateRef levelInd… in GetKeyFromLexivalEnv()
3407 inline void StubBuilder::SetPropertiesToSendableEnv(GateRef glue, GateRef object, GateRef index, Ga… in SetPropertiesToSendableEnv()
3413 inline GateRef StubBuilder::GetSendableEnvFromModule(GateRef glue, GateRef module) in GetSendableEnvFromModule()
3418 inline void StubBuilder::SetSendableEnvToModule(GateRef glue, GateRef module, GateRef value, Memory… in SetSendableEnvToModule()
3425 inline GateRef StubBuilder::GetHomeObjectFromJSFunction(GateRef glue, GateRef object) in GetHomeObjectFromJSFunction()
3431 inline GateRef StubBuilder::GetMethodFromJSFunctionOrProxy(GateRef glue, GateRef object) in GetMethodFromJSFunctionOrProxy()
3464 inline void StubBuilder::SetLexicalEnvToFunction(GateRef glue, GateRef object, GateRef lexicalEnv, in SetLexicalEnvToFunction()
3471 inline void StubBuilder::SetProtoOrHClassToFunction(GateRef glue, GateRef function, GateRef value, in SetProtoOrHClassToFunction()
3478 inline GateRef StubBuilder::GetProtoOrHClass(GateRef glue, GateRef function) in GetProtoOrHClass()
3484 inline void StubBuilder::SetTypedArrayName(GateRef glue, GateRef typedArray, GateRef name, in SetTypedArrayName()
3491 inline void StubBuilder::SetContentType(GateRef glue, GateRef typedArray, GateRef type) in SetContentType()
3497 inline void StubBuilder::SetViewedArrayBufferOrByteArray(GateRef glue, GateRef typedArray, GateRef … in SetViewedArrayBufferOrByteArray()
3504 inline GateRef StubBuilder::GetViewedArrayBufferOrByteArray(GateRef glue, GateRef typedArray) in GetViewedArrayBufferOrByteArray()
3510 inline void StubBuilder::SetByteLength(GateRef glue, GateRef typedArray, GateRef byteLength) in SetByteLength()
3516 inline void StubBuilder::SetByteOffset(GateRef glue, GateRef typedArray, GateRef byteOffset) in SetByteOffset()
3522 inline void StubBuilder::SetTypedArrayLength(GateRef glue, GateRef typedArray, GateRef arrayLength) in SetTypedArrayLength()
3528 inline void StubBuilder::SetHomeObjectToFunction(GateRef glue, GateRef function, GateRef value, in SetHomeObjectToFunction()
3535 inline void StubBuilder::SetModuleToFunction(GateRef glue, GateRef function, GateRef value, in SetModuleToFunction()
3542 inline void StubBuilder::SetWorkNodePointerToFunction(GateRef glue, GateRef function, GateRef value, in SetWorkNodePointerToFunction()
3549 inline void StubBuilder::SetMethodToFunction(GateRef glue, GateRef function, GateRef value, in SetMethodToFunction()
3556 inline void StubBuilder::SetCodeEntryToFunctionFromMethod(GateRef glue, GateRef function, GateRef m… in SetCodeEntryToFunctionFromMethod()
3564 inline void StubBuilder::SetCodeEntryToFunctionFromFuncEntry(GateRef glue, GateRef function, GateRe… in SetCodeEntryToFunctionFromFuncEntry()
3570 inline void StubBuilder::SetNativePointerToFunctionFromMethod(GateRef glue, GateRef function, GateR… in SetNativePointerToFunctionFromMethod()
3578 inline void StubBuilder::SetLengthToFunction(GateRef glue, GateRef function, GateRef value) in SetLengthToFunction()
3589 inline void StubBuilder::SetRawProfileTypeInfoToFunction(GateRef glue, GateRef function, GateRef va… in SetRawProfileTypeInfoToFunction()
3596 inline void StubBuilder::SetValueToProfileTypeInfoCell(GateRef glue, GateRef profileTypeInfoCell, G… in SetValueToProfileTypeInfoCell()
3602 inline void StubBuilder::UpdateProfileTypeInfoCellType(GateRef glue, GateRef profileTypeInfoCell) in UpdateProfileTypeInfoCellType()
3637 inline void StubBuilder::SetJSObjectTaggedField(GateRef glue, GateRef object, size_t offset, GateRe… in SetJSObjectTaggedField()
3642 inline void StubBuilder::SetCompiledCodeFlagToFunction(GateRef glue, GateRef function, GateRef valu… in SetCompiledCodeFlagToFunction()
3652 inline void StubBuilder::SetCompiledFuncEntry(GateRef glue, GateRef jsFunc, GateRef codeEntry, Gate… in SetCompiledFuncEntry()
3667 inline void StubBuilder::SetTaskConcurrentFuncFlagToFunction(GateRef glue, GateRef function, GateRe… in SetTaskConcurrentFuncFlagToFunction()
3679 inline void StubBuilder::SetBitFieldToFunction(GateRef glue, GateRef function, GateRef value, Memor… in SetBitFieldToFunction()
3685 inline void StubBuilder::SetMachineCodeToFunction(GateRef glue, GateRef function, GateRef value, Me… in SetMachineCodeToFunction()
3691 inline GateRef StubBuilder::GetGlobalEnv(GateRef glue) in GetGlobalEnv()
3696 inline void StubBuilder::SetGlueGlobalEnv(GateRef glue, GateRef globalEnv) in SetGlueGlobalEnv()
3702 inline void StubBuilder::SetGlueGlobalEnvFromCurrentEnv(GateRef glue, GateRef currentEnv) in SetGlueGlobalEnvFromCurrentEnv()
3729 inline GateRef StubBuilder::GetGlobalObject(GateRef glue, GateRef globalEnv) in GetGlobalObject()
3734 inline GateRef StubBuilder::GetMethodFromFunction(GateRef glue, GateRef function) in GetMethodFromFunction()
3739 inline GateRef StubBuilder::GetModuleFromFunction(GateRef glue, GateRef function) in GetModuleFromFunction()
3744 inline GateRef StubBuilder::GetHomeObjectFromFunction(GateRef glue, GateRef function) in GetHomeObjectFromFunction()
3755 inline GateRef StubBuilder::GetBoxFromGlobalDictionary(GateRef glue, GateRef object, GateRef entry) in GetBoxFromGlobalDictionary()
3763 inline GateRef StubBuilder::GetValueFromGlobalDictionary(GateRef glue, GateRef object, GateRef entr… in GetValueFromGlobalDictionary()
3769 inline GateRef StubBuilder::GetPropertiesFromJSObject(GateRef glue, GateRef object) in GetPropertiesFromJSObject()
3775 inline GateRef StubBuilder::IsJSFunction(GateRef glue, GateRef obj) in IsJSFunction()
3785 inline GateRef StubBuilder::IsBoundFunction(GateRef glue, GateRef obj) in IsBoundFunction()
3791 inline GateRef StubBuilder::IsJSOrBoundFunction(GateRef glue, GateRef obj) in IsJSOrBoundFunction()
3801 inline GateRef StubBuilder::IsAOTLiteralInfo(GateRef glue, GateRef info) in IsAOTLiteralInfo()
3909 inline GateRef StubBuilder::GetMethodFromJSProxy(GateRef glue, GateRef proxy) in GetMethodFromJSProxy()
3915 inline GateRef StubBuilder::GetHandlerFromJSProxy(GateRef glue, GateRef proxy) in GetHandlerFromJSProxy()
3921 inline GateRef StubBuilder::GetTargetFromJSProxy(GateRef glue, GateRef proxy) in GetTargetFromJSProxy()
3933 inline GateRef StubBuilder::GetGlobalConstantValue(VariableType type, GateRef glue, ConstantIndex i… in GetGlobalConstantValue()
3938 inline GateRef StubBuilder::GetGlobalConstantValue(VariableType type, GateRef glue, GateRef index) in GetGlobalConstantValue()
3946 inline GateRef StubBuilder::GetSingleCharTable(GateRef glue) in GetSingleCharTable()
3952 inline GateRef StubBuilder::IsEnableMutantArray(GateRef glue) in IsEnableMutantArray()
3958 inline GateRef StubBuilder::IsEnableElementsKind(GateRef glue) in IsEnableElementsKind()
3964 inline GateRef StubBuilder::TaggedIsEnumCache(GateRef glue, GateRef obj) in TaggedIsEnumCache()
3969 inline GateRef StubBuilder::GetGlobalEnvValue(VariableType type, [[maybe_unused]] GateRef glue, Gat… in GetGlobalEnvValue()
3977 inline GateRef StubBuilder::HasPendingException(GateRef glue) in HasPendingException()
3984 inline GateRef StubBuilder::DispatchBuiltins(GateRef glue, GateRef builtinsId, const std::vector<Ga… in DispatchBuiltins()
3991 inline GateRef StubBuilder::DispatchBuiltinsWithArgv(GateRef glue, GateRef builtinsId, const std::v… in DispatchBuiltinsWithArgv()
4027 inline void StubBuilder::InitStringLengthAndFlags(GateRef glue, GateRef str, GateRef length, bool c… in InitStringLengthAndFlags()
4039 inline void StubBuilder::InitStringLengthAndFlags(GateRef glue, GateRef str, GateRef length, GateRe… in InitStringLengthAndFlags()
4046 inline void StubBuilder::SetMixHashcode(GateRef glue, GateRef str, GateRef mixHashcode) in SetMixHashcode()
4056 inline void StubBuilder::SetElementsKindToJSHClass(GateRef glue, GateRef jsHclass, GateRef elements… in SetElementsKindToJSHClass()
4065 inline void StubBuilder::SetExtensibleToBitfield(GateRef glue, GateRef obj, bool isExtensible) in SetExtensibleToBitfield()
4078 inline void StubBuilder::SetCallableToBitfield(GateRef glue, GateRef obj, bool isCallable) in SetCallableToBitfield()
4091 inline void StubBuilder::Comment(GateRef glue, const std::string &str) in Comment()
4106 inline GateRef StubBuilder::HasConstructor(GateRef glue, GateRef object) in HasConstructor()
4122 inline GateRef StubBuilder::IsTypedArray(GateRef glue, GateRef obj) in IsTypedArray()
4127 inline GateRef StubBuilder::IsSharedTypedArray(GateRef glue, GateRef obj) in IsSharedTypedArray()
4132 inline GateRef StubBuilder::GetProfileTypeInfo(GateRef glue, GateRef jsFunc) in GetProfileTypeInfo()
4138 inline void StubBuilder::CheckDetectorName(GateRef glue, GateRef key, Label *fallthrough, Label *sl… in CheckDetectorName()
4157 inline GateRef StubBuilder::LoadPfHeaderFromConstPool(GateRef glue, GateRef jsFunc) in LoadPfHeaderFromConstPool()
4170 inline GateRef StubBuilder::LoadHCIndexInfosFromConstPool(GateRef glue, GateRef jsFunc) in LoadHCIndexInfosFromConstPool()
4180 GateRef glue, GateRef cachedArray, GateRef cachedLength, GateRef traceId, Label *miss) in LoadHCIndexFromConstPool()
4230 inline GateRef StubBuilder::GetAttr(GateRef glue, GateRef layoutInfo, GateRef index) in GetAttr()
4236 inline GateRef StubBuilder::GetKey(GateRef glue, GateRef layoutInfo, GateRef index) in GetKey()
4257 inline GateRef StubBuilder::GetAccGetter(GateRef glue, GateRef accesstor) in GetAccGetter()
4262 inline GateRef StubBuilder::GetAccSetter(GateRef glue, GateRef accesstor) in GetAccSetter()
4267 inline GateRef StubBuilder::GetViewedArrayBuffer(GateRef glue, GateRef dataView) in GetViewedArrayBuffer()
4285 inline GateRef StubBuilder::GetArrayBufferData(GateRef glue, GateRef buffer) in GetArrayBufferData()
4297 inline void StubBuilder::SetArrayBufferByteLength(GateRef glue, GateRef buffer, GateRef length) in SetArrayBufferByteLength()
4303 inline GateRef StubBuilder::GetPropertiesCache(GateRef glue) in GetPropertiesCache()
4309 inline GateRef StubBuilder::GetMegaICCache(GateRef glue, MegaICCache::MegaICKind kind) in GetMegaICCache()
4320 inline GateRef StubBuilder::GetModuleLogger(GateRef glue) in GetModuleLogger()
4326 inline GateRef StubBuilder::GetStageOfHotReload(GateRef glue) in GetStageOfHotReload()
4332 inline GateRef StubBuilder::GetModuleManager(GateRef glue) in GetModuleManager()
4342 inline void StubBuilder::IncMegaProbeCount([[maybe_unused]]GateRef glue) in IncMegaProbeCount()
4350 inline void StubBuilder::IncMegaHitCount([[maybe_unused]]GateRef glue) in IncMegaHitCount()
4359 inline GateRef StubBuilder::GetSortedKey(GateRef glue, GateRef layoutInfo, GateRef index) in GetSortedKey()
4365 inline GateRef StubBuilder::GetSortedIndex(GateRef glue, GateRef layoutInfo, GateRef index) in GetSortedIndex()
4370 inline void StubBuilder::SetToPropertiesCache(GateRef glue, GateRef cache, GateRef cls, GateRef key… in SetToPropertiesCache()
4381 inline GateRef StubBuilder::NeedSkipReadBarrier(GateRef glue) in NeedSkipReadBarrier()
4392 inline GateRef StubBuilder::HashFromHclassAndKey(GateRef glue, GateRef cls, GateRef key, GateRef hi… in HashFromHclassAndKey()
4398 inline GateRef StubBuilder::GetLastLeaveFrame(GateRef glue) in GetLastLeaveFrame()
4407 inline GateRef StubBuilder::HashFromHclassAndStringKey([[maybe_unused]] GateRef glue, GateRef cls, … in HashFromHclassAndStringKey()
4420 inline GateRef StubBuilder::HashSecondaryFromHclassAndStringKey([[maybe_unused]] GateRef glue, Gate… in HashSecondaryFromHclassAndStringKey()
4430 inline GateRef StubBuilder::OrdinaryNewJSObjectCreate(GateRef glue, GateRef proto) in OrdinaryNewJSObjectCreate()
4435 inline GateRef StubBuilder::NewJSPrimitiveRef(GateRef glue, GateRef globalEnv, size_t index, GateRe… in NewJSPrimitiveRef()
4440 inline GateRef StubBuilder::ToObject(GateRef glue, GateRef globalEnv, GateRef obj) in ToObject()
4445 inline GateRef StubBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype()
4455 inline void StubBuilder::ResolvedModuleMustBeSourceTextModule([[maybe_unused]] GateRef glue, in ResolvedModuleMustBeSourceTextModule()
4466 inline void StubBuilder::CheckIsResolvedIndexBinding([[maybe_unused]] GateRef glue, [[maybe_unused]… in CheckIsResolvedIndexBinding()
4471 inline void StubBuilder::RecordNameMustBeString([[maybe_unused]] GateRef glue, [[maybe_unused]] Gat… in RecordNameMustBeString()
4476 inline GateRef StubBuilder::GetNameDictionary(GateRef glue, GateRef module) in GetNameDictionary()
4482 inline GateRef StubBuilder::GetCurrentModuleEnv(GateRef glue, GateRef curModule) in GetCurrentModuleEnv()
4494 inline GateRef StubBuilder::GetRequestedModules(GateRef glue, GateRef module) in GetRequestedModules()
4500 inline GateRef StubBuilder::GetNamespaceFromSourceTextModule(GateRef glue, GateRef module) in GetNamespaceFromSourceTextModule()
4507 inline GateRef StubBuilder::GetResolveModuleFromResolvedIndexBinding(GateRef glue, GateRef resolved… in GetResolveModuleFromResolvedIndexBinding()
4513 inline GateRef StubBuilder::GetResolveModuleFromResolvedBinding(GateRef glue, GateRef resolvedBindi… in GetResolveModuleFromResolvedBinding()
4525 inline void StubBuilder::SetIsUpdatedFromResolvedBindingOfResolvedIndexBinding(GateRef glue, in SetIsUpdatedFromResolvedBindingOfResolvedIndexBinding()
4544 inline GateRef StubBuilder::GetModuleRecord(GateRef glue, GateRef resolvedBinding) in GetModuleRecord()
4550 inline GateRef StubBuilder::GetBindingName(GateRef glue, GateRef resolvedBinding) in GetBindingName()
4556 inline GateRef StubBuilder::IsResolvedIndexBinding(GateRef glue, GateRef resolvedBinding) in IsResolvedIndexBinding()
4562 inline GateRef StubBuilder::IsResolvedBinding(GateRef glue, GateRef resolvedBinding) in IsResolvedBinding()
4568 inline GateRef StubBuilder::IsResolvedRecordIndexBinding(GateRef glue, GateRef resolvedBinding) in IsResolvedRecordIndexBinding()
4574 inline GateRef StubBuilder::IsResolvedRecordBinding(GateRef glue, GateRef resolvedBinding) in IsResolvedRecordBinding()
4580 inline GateRef StubBuilder::IsLdEndExecPatchMain(GateRef glue) in IsLdEndExecPatchMain()
4623 inline GateRef StubBuilder::GetCjsModuleFunction(GateRef glue) in GetCjsModuleFunction()
4638 inline void StubBuilder::SetArrayElementsGuardians(GateRef glue, GateRef env, GateRef value) in SetArrayElementsGuardians()