Home
last modified time | relevance | path

Searched refs:ClearConstantCache (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.h63 void ClearConstantCache(MachineType machineType, uint64_t value, GateType type);
Dcircuit.cpp458 void Circuit::ClearConstantCache(MachineType machineType, uint64_t value, GateType type) in ClearConstantCache() function in panda::ecmascript::kungfu::Circuit
Dcircuit_builder.cpp2088 void CircuitBuilder::ClearConstantCache(GateRef gate) in ClearConstantCache() function in panda::ecmascript::kungfu::CircuitBuilder
2094 GetCircuit()->ClearConstantCache(machineType, value, gateType); in ClearConstantCache()
Dcircuit_builder.h617 void ClearConstantCache(GateRef gate);
Dts_hcr_lowering.cpp541 builder_.ClearConstantCache(gate); in DeleteConstDataIfNoUser()