Home
last modified time | relevance | path

Searched defs:dscr (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dcframe.cpp221 auto print_mem = [](std::ostream &stream, void *addr, std::string_view dscr, uintptr_t value) { in Dump()
234 PandaString dscr; in Dump() local
246 void CFrame::DumpCalleeRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot) in DumpCalleeRegs()
257 void CFrame::DumpCalleeFPRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *sl… in DumpCalleeFPRegs()
268 void CFrame::DumpCallerRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot) in DumpCallerRegs()
280 void CFrame::DumpCallerFPRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *sl… in DumpCallerFPRegs()
291 void CFrame::DumpLocals(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot, in… in DumpLocals()
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger.rb23 def initialize(dscr) argument
36 def initialize(dscr) argument
/arkcompiler/runtime_core/libpandabase/events/
Devents.rb27 def initialize(event, dscr) argument
54 def initialize(dscr) argument
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.rb19 def initialize(dscr) argument
/arkcompiler/runtime_core/irtoc/lang/
Dinstruction.rb21 attr_reader :index, :inputs, :name, :bb, :fields, :modifiers, :dscr accessor in IRInstruction