Home
last modified time | relevance | path

Searched refs:SetDebugInfo (Results 1 – 8 of 8) 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/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp602 SetDebugInfo(gate, runtimeCall); in VisitRuntimeCall()
606 bool LLVMIRBuilder::SetDebugInfo(GateRef g, LLVMValueRef r) in SetDebugInfo() function in panda::ecmascript::kungfu::LLVMIRBuilder
653 SetDebugInfo(gate, runtimeCall); in VisitRuntimeCallWithArgv()
921 SetDebugInfo(gate, call); in VisitCall()
956 SetDebugInfo(gate, call); in VisitBytecodeCall()
2175 SetDebugInfo(gate, returnValue); in HandleDeoptCheck()
Dllvm_ir_builder.h526 bool SetDebugInfo(GateRef g, LLVMValueRef r);
/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.cpp699 method_item->SetDebugInfo(CreateDebugInfoItem(debug_info_id.value())); in CreateMethodItem()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1116 method->SetDebugInfo(debug_info); in SetCodeAndDebugInfo()