Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_opcodes.h74 V(RelocatableData, RELOCATABLE_DATA, GateFlags::NONE_FLAG, 0, 0, 0) \
Dir_builder.h63 V(RelocatableData, (GateRef gate, uint64_t value)) \
Dcircuit_builder.cpp395 GateRef CircuitBuilder::RelocatableData(uint64_t val) in RelocatableData() function in panda::ecmascript::kungfu::CircuitBuilder
397 return GetCircuit()->NewGate(circuit_->RelocatableData(val), in RelocatableData()
Dcircuit_builder.h246 GateRef RelocatableData(uint64_t val);
Dstub_builder-inl.h141 inline GateRef StubBuilder::RelocatableData(uint64_t value) in RelocatableData() function
143 return env_->GetBuilder()->RelocatableData(value); in RelocatableData()
Dstub_builder.h111 GateRef RelocatableData(uint64_t value);