Searched refs:RelocatableData (Results 1 – 7 of 7) sorted by relevance
218 GateRef globalValueC = RelocatableData(0xabc); in GenerateCircuit()
317 V(RelocatableData, (GateRef gate, uint64_t value)) \
353 V(RelocatableData, RELOCATABLE_DATA, GateFlags::NONE_FLAG, 0, 0, 0) \
748 GateRef CircuitBuilder::RelocatableData(uint64_t val) in RelocatableData() function in panda::ecmascript::kungfu::CircuitBuilder750 return GetCircuit()->NewGate(circuit_->RelocatableData(val), in RelocatableData()
121 inline GateRef StubBuilder::RelocatableData(uint64_t value) in RelocatableData() function123 return env_->GetBuilder()->RelocatableData(value); in RelocatableData()
103 GateRef RelocatableData(uint64_t value);
345 GateRef RelocatableData(uint64_t val);