Home
last modified time | relevance | path

Searched refs:CheckNotInputMachineType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.h267 void CheckNotInputMachineType(size_t idx, MachineType notExpected) const;
Dgate.cpp65 void Gate::CheckNotInputMachineType(size_t idx, MachineType notExpected) const in CheckNotInputMachineType() function in panda::ecmascript::kungfu::Gate
191 CheckNotInputMachineType(idx, MachineType::F64); in CheckValueInput()