| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 69 method_item->SetDebugInfo(debug_info_item); in PreparePandaFile() 92 method_item_bar->SetDebugInfo(debug_info_item_bar); in PreparePandaFile() 114 method_item_baz->SetDebugInfo(debug_info_item_baz); in PreparePandaFile() 172 method_item->SetDebugInfo(debug_info_item); in PreparePandaFile() 187 method_item_bar->SetDebugInfo(debug_info_item_bar); in PreparePandaFile() 202 method_item_baz->SetDebugInfo(debug_info_item_baz); in PreparePandaFile()
|
| D | file_item_container_test.cpp | 598 method_item->SetDebugInfo(debug_info_item); 638 method_item->SetDebugInfo(debug_info_item);
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 71 methodItem->SetDebugInfo(debugInfoItem); in PreparePandaFile() 93 methodItemBar->SetDebugInfo(debugInfoItemBar); in PreparePandaFile() 115 methodItemBaz->SetDebugInfo(debugInfoItemBaz); in PreparePandaFile() 176 methodItem->SetDebugInfo(debugInfoItem); in PreparePandaFile() 192 methodItemBar->SetDebugInfo(debugInfoItemBar); in PreparePandaFile() 208 methodItemBaz->SetDebugInfo(debugInfoItemBaz); in PreparePandaFile()
|
| D | file_item_container_test.cpp | 536 methodItem->SetDebugInfo(debugInfoItem); in TEST() 565 methodItem->SetDebugInfo(debugInfoItem); in TEST()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | llvm_ir_builder.cpp | 604 SetDebugInfo(gate, runtimeCall); in VisitRuntimeCall() 608 bool LLVMIRBuilder::SetDebugInfo(GateRef g, LLVMValueRef r) in SetDebugInfo() function in panda::ecmascript::kungfu::LLVMIRBuilder 657 SetDebugInfo(gate, runtimeCall); in VisitRuntimeCallWithArgv() 967 SetDebugInfo(gate, call); in VisitCall() 1002 SetDebugInfo(gate, call); in VisitBytecodeCall() 1113 SetDebugInfo(gate, returnValue); in VisitReturn() 1350 SetDebugInfo(gate, result); in VisitMod() 1365 SetDebugInfo(gate, result); in VisitFinishAllocate() 1401 SetDebugInfo(gate, result); in VisitBranch() 1442 SetDebugInfo(gate, result); in VisitSwitch() [all …]
|
| D | llvm_ir_builder.h | 419 bool SetDebugInfo(GateRef g, LLVMValueRef r);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_phasemanager.cpp | 349 cgFunc->SetDebugInfo(m.GetDbgInfo()); in PhaseRun()
|
| /arkcompiler/runtime_core/static_core/quickener/templates/ |
| D | quickener_gen.cpp.erb | 211 method_item->SetDebugInfo(new_debug_info);
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_item_container.cpp | 273 method->SetDebugInfo(deduplicated); in DeduplicateDebugInfo()
|
| D | file_items.h | 874 void SetDebugInfo(DebugInfoItem *debug_info) in SetDebugInfo() function
|
| D | file_reader.cpp | 701 method_item->SetDebugInfo(CreateDebugInfoItem(debug_info_id.value())); in CreateMethodItem()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_item_container.cpp | 293 method->SetDebugInfo(deduplicated); in DeduplicateDebugInfo()
|
| D | file_items.h | 882 void SetDebugInfo(DebugInfoItem *debugInfo) in SetDebugInfo() function
|
| D | file_reader.cpp | 751 methodItem->SetDebugInfo(CreateDebugInfoItem(debugInfoId.value())); in CreateMethodItem()
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 231 ni->SetDebugInfo(ndbg); in MergeMethod()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 1119 CurrentInst()->SetDebugInfo(debugInfo); in Loc()
|
| D | inst.h | 1762 void SetDebugInfo(InstDebugInfo *info) in SetDebugInfo() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cgfunc.h | 675 void SetDebugInfo(DebugInfo *dbgInfo) in SetDebugInfo() function
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.cpp | 1143 method->SetDebugInfo(debug_info); in SetCodeAndDebugInfo()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.cpp | 1323 method->SetDebugInfo(debugInfo); in SetCodeAndDebugInfo()
|