• Home
  • Raw
  • Download

Lines Matching defs:glue

527 GateRef CircuitBuilder::HasPendingException(GateRef glue)  in HasPendingException()
558 GateRef CircuitBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject()
581 void CircuitBuilder::SetSendableEnvToModule(GateRef glue, GateRef module, GateRef value) in SetSendableEnvToModule()
599 GateRef CircuitBuilder::GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool) in GetUnsharedConstpoolFromGlue()
624 GateRef CircuitBuilder::GetUnsharedConstpoolArrayLen(GateRef glue) in GetUnsharedConstpoolArrayLen()
645 GateRef CircuitBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray()
709 void CircuitBuilder::SetLengthOfForInIterator(GateRef glue, GateRef iter, GateRef length) in SetLengthOfForInIterator()
715 void CircuitBuilder::SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index) in SetIndexOfForInIterator()
721 void CircuitBuilder::SetKeysOfForInIterator(GateRef glue, GateRef iter, GateRef keys) in SetKeysOfForInIterator()
727 void CircuitBuilder::SetObjectOfForInIterator(GateRef glue, GateRef iter, GateRef object) in SetObjectOfForInIterator()
733 void CircuitBuilder::SetCachedHclassOfForInIterator(GateRef glue, GateRef iter, GateRef hclass) in SetCachedHclassOfForInIterator()
739 void CircuitBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator()
745 void CircuitBuilder::SetIteratedArrayOfArrayIterator(GateRef glue, GateRef iter, GateRef iteratedAr… in SetIteratedArrayOfArrayIterator()
751 void CircuitBuilder::SetBitFieldOfArrayIterator(GateRef glue, GateRef iter, GateRef kind) in SetBitFieldOfArrayIterator()
757 void CircuitBuilder::IncreaseArrayIteratorIndex(GateRef glue, GateRef iter, GateRef index) in IncreaseArrayIteratorIndex()
765 void CircuitBuilder::IncreaseIteratorIndex(GateRef glue, GateRef iter, GateRef index) in IncreaseIteratorIndex()
844 GateRef CircuitBuilder::GetObjectByIndexFromConstPool(GateRef glue, GateRef hirGate, GateRef frameS… in GetObjectByIndexFromConstPool()
856 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef sharedConstPo… in GetObjectFromConstPool()
976 void CircuitBuilder::SetLengthToFunction(GateRef glue, GateRef function, GateRef value) in SetLengthToFunction()
982 void CircuitBuilder::SetLexicalEnvToFunction(GateRef glue, GateRef function, GateRef value) in SetLexicalEnvToFunction()
988 void CircuitBuilder::SetHomeObjectToFunction(GateRef glue, GateRef function, GateRef value) in SetHomeObjectToFunction()
994 void CircuitBuilder::SetModuleToFunction(GateRef glue, GateRef function, GateRef value) in SetModuleToFunction()
1206 GateRef CircuitBuilder::NewJSPrimitiveRef(GateRef glue, size_t index, GateRef obj) in NewJSPrimitiveRef()
1219 GateRef CircuitBuilder::ToObject(GateRef glue, GateRef obj) in ToObject()
1324 GateRef CircuitBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype()
1366 GateRef CircuitBuilder::GetGlobalConstantValue(VariableType type, GateRef glue, ConstantIndex index) in GetGlobalConstantValue()
1374 GateRef CircuitBuilder::TransProtoWithoutLayout(GateRef glue, GateRef hClass, GateRef proto) in TransProtoWithoutLayout()
1406 GateRef CircuitBuilder::OrdinaryNewJSObjectCreate(GateRef glue, GateRef proto) in OrdinaryNewJSObjectCreate()
1459 void CircuitBuilder::SetRawProfileTypeInfoToFunction(GateRef glue, GateRef function, GateRef value) in SetRawProfileTypeInfoToFunction()
1465 void CircuitBuilder::UpdateProfileTypeInfoCellToFunction(GateRef glue, GateRef function, in UpdateProfileTypeInfoCellToFunction()
1498 void CircuitBuilder::UpdateProfileTypeInfoCellType(GateRef glue, GateRef profileTypeInfoCell) in UpdateProfileTypeInfoCellType()