Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp141 auto funcInfo = funcDefinedClasses_.find(funcName); in CollectFunctionsWithDefinedClasses() local
357 for (auto &funcInfo: funcDefinedClasses_) { in HandleModifiedDefinedClassFunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp134 std::vector<std::tuple<uint64_t, size_t, int, bool>> funcInfo; // entry idx delta in CollectFuncEntryInfo() local
198 std::vector<std::tuple<uint64_t, size_t, int, bool>> funcInfo; // entry idx delta in CollectFuncEntryInfoByLiteCG() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_function.cpp542 const MIRInfoVector &funcInfo = GetInfoVector(); in DumpFuncBody() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp208 GcovFuncInfo *funcInfo = mirFunc->GetFuncProfData(); in GetCallsiteFrequency() local
218 GcovFuncInfo *funcInfo = mirFunc->GetFuncProfData(); in GetFuncFrequency() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1449 auto &funcInfo = GetByteCodeInfo(func); in TypeCheck() local
1507 auto &funcInfo = GetByteCodeInfo(func); in PGOTypeCheck() local