Lines Matching defs:glue
516 GateRef CircuitBuilder::HasPendingException(GateRef glue) in HasPendingException()
541 GateRef CircuitBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject()
564 void CircuitBuilder::SetSendableEnvToModule(GateRef glue, GateRef module, GateRef value) in SetSendableEnvToModule()
582 GateRef CircuitBuilder::GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool) in GetUnsharedConstpoolFromGlue()
604 GateRef CircuitBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray()
660 void CircuitBuilder::SetLengthOfForInIterator(GateRef glue, GateRef iter, GateRef length) in SetLengthOfForInIterator()
666 void CircuitBuilder::SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index) in SetIndexOfForInIterator()
672 void CircuitBuilder::SetKeysOfForInIterator(GateRef glue, GateRef iter, GateRef keys) in SetKeysOfForInIterator()
678 void CircuitBuilder::SetObjectOfForInIterator(GateRef glue, GateRef iter, GateRef object) in SetObjectOfForInIterator()
684 void CircuitBuilder::SetCachedHclassOfForInIterator(GateRef glue, GateRef iter, GateRef hclass) in SetCachedHclassOfForInIterator()
690 void CircuitBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator()
696 void CircuitBuilder::SetIteratedArrayOfArrayIterator(GateRef glue, GateRef iter, GateRef iteratedAr… in SetIteratedArrayOfArrayIterator()
702 void CircuitBuilder::SetBitFieldOfArrayIterator(GateRef glue, GateRef iter, GateRef kind) in SetBitFieldOfArrayIterator()
708 void CircuitBuilder::IncreaseInteratorIndex(GateRef glue, GateRef iter, GateRef index) in IncreaseInteratorIndex()
777 GateRef CircuitBuilder::GetObjectByIndexFromConstPool(GateRef glue, GateRef hirGate, GateRef frameS… in GetObjectByIndexFromConstPool()
789 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef sharedConstPo… in GetObjectFromConstPool()
909 void CircuitBuilder::SetLengthToFunction(GateRef glue, GateRef function, GateRef value) in SetLengthToFunction()
915 void CircuitBuilder::SetLexicalEnvToFunction(GateRef glue, GateRef function, GateRef value) in SetLexicalEnvToFunction()
921 void CircuitBuilder::SetHomeObjectToFunction(GateRef glue, GateRef function, GateRef value) in SetHomeObjectToFunction()
927 void CircuitBuilder::SetModuleToFunction(GateRef glue, GateRef function, GateRef value) in SetModuleToFunction()
1112 GateRef CircuitBuilder::NewJSPrimitiveRef(GateRef glue, size_t index, GateRef obj) in NewJSPrimitiveRef()
1125 GateRef CircuitBuilder::ToObject(GateRef glue, GateRef obj) in ToObject()
1230 GateRef CircuitBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype()
1272 GateRef CircuitBuilder::GetGlobalConstantValue(VariableType type, GateRef glue, ConstantIndex index) in GetGlobalConstantValue()
1280 GateRef CircuitBuilder::TransProtoWithoutLayout(GateRef glue, GateRef hClass, GateRef proto) in TransProtoWithoutLayout()
1312 GateRef CircuitBuilder::OrdinaryNewJSObjectCreate(GateRef glue, GateRef proto) in OrdinaryNewJSObjectCreate()
1365 void CircuitBuilder::SetRawProfileTypeInfoToFunction(GateRef glue, GateRef function, GateRef value) in SetRawProfileTypeInfoToFunction()
1371 void CircuitBuilder::UpdateProfileTypeInfoCellToFunction(GateRef glue, GateRef function, in UpdateProfileTypeInfoCellToFunction()
1404 void CircuitBuilder::UpdateProfileTypeInfoCellType(GateRef glue, GateRef profileTypeInfoCell) in UpdateProfileTypeInfoCellType()