Home
last modified time | relevance | path

Searched refs:DumpDebugInfo (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerContext.h114 [[nodiscard]] bool DumpDebugInfo() const noexcept in DumpDebugInfo() function
DcompilerImpl.cpp74 return emitter->Finalize(context->DumpDebugInfo(), Signatures::ETS_GLOBAL); in Emit()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_schedule.h309 static void DumpDebugInfo(const ScheduleProcessInfo &scheduleInfo);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_schedule.cpp580 void AArch64Schedule::DumpDebugInfo(const ScheduleProcessInfo &scheduleInfo) in DumpDebugInfo() function in maplebe::AArch64Schedule
767 DumpDebugInfo(scheduleInfo); in DoSchedule()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp639 …ctx->program = emitter->Finalize(ctx->compilerContext->DumpDebugInfo(), compiler::Signatures::ETS_… in GenerateAsm()