Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcframe.cpp219 auto printMem = [](std::ostream &stream, void *addr, std::string_view dscr, uintptr_t value) { in Dump()
232 PandaString dscr; in Dump() local
244 void CFrame::DumpCalleeRegs(std::ostream &os, MemPrinter printMem, PandaString *dscr, size_t *slot) in DumpCalleeRegs()
255 void CFrame::DumpCalleeFPRegs(std::ostream &os, MemPrinter printMem, PandaString *dscr, size_t *slo… in DumpCalleeFPRegs()
266 void CFrame::DumpCallerRegs(std::ostream &os, MemPrinter printMem, PandaString *dscr, size_t *slot) in DumpCallerRegs()
278 void CFrame::DumpCallerFPRegs(std::ostream &os, MemPrinter printMem, PandaString *dscr, size_t *slo… in DumpCallerFPRegs()
289 void CFrame::DumpLocals(std::ostream &os, MemPrinter printMem, PandaString *dscr, size_t *slot, int… in DumpLocals()
/arkcompiler/runtime_core/static_core/libpandabase/templates/
Dlogger.rb23 def initialize(dscr) argument
36 def initialize(dscr) argument
/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/static_core/libpandabase/events/
Devents.rb31 def initialize(event, dscr) argument
58 def initialize(dscr) argument
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.rb19 def initialize(dscr) argument
/arkcompiler/runtime_core/static_core/libllvmbackend/templates/
Dentrypoints.rb59 def initialize(dscr) argument
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dinstruction.rb21 def initialize(inst, dscr) argument
37 attr_reader :index, :inputs, :name, :bb, :fields, :modifiers, :dscr accessor in IRInstruction