Home
last modified time | relevance | path

Searched defs:pandaFunc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/
Dfunctions_test.cpp53 auto pandaFunc = GetFunctionDefintion(function); variable
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp444 static int ParseVariablesDebugInfo(const Json::Value &function, panda::pandasm::Function &pandaFunc) in ParseVariablesDebugInfo()
489 static int ParseSourceFileInfo(const Json::Value &function, panda::pandasm::Function &pandaFunc) in ParseSourceFileInfo()
554 auto pandaFunc = MakeFuncDefintion(funcName, funcRetType); in GetFunctionDefintion() local
561 …ic void ParseFunctionInstructions(const Json::Value &function, panda::pandasm::Function &pandaFunc) in ParseFunctionInstructions()
577 static void ParseFunctionLabels(const Json::Value &function, panda::pandasm::Function &pandaFunc) in ParseFunctionLabels()
591 …tic void ParseFunctionCatchTables(const Json::Value &function, panda::pandasm::Function &pandaFunc) in ParseFunctionCatchTables()
608 panda::pandasm::Function &pandaFunc) in GetInstTypeMap()
654 static void ParseFunctionTypeInfo(const Json::Value &function, panda::pandasm::Function &pandaFunc, in ParseFunctionTypeInfo()
760 …ic void ParseFunctionExportedType(const Json::Value &function, panda::pandasm::Function &pandaFunc, in ParseFunctionExportedType()
787 …ic void ParseFunctionDeclaredType(const Json::Value &function, panda::pandasm::Function &pandaFunc, in ParseFunctionDeclaredType()
[all …]