Searched refs:ClearConstantCache (Results 1 – 5 of 5) sorted by relevance
63 void ClearConstantCache(MachineType machineType, uint64_t value, GateType type);
458 void Circuit::ClearConstantCache(MachineType machineType, uint64_t value, GateType type) in ClearConstantCache() function in panda::ecmascript::kungfu::Circuit
2088 void CircuitBuilder::ClearConstantCache(GateRef gate) in ClearConstantCache() function in panda::ecmascript::kungfu::CircuitBuilder2094 GetCircuit()->ClearConstantCache(machineType, value, gateType); in ClearConstantCache()
617 void ClearConstantCache(GateRef gate);
541 builder_.ClearConstantCache(gate); in DeleteConstDataIfNoUser()