Searched refs:RelocatableData (Results 1 – 6 of 6) sorted by relevance
74 V(RelocatableData, RELOCATABLE_DATA, GateFlags::NONE_FLAG, 0, 0, 0) \
63 V(RelocatableData, (GateRef gate, uint64_t value)) \
395 GateRef CircuitBuilder::RelocatableData(uint64_t val) in RelocatableData() function in panda::ecmascript::kungfu::CircuitBuilder397 return GetCircuit()->NewGate(circuit_->RelocatableData(val), in RelocatableData()
246 GateRef RelocatableData(uint64_t val);
141 inline GateRef StubBuilder::RelocatableData(uint64_t value) in RelocatableData() function143 return env_->GetBuilder()->RelocatableData(value); in RelocatableData()
111 GateRef RelocatableData(uint64_t value);