Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/runtime_core/docs/
Daot.md10 ### ELF layout
35 ### AOT headers
/arkcompiler/runtime_core/static_core/docs/
Daot.md10 ### ELF layout
35 ### AOT headers
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction.h62 Format format = GetFormat(GetOpcode()); in GetId() local
253 static constexpr size_t Size(Format format) in Size()
1232 static constexpr bool HasId(Format format, size_t idx) in HasId()
/arkcompiler/runtime_core/libpandafile/
Dpandafile_isapi.rb51 def format_ops(format) argument
/arkcompiler/runtime_core/static_core/libpandafile/
Dpandafile_isapi.rb51 def format_ops(format) argument
/arkcompiler/runtime_core/static_core/runtime/
Dtime_utils.cpp59 PandaString GetCurrentTimeString(const char *format) in GetCurrentTimeString()
/arkcompiler/runtime_core/static_core/dprof/converter/features/
Dhotness_counters.h66 bool ShowInfo(const std::string &format) in ShowInfo()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_Date.cpp62 extern "C" EtsString *EscompatDateGetLocaleString(EtsString *format, EtsString *locale, int64_t ms,… in EscompatDateGetLocaleString()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.h42 SlotIDInfo(GateRef pc, SlotIDFormat format) in SlotIDInfo()
Dprofiler_stub_builder.cpp27 const std::vector<GateRef> &values, SlotIDFormat format, OperationType type) in PGOProfiler()
790 auto format = slotInfo.GetFormat(); in GetSlotID() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h84 for (const auto &format : formats) { variable
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py167 def format(t) -> str: member in Timer
261 def format(self, record): member in ColorFormatter
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp466 … std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start); in InitializeStubEntries() local
474 …std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start - 1); // … in InitializeStubEntries() local
482 …std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start - 1); // … in InitializeStubEntries() local
490 … std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start); in InitializeStubEntries() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
D.eslintrc.json171 "format": ["camelCase"] array
175 "format": ["UPPER_CASE"] array
179 "format": ["camelCase", "UPPER_CASE"] array
183 "format": ["PascalCase"] array
187 "format": ["camelCase"] array
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.cpp154 auto format = *iter; in MatchFormat() local
180 const auto format = MatchFormat(node, formats); in GetIRNodeWholeLength() local
DregAllocator.cpp92 for (const auto &format : formats) { in RegIndicesValid() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp119 auto format = *iter; in MatchFormat() local
146 const auto format = MatchFormat(node, formats); in GetIRNodeWholeLength() local
/arkcompiler/runtime_core/verifier/
Dverifier.cpp281 BytecodeInstruction::Format format = bc_ins.GetFormat(); in GetVRegCount() local
339 const auto format = bc_ins.GetFormat(); in GetFirstImmFromInstruction() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.cpp108 auto Logger::Buffer::Printf(const char *format, ...) -> Buffer & in Printf()
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp120 auto Logger::Buffer::printf(const char *format, ...) -> Buffer & in printf()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stub_builder.h128 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dtest-schema.json64 "format": { object
109 "format": { object
/arkcompiler/runtime_core/isa/
Disapi.rb148 def format method in Instruction
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json64 "format": { object
109 "format": { object
/arkcompiler/runtime_core/static_core/isa/
Disapi.rb152 def format method in Instruction

12