Lines Matching defs:module
560 GateRef CircuitBuilder::GetSendableEnvFromModule(GateRef module)
562 return Load(VariableType::JS_POINTER(), module, IntPtr(SourceTextModule::SENDABLE_ENV_OFFSET));
565 void CircuitBuilder::SetSendableEnvToModule(GateRef glue, GateRef module, GateRef value)
568 Store(VariableType::JS_POINTER(), glue, module, offset, value);
783 GateRef module = GetModuleFromFunction(jsFunc);
786 GateRef obj = GetObjectFromConstPool(glue, hirGate, sharedConstpool, unsharedConstPool, module, index, type);
791 GateRef unsharedConstPool, GateRef module, GateRef index,
829 { sharedConstPool, Int32ToTaggedInt(index), module }, hirGate);
832 { sharedConstPool, Int32ToTaggedInt(index), module }, hirGate);
877 { sharedConstPool, Int32ToTaggedInt(index), module }, hirGate);
891 { sharedConstPool, Int32ToTaggedInt(index), module }, hirGate);