Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/panda_guard/obfuscate/
Dfunction.h136 void SetFunctionType(char functionTypeCode);
Dfunction.cpp261 void panda::guard::Function::SetFunctionType(char functionTypeCode) in SetFunctionType() argument
263 … PANDA_GUARD_ASSERT_PRINT(FUNCTION_TYPE_MAP.find(functionTypeCode) == FUNCTION_TYPE_MAP.end(), TAG, in SetFunctionType()
264 … ErrorCode::GENERIC_ERROR, "unsupported function type code:" << functionTypeCode); in SetFunctionType()
266 this->type_ = FUNCTION_TYPE_MAP.at(functionTypeCode); in SetFunctionType()