Lines Matching defs:glue
396 GateRef CircuitBuilder::CallBCHandler(GateRef glue, GateRef target, const std::vector<GateRef> &arg… in CallBCHandler()
407 GateRef CircuitBuilder::CallBuiltin(GateRef glue, GateRef target, const std::vector<GateRef> &args) in CallBuiltin()
418 GateRef CircuitBuilder::CallBuiltinWithArgv(GateRef glue, GateRef target, const std::vector<GateRef… in CallBuiltinWithArgv()
429 GateRef CircuitBuilder::CallBCDebugger(GateRef glue, GateRef target, const std::vector<GateRef> &ar… in CallBCDebugger()
440 GateRef CircuitBuilder::CallRuntime(GateRef glue, int index, GateRef depend, const std::vector<Gate… in CallRuntime()
454 GateRef CircuitBuilder::CallRuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv) in CallRuntimeVarargs()
467 GateRef CircuitBuilder::CallNGCRuntime(GateRef glue, int index, GateRef depend, const std::vector<G… in CallNGCRuntime()
481 GateRef CircuitBuilder::CallStub(GateRef glue, int index, const std::vector<GateRef> &args) in CallStub()
493 GateRef CircuitBuilder::CallBuiltinRuntime(GateRef glue, GateRef depend, const std::vector<GateRef>… in CallBuiltinRuntime()
513 GateRef CircuitBuilder::Call(const CallSignature* cs, GateRef glue, GateRef target, GateRef depend, in Call()
546 void CircuitBuilder::Store(VariableType type, GateRef glue, GateRef base, GateRef offset, GateRef v… in Store()
639 GateRef CircuitBuilder::HasPendingException(GateRef glue) in HasPendingException()
702 GateRef CircuitBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject()
738 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef jsFunc, GateRef index, ConstPo… in GetObjectFromConstPool()
745 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef constPool, GateRef module, Gat… in GetObjectFromConstPool()
813 GateRef CircuitBuilder::GetHashcodeFromString(GateRef glue, GateRef value) in GetHashcodeFromString()
854 void CircuitBuilder::SetLexicalEnvToFunction(GateRef glue, GateRef function, GateRef value) in SetLexicalEnvToFunction()
865 void CircuitBuilder::SetModuleToFunction(GateRef glue, GateRef function, GateRef value) in SetModuleToFunction()
871 void CircuitBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in SetPropertyInlinedProps()
883 void CircuitBuilder::SetHomeObjectToFunction(GateRef glue, GateRef function, GateRef value) in SetHomeObjectToFunction()
895 GateRef CircuitBuilder::GetGlobalConstantValue(VariableType type, GateRef glue, ConstantIndex index) in GetGlobalConstantValue()