Home
last modified time | relevance | path

Searched defs:funcInfo (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp141 auto funcInfo = funcDefinedClasses_.find(funcName); in CollectFunctionsWithDefinedClasses() local
350 for (auto &funcInfo: funcDefinedClasses_) { in HandleModifiedDefinedClassFunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp107 std::vector<std::tuple<uint64_t, size_t, int, bool>> funcInfo; // entry idx delta in CollectFuncEntryInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1392 auto &funcInfo = GetByteCodeInfo(func); in TypeCheck() local