Home
last modified time | relevance | path

Searched refs:CheckValueType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.h165 static bool CheckValueType(Value::Type valueType, const Type &type, const Program &program);
H A Dassembly-emitter.cpp125 bool AsmEmitter::CheckValueType(Value::Type valueType, const Type &type, const Program &program) in CheckValueType() function in ark::pandasm::AsmEmitter
334 if (!CheckValueType(valueComponentType, componentType, program)) { in CheckValueArrayCase()
353 if (!CheckValueType(valueType, type, program)) { in CheckValue()

Completed in 5 milliseconds