/arkcompiler/runtime_core/docs/ |
D | aot.md | 10 ### ELF layout 35 ### AOT headers
|
/arkcompiler/runtime_core/static_core/docs/ |
D | aot.md | 10 ### ELF layout 35 ### AOT headers
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
D | old_instruction.h | 62 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/ |
D | pandafile_isapi.rb | 51 def format_ops(format) argument
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
D | pandafile_isapi.rb | 51 def format_ops(format) argument
|
/arkcompiler/runtime_core/static_core/runtime/ |
D | time_utils.cpp | 59 PandaString GetCurrentTimeString(const char *format) in GetCurrentTimeString()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
D | escompat_Date.cpp | 56 extern "C" EtsString *EscompatDateGetLocaleString(EtsString *format, EtsString *locale, int64_t ms,… in EscompatDateGetLocaleString()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | profiler_stub_builder.cpp | 27 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()
|
D | interpreter_stub.cpp | 40 #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
|
D | interpreter_stub-inl.h | 581 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
|
/arkcompiler/runtime_core/static_core/dprof/converter/features/ |
D | hotness_counters.h | 66 bool ShowInfo(const std::string &format) in ShowInfo()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | regAllocator.h | 90 for (const auto &format : formats) { variable
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
D | emitter.cpp | 136 auto format = *iter; in MatchFormat() local 162 const auto format = MatchFormat(node, formats); in GetIRNodeWholeLength() local
|
D | regAllocator.cpp | 92 for (const auto &format : formats) { in RegIndicesValid() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | aot_file_manager.cpp | 364 … 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/ |
D | emitter.cpp | 120 auto format = *iter; in MatchFormat() local 147 const auto format = MatchFormat(node, formats); in GetIRNodeWholeLength() local
|
/arkcompiler/runtime_core/verifier/ |
D | verifier.cpp | 281 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/ |
D | logger.cpp | 108 auto Logger::Buffer::Printf(const char *format, ...) -> Buffer & in Printf()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | logger.cpp | 119 auto Logger::Buffer::printf(const char *format, ...) -> Buffer & in printf()
|
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
D | test-schema.json | 64 "format": { object 109 "format": { object
|
/arkcompiler/runtime_core/isa/ |
D | isapi.rb | 148 def format method in Instruction
|
/arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
D | test-schema.json | 64 "format": { object 109 "format": { object
|
/arkcompiler/runtime_core/static_core/isa/ |
D | isapi.rb | 152 def format method in Instruction
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/ |
D | .eslintrc.json | 49 { "selector": "variableLike", "format": ["camelCase", "UPPER_CASE"] } array
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | isa.h | 229 const std::string format; member
|