Home
last modified time | relevance | path

Searched refs:GetDebugInfo (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp66 new Circuit(ctx_->GetNativeAreaAllocator(), module->GetDebugInfo(), in NewTypeInfer()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_compiler.cpp106 … Circuit circuit(allocator, module->GetDebugInfo(), cs->GetName().c_str(), module->Is64Bit()); in RunPipeline()
Dpass_manager.cpp98 Circuit circuit(vm_->GetNativeAreaAllocator(), ctx.GetAOTModule()->GetDebugInfo(), in Compile()
Dcircuit.h211 bool GetDebugInfo(GateRef g, size_t &index) const;
Dcircuit.cpp93 bool Circuit::GetDebugInfo(GateRef g, size_t &index) const in GetDebugInfo() function in panda::ecmascript::kungfu::Circuit
Dllvm_ir_builder.h202 DebugInfo* GetDebugInfo() const in GetDebugInfo() function
Dllvm_codegen.cpp565 debugInfo += module->GetDebugInfo()->GetComment(funcName, info.Line - 1); in GetCalleeReg2Offset()
Dllvm_ir_builder.cpp609 if (circuit_->GetDebugInfo(g, index)) { in SetDebugInfo()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp264 auto *debug_item = method->GetDebugInfo(); in DeduplicateDebugInfo()
Dfile_reader.cpp1280 auto *debug_info_item = method_item->GetDebugInfo(); in UpdateCodeAndDebugInfoDependencies()
1357 auto *debug_info_item = method_item->GetDebugInfo(); in ComputeLayoutAndUpdateIndices()
Dfile_items.h926 DebugInfoItem *GetDebugInfo() const in GetDebugInfo() function
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1205 auto *debug_info = method->GetDebugInfo(); in EmitDebugInfo()