Searched refs:SetCodeAndDebugInfo (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.h | 134 … static void SetCodeAndDebugInfo(panda_file::ItemContainer *items, panda_file::MethodItem *method,
|
| D | assembly-emitter.cpp | 1150 void AsmEmitter::SetCodeAndDebugInfo(ItemContainer *items, MethodItem *method, const Function &func, in SetCodeAndDebugInfo() function in panda::pandasm::AsmEmitter 1224 SetCodeAndDebugInfo(items, method, func, emit_debug_info); in MakeFunctionDebugInfoAndAnnotations()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.h | 129 … static void SetCodeAndDebugInfo(panda_file::ItemContainer *items, panda_file::MethodItem *method,
|
| D | assembly-emitter.cpp | 1263 void AsmEmitter::SetCodeAndDebugInfo(ItemContainer *items, MethodItem *method, const Function &func… in SetCodeAndDebugInfo() function in ark::pandasm::AsmEmitter 1355 SetCodeAndDebugInfo(items, method, func, emitDebugInfo); in MakeFunctionDebugInfoAndAnnotations()
|