Home
last modified time | relevance | path

Searched refs:RelocatableData (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtest_stubs.cpp218 GateRef globalValueC = RelocatableData(0xabc); in GenerateCircuit()
Dllvm_ir_builder.h317 V(RelocatableData, (GateRef gate, uint64_t value)) \
Dgate_meta_data.h353 V(RelocatableData, RELOCATABLE_DATA, GateFlags::NONE_FLAG, 0, 0, 0) \
Dcircuit_builder.cpp748 GateRef CircuitBuilder::RelocatableData(uint64_t val) in RelocatableData() function in panda::ecmascript::kungfu::CircuitBuilder
750 return GetCircuit()->NewGate(circuit_->RelocatableData(val), in RelocatableData()
Dstub_builder-inl.h121 inline GateRef StubBuilder::RelocatableData(uint64_t value) in RelocatableData() function
123 return env_->GetBuilder()->RelocatableData(value); in RelocatableData()
Dstub_builder.h103 GateRef RelocatableData(uint64_t value);
Dcircuit_builder.h345 GateRef RelocatableData(uint64_t val);