Lines Matching defs:glue
160 GateRef CircuitBuilder::IsJsCOWArray(GateRef glue, GateRef obj) in IsJsCOWArray()
168 GateRef CircuitBuilder::IsJsCOWArray(GateRef glue, GateRef obj, [[maybe_unused]] const CompilationE… in IsJsCOWArray()
195 GateRef CircuitBuilder::IsTaggedArray(GateRef glue, GateRef object) in IsTaggedArray()
207 GateRef CircuitBuilder::GetElementsArray(GateRef glue, GateRef object) in GetElementsArray()
233 GateRef CircuitBuilder::IsTypedArray(GateRef glue, GateRef array) in IsTypedArray()
241 GateRef CircuitBuilder::IsSharedTypedArray(GateRef glue, GateRef array) in IsSharedTypedArray()
490 GateRef CircuitBuilder::LoadObjectFromConstPool(GateRef glue, GateRef constPool, GateRef index) in LoadObjectFromConstPool()
495 GateRef CircuitBuilder::IsAccessorInternal(GateRef glue, GateRef accessor) in IsAccessorInternal()
554 GateRef CircuitBuilder::HasPendingException(GateRef glue) in HasPendingException()
561 GateRef CircuitBuilder::HasPendingException(GateRef glue, [[maybe_unused]] const CompilationEnv *co… in HasPendingException()
601 GateRef CircuitBuilder::GetGlobalEnv(GateRef glue) in GetGlobalEnv()
607 GateRef CircuitBuilder::GetGlobalObject(GateRef glue, GateRef globalEnv) in GetGlobalObject()
612 GateRef CircuitBuilder::GetMethodFromFunction(GateRef glue, GateRef function) in GetMethodFromFunction()
618 GateRef CircuitBuilder::GetModuleFromFunction(GateRef glue, GateRef function) in GetModuleFromFunction()
624 GateRef CircuitBuilder::GetSendableEnvFromModule(GateRef glue, GateRef module) in GetSendableEnvFromModule()
629 void CircuitBuilder::SetSendableEnvToModule(GateRef glue, GateRef module, GateRef value) in SetSendableEnvToModule()
635 GateRef CircuitBuilder::GetHomeObjectFromFunction(GateRef glue, GateRef function) in GetHomeObjectFromFunction()
641 GateRef CircuitBuilder::GetConstPoolFromFunction(GateRef glue, GateRef jsFunc) in GetConstPoolFromFunction()
647 GateRef CircuitBuilder::GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool) in GetUnsharedConstpoolFromGlue()
672 GateRef CircuitBuilder::GetUnsharedConstpoolArrayLen(GateRef glue) in GetUnsharedConstpoolArrayLen()
679 GateRef CircuitBuilder::GetUnsharedConstpoolIndex(GateRef glue, GateRef constpool) in GetUnsharedConstpoolIndex()
686 GateRef CircuitBuilder::GetUnsharedConstpool(GateRef glue, GateRef arrayAddr, GateRef index) in GetUnsharedConstpool()
693 GateRef CircuitBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray()
709 void CircuitBuilder::CheckHClassFieldInvalidAccess([[maybe_unused]]GateRef glue, [[maybe_unused]] G… in CheckHClassFieldInvalidAccess()
728 void CircuitBuilder::CheckHClassAddrInvalid([[maybe_unused]]GateRef glue, [[maybe_unused]] GateRef … in CheckHClassAddrInvalid()
751 GateRef CircuitBuilder::GetPrototypeFromHClass(GateRef glue, GateRef hClass) in GetPrototypeFromHClass()
758 GateRef CircuitBuilder::GetEnumCacheFromHClass(GateRef glue, GateRef hClass) in GetEnumCacheFromHClass()
765 GateRef CircuitBuilder::GetProtoChangeMarkerFromHClass(GateRef glue, GateRef hClass) in GetProtoChangeMarkerFromHClass()
790 GateRef CircuitBuilder::GetKeysFromForInIterator(GateRef glue, GateRef iter) in GetKeysFromForInIterator()
796 GateRef CircuitBuilder::GetObjectFromForInIterator(GateRef glue, GateRef iter) in GetObjectFromForInIterator()
802 GateRef CircuitBuilder::GetCachedHClassFromForInIterator(GateRef glue, GateRef iter) in GetCachedHClassFromForInIterator()
816 void CircuitBuilder::SetLengthOfForInIterator(GateRef glue, GateRef iter, GateRef length) in SetLengthOfForInIterator()
822 void CircuitBuilder::SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index) in SetIndexOfForInIterator()
828 void CircuitBuilder::SetCacheKindForInIterator(GateRef glue, GateRef iter, GateRef cacheKind) in SetCacheKindForInIterator()
834 void CircuitBuilder::SetKeysOfForInIterator(GateRef glue, GateRef iter, GateRef keys) in SetKeysOfForInIterator()
840 void CircuitBuilder::SetObjectOfForInIterator(GateRef glue, GateRef iter, GateRef object) in SetObjectOfForInIterator()
846 void CircuitBuilder::SetCachedHClassOfForInIterator(GateRef glue, GateRef iter, GateRef hclass) in SetCachedHClassOfForInIterator()
852 void CircuitBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator()
858 void CircuitBuilder::SetIteratedArrayOfArrayIterator(GateRef glue, GateRef iter, GateRef iteratedAr… in SetIteratedArrayOfArrayIterator()
864 void CircuitBuilder::SetBitFieldOfArrayIterator(GateRef glue, GateRef iter, GateRef kind) in SetBitFieldOfArrayIterator()
870 void CircuitBuilder::IncreaseArrayIteratorIndex(GateRef glue, GateRef iter, GateRef index) in IncreaseArrayIteratorIndex()
878 void CircuitBuilder::IncreaseIteratorIndex(GateRef glue, GateRef iter, GateRef index) in IncreaseIteratorIndex()
931 GateRef CircuitBuilder::IsEcmaObject(GateRef glue, GateRef obj) in IsEcmaObject()
936 GateRef CircuitBuilder::CheckJSType(GateRef glue, GateRef object, JSType jsType) in CheckJSType()
957 GateRef CircuitBuilder::GetObjectByIndexFromConstPool(GateRef glue, GateRef hirGate, GateRef frameS… in GetObjectByIndexFromConstPool()
969 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef sharedConstPo… in GetObjectFromConstPool()
1084 GateRef CircuitBuilder::GetFunctionLexicalEnv(GateRef glue, GateRef function) in GetFunctionLexicalEnv()
1089 void CircuitBuilder::SetLengthToFunction(GateRef glue, GateRef function, GateRef value) in SetLengthToFunction()
1095 void CircuitBuilder::SetLexicalEnvToFunction(GateRef glue, GateRef function, GateRef value) in SetLexicalEnvToFunction()
1101 void CircuitBuilder::SetHomeObjectToFunction(GateRef glue, GateRef function, GateRef value) in SetHomeObjectToFunction()
1107 void CircuitBuilder::SetModuleToFunction(GateRef glue, GateRef function, GateRef value) in SetModuleToFunction()
1113 GateRef CircuitBuilder::GetGlobalEnvValue(VariableType type, [[maybe_unused]] GateRef glue, GateRef… in GetGlobalEnvValue()
1268 GateRef CircuitBuilder::GetKeyFromLexivalEnv(GateRef glue, GateRef lexicalEnv, GateRef levelIndex, … in GetKeyFromLexivalEnv()
1301 GateRef CircuitBuilder::GetParentEnv(GateRef glue, GateRef object) in GetParentEnv()
1307 GateRef CircuitBuilder::GetSendableParentEnv(GateRef glue, GateRef object) in GetSendableParentEnv()
1313 GateRef CircuitBuilder::GetPropertiesFromLexicalEnv(GateRef glue, GateRef object, GateRef index) in GetPropertiesFromLexicalEnv()
1319 GateRef CircuitBuilder::NewJSPrimitiveRef(GateRef glue, GateRef globalEnv, size_t index, GateRef ob… in NewJSPrimitiveRef()
1330 GateRef CircuitBuilder::ToObject(GateRef glue, GateRef globalEnv, GateRef obj) in ToObject()
1435 GateRef CircuitBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype()
1477 GateRef CircuitBuilder::GetGlobalConstantValue(VariableType type, GateRef glue, ConstantIndex index) in GetGlobalConstantValue()
1485 GateRef CircuitBuilder::TransProtoWithoutLayout(GateRef glue, GateRef hClass, GateRef proto) in TransProtoWithoutLayout()
1517 GateRef CircuitBuilder::OrdinaryNewJSObjectCreate(GateRef glue, GateRef proto) in OrdinaryNewJSObjectCreate()
1558 GateRef CircuitBuilder::GetPropertiesFromSendableEnv(GateRef glue, GateRef object, GateRef index) in GetPropertiesFromSendableEnv()
1564 GateRef CircuitBuilder::GetProfileTypeInfo(GateRef glue, GateRef function) in GetProfileTypeInfo()
1570 void CircuitBuilder::SetRawProfileTypeInfoToFunction(GateRef glue, GateRef function, GateRef value) in SetRawProfileTypeInfoToFunction()
1576 void CircuitBuilder::UpdateProfileTypeInfoCellToFunction(GateRef glue, GateRef function, in UpdateProfileTypeInfoCellToFunction()
1609 void CircuitBuilder::UpdateProfileTypeInfoCellType(GateRef glue, GateRef profileTypeInfoCell) in UpdateProfileTypeInfoCellType()
1643 GateRef CircuitBuilder::FastToBoolean(GateRef glue, GateRef value) in FastToBoolean()
1727 GateRef CircuitBuilder::IsStableArrayLengthWriteable(GateRef glue, GateRef array) in IsStableArrayLengthWriteable()
1749 GateRef CircuitBuilder::GetStageOfHotReload(GateRef glue) in GetStageOfHotReload()
1755 GateRef CircuitBuilder::IsNotLdEndExecPatchMain(GateRef glue) in IsNotLdEndExecPatchMain()