Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
Dassembly-emitter.h127 …static bool AddMethodAndParamsAnnotations(panda_file::ItemContainer *items, const Program &program,
Dassembly-emitter.cpp1120 bool AsmEmitter::AddMethodAndParamsAnnotations(ItemContainer *items, const Program &program, in AddMethodAndParamsAnnotations() function in panda::pandasm::AsmEmitter
1169 if (!AddMethodAndParamsAnnotations(items, program, entities, method, func)) { in MakeFunctionDebugInfoAndAnnotations()