Home
last modified time | relevance | path

Searched refs:SetDebugInfo (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp69 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()
Dfile_item_container_test.cpp598 method_item->SetDebugInfo(debug_info_item);
638 method_item->SetDebugInfo(debug_info_item);
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp71 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()
Dfile_item_container_test.cpp536 methodItem->SetDebugInfo(debugInfoItem); in TEST()
565 methodItem->SetDebugInfo(debugInfoItem); in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp604 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 …]
Dllvm_ir_builder.h419 bool SetDebugInfo(GateRef g, LLVMValueRef r);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phasemanager.cpp349 cgFunc->SetDebugInfo(m.GetDbgInfo()); in PhaseRun()
/arkcompiler/runtime_core/static_core/quickener/templates/
Dquickener_gen.cpp.erb211 method_item->SetDebugInfo(new_debug_info);
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp273 method->SetDebugInfo(deduplicated); in DeduplicateDebugInfo()
Dfile_items.h874 void SetDebugInfo(DebugInfoItem *debug_info) in SetDebugInfo() function
Dfile_reader.cpp701 method_item->SetDebugInfo(CreateDebugInfoItem(debug_info_id.value())); in CreateMethodItem()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.cpp293 method->SetDebugInfo(deduplicated); in DeduplicateDebugInfo()
Dfile_items.h882 void SetDebugInfo(DebugInfoItem *debugInfo) in SetDebugInfo() function
Dfile_reader.cpp751 methodItem->SetDebugInfo(CreateDebugInfoItem(debugInfoId.value())); in CreateMethodItem()
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp231 ni->SetDebugInfo(ndbg); in MergeMethod()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h1119 CurrentInst()->SetDebugInfo(debugInfo); in Loc()
Dinst.h1762 void SetDebugInfo(InstDebugInfo *info) in SetDebugInfo() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h675 void SetDebugInfo(DebugInfo *dbgInfo) in SetDebugInfo() function
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1143 method->SetDebugInfo(debug_info); in SetCodeAndDebugInfo()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1323 method->SetDebugInfo(debugInfo); in SetCodeAndDebugInfo()