Home
last modified time | relevance | path

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

/arkcompiler/runtime_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
252 static constexpr size_t Size(Format format) in Size()
1230 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/runtime/
Dtime_utils.cpp59 PandaString GetCurrentTimeString(const char *format) in GetCurrentTimeString()
/arkcompiler/runtime_core/dprof/converter/features/
Dhotness_counters.h65 bool ShowInfo(const std::string &format) in ShowInfo()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h89 for (const auto &format : formats) { variable
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp112 auto format = *iter; in MatchFormat() local
139 const auto format = MatchFormat(node, formats); in GetIRNodeWholeLength() local
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp114 auto Logger::Buffer::printf(const char *format, ...) -> Buffer & in printf()
/arkcompiler/ets_runtime/ecmascript/
Daot_file_manager.cpp637 … std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start); in InitializeStubEntries() local
645 …std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start - 1); // … in InitializeStubEntries() local
653 … std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start); in InitializeStubEntries() local
/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/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h551 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp352 std::string format = MessageString::GetMessageString(fmtMessageId); in DebugPrint() local
378 std::string format = MessageString::GetMessageString(fmtMessageId); in FatalPrint() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp136 static void Logd(const char *format, ...) in Logd()