Searched refs:GetDebugInfo (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | global_type_infer.cpp | 66 new Circuit(ctx_->GetNativeAreaAllocator(), module->GetDebugInfo(), in NewTypeInfer()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_compiler.cpp | 106 … Circuit circuit(allocator, module->GetDebugInfo(), cs->GetName().c_str(), module->Is64Bit()); in RunPipeline()
|
D | pass_manager.cpp | 98 Circuit circuit(vm_->GetNativeAreaAllocator(), ctx.GetAOTModule()->GetDebugInfo(), in Compile()
|
D | circuit.h | 211 bool GetDebugInfo(GateRef g, size_t &index) const;
|
D | circuit.cpp | 93 bool Circuit::GetDebugInfo(GateRef g, size_t &index) const in GetDebugInfo() function in panda::ecmascript::kungfu::Circuit
|
D | llvm_ir_builder.h | 202 DebugInfo* GetDebugInfo() const in GetDebugInfo() function
|
D | llvm_codegen.cpp | 565 debugInfo += module->GetDebugInfo()->GetComment(funcName, info.Line - 1); in GetCalleeReg2Offset()
|
D | llvm_ir_builder.cpp | 609 if (circuit_->GetDebugInfo(g, index)) { in SetDebugInfo()
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_item_container.cpp | 264 auto *debug_item = method->GetDebugInfo(); in DeduplicateDebugInfo()
|
D | file_reader.cpp | 1280 auto *debug_info_item = method_item->GetDebugInfo(); in UpdateCodeAndDebugInfoDependencies() 1357 auto *debug_info_item = method_item->GetDebugInfo(); in ComputeLayoutAndUpdateIndices()
|
D | file_items.h | 926 DebugInfoItem *GetDebugInfo() const in GetDebugInfo() function
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-emitter.cpp | 1205 auto *debug_info = method->GetDebugInfo(); in EmitDebugInfo()
|