Searched defs:functionTable (Results 1 – 10 of 10) sorted by relevance
43 repeated FunctionTable functionTable = 3; field
191 …const auto &functionTable = isStatic ? program->functionStaticTable : program->functionInstanceTab… in CheckFunctionAnnotations() local212 …const auto &functionTable = isStatic ? program->functionStaticTable : program->functionInstanceTab… in CheckFunctionWithoutAnnotations() local222 …const auto &functionTable = isStatic ? program->functionStaticTable : program->functionInstanceTab… in CheckFunctionParameterAnnotations() local245 …const auto &functionTable = isStatic ? program->functionStaticTable : program->functionInstanceTab… in CheckFunctionParameterWithoutAnnotations() local
730 auto &functionTable = isStatic ? prog->functionStaticTable : prog->functionInstanceTable; in CheckOtherPasses() local765 auto &functionTable = isStatic ? prog->functionStaticTable : prog->functionInstanceTable; in CheckConstArrayFilling() local819 auto &functionTable = isStatic ? prog->functionStaticTable : prog->functionInstanceTable; in CheckConstArray() local
310 …auto &functionTable = fn_.IsStatic() ? ctx_->Program().functionStaticTable : ctx_->Program().funct… in Create() local
20 void Disassembler::GetETSMetadata(const std::map<std::string, pandasm::Function> &functionTable) in GetETSMetadata()
23 void AbcFileProcessor::GetETSMetadata(const std::map<std::string, pandasm::Function> &functionTable) in GetETSMetadata()
344 const auto &functionTable = in CheckValueMethodCase() local673 const auto &functionTable = in GetMethodForAnnotationElement() local1367 auto &functionTable = isStatic ? program.functionStaticTable : program.functionInstanceTable; in MakeFunctionItems() local1586 … const std::map<std::string, Function> &functionTable, in MakeFunctionDebugInfoAndAnnotations()1765 …const auto &functionTable = isStatic ? program.functionStaticTable : program.functionInstanceTable; in EmitFunctions() local1922 const std::map<std::string, pandasm::Function> &functionTable) in AssignProfileInfo()
809 void Parser::CheckVirtualCalls(const std::map<std::string, ark::pandasm::Function> &functionTable) in CheckVirtualCalls()
821 FunctionTable functionTable; variable
354 auto &functionTable = isStatic ? prog_.functionStaticTable : prog_.functionInstanceTable; in AddMethodToTables() local2036 const auto &functionTable = in GetInstructions() local