Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 30) 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/plugins/ets/runtime/intrinsics/
Descompat_Date.cpp56 extern "C" EtsString *EscompatDateGetLocaleString(EtsString *format, EtsString *locale, int64_t ms,… in EscompatDateGetLocaleString()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp27 const std::vector<GateRef> &values, SlotIDFormat format, OperationType type) in PGOProfiler()
106 …GateRef glue, GateRef pc, GateRef func, GateRef profileTypeInfo, GateRef type, SlotIDFormat format) in ProfileOpType()
156 … glue, GateRef pc, GateRef func, GateRef constructor, GateRef profileTypeInfo, SlotIDFormat format) in ProfileDefineClass()
187 …teRef glue, GateRef pc, GateRef func, GateRef newObj, GateRef profileTypeInfo, SlotIDFormat format) in ProfileCreateObject()
237 …teRef glue, GateRef pc, GateRef func, GateRef target, GateRef profileTypeInfo, SlotIDFormat format) in ProfileCall()
340 …teRef glue, GateRef pc, GateRef func, GateRef target, GateRef profileTypeInfo, SlotIDFormat format) in ProfileNativeCall()
710 …Ref glue, GateRef pc, GateRef func, GateRef iterator, GateRef profileTypeInfo, SlotIDFormat format) in ProfileGetIterator()
761 GateRef ProfilerStubBuilder::GetSlotID(GateRef pc, SlotIDFormat format) in GetSlotID()
Dinterpreter_stub.cpp40 #define DECLARE_ASM_HANDLER_BASE(name, needPrint, V, format) \ argument
64 #define REGISTER_PROFILE_CALL_BACK(format) … argument
71 #define REGISTER_JIT_PROFILE_CALL_BACK(format) … argument
79 #define REGISTER_NULL_CALL_BACK(format) ProfileOperation callback; argument
89 #define DECLARE_ASM_HANDLER_PROFILE(name, base, format) \ argument
92 #define DECLARE_ASM_HANDLER_JIT_PROFILE(name, base, format) \ argument
Dinterpreter_stub-inl.h581 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
/arkcompiler/runtime_core/static_core/dprof/converter/features/
Dhotness_counters.h66 bool ShowInfo(const std::string &format) in ShowInfo()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h90 for (const auto &format : formats) { variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.cpp136 auto format = *iter; in MatchFormat() local
162 const auto format = MatchFormat(node, formats); in GetIRNodeWholeLength() local
DregAllocator.cpp92 for (const auto &format : formats) { in RegIndicesValid() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp364 … std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start); in InitializeStubEntries() local
372 …std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start - 1); // … in InitializeStubEntries() local
380 … std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start); in InitializeStubEntries() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp120 auto format = *iter; in MatchFormat() local
147 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.cpp119 auto Logger::Buffer::printf(const char *format, ...) -> Buffer & in printf()
/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
/arkcompiler/ets_frontend/ets2panda/linter-4.2/
D.eslintrc.json49 { "selector": "variableLike", "format": ["camelCase", "UPPER_CASE"] } array
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Disa.h229 const std::string format; member

12