Home
last modified time | relevance | path

Searched defs:format (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dtime_utils.cpp59 PandaString GetCurrentTimeString(const char *format) in GetCurrentTimeString() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction.h62 Format format = GetFormat(GetOpcode()); in GetId() local
253 Size(Format format) Size() argument
1232 HasId(Format format, size_t idx) HasId() argument
[all...]
/arkcompiler/runtime_core/static_core/dprof/converter/features/
H A Dhotness_counters.h66 bool ShowInfo(const std::string &format) in ShowInfo() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_Date.cpp62 extern "C" EtsString *EscompatDateGetLocaleString(EtsString *format, EtsString *locale, int64_t ms, uint8_t isUtc) in EscompatDateGetLocaleString() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.h42 SlotIDInfo(GateRef pc, SlotIDFormat format) in SlotIDInfo() argument
H A Dbytecodes.cpp545 BytecodeInstruction::Format format = inst.GetFormat(); in GetVRegCount() local
H A Dinterpreter_stub-inl.h675 Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, GateRef format) Dispatch() argument
H A Dprofiler_stub_builder.cpp794 auto format = slotInfo.GetFormat(); in GetSlotID() local
29 PGOProfiler(GateRef glue, GateRef pc, GateRef func, GateRef profileTypeInfo, const std::vector<GateRef> &values, SlotIDFormat format, OperationType type) PGOProfiler() argument
/arkcompiler/runtime_core/isa/
H A Disapi.rb148 def format method in Instruction
[all...]
/arkcompiler/runtime_core/static_core/isa/
H A Disapi.rb152 def format method in Instruction
[all...]
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dhelpers.py167 def format(t) -> str: member in Timer
261 def format(self, record): member in ColorFormatter
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.h127 Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, GateRef format) Dispatch() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Demitter.cpp154 auto format = *iter; in MatchFormat() local
180 const auto format = MatchFormat(node, formats); in GetIRNodeWholeLength() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Disa.h264 const std::string format; member
/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp307 BytecodeInstruction::Format format = bc_ins.GetFormat(); in GetVRegCount() local
405 const auto format = bc_ins.GetFormat(); in GetFirstImmFromInstruction() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A 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); // -1: NONE in InitializeStubEntries() local
482 std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start - 1); // -1: NONE in InitializeStubEntries() local
490 std::string format = MessageString::GetMessageString(des.indexInKindOrMethodId_ + start); in InitializeStubEntries() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp139 auto format = *iter; in MatchFormat() local
166 const auto format = MatchFormat(node, formats); in GetIRNodeWholeLength() local
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp125 BytecodeInstruction::Format format = bcIns.GetFormat(); in GetInsInfo() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp707 std::string format = MessageString::GetMessageString(fmtMessageId); in DebugPrint() local
747 std::string format = MessageString::GetMessageString(fmtMessageId); in FatalPrint() local

Completed in 30 milliseconds