Home
last modified time | relevance | path

Searched refs:StringId (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dstring_hashmap.h25 using StringId = uint64_t; variable
44 StringId GetStringId(const CString *cstr) const;
77 CUnorderedMap<StringKey, StringId> indexMap_;
Dstring_hashmap.cpp38 StringId StringHashMap::GetStringId(const CString *cstr) const in GetStringId()
/arkcompiler/runtime_core/docs/
D2022-08-18-isa-changelog.md7 * MethodId, StringId and LiteralArrayId
32 ## MethodId, StringId and LiteralArrayId
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h55 using StringId = uint32_t; variable
/arkcompiler/ets_frontend/ts2panda/src/
DassemblyDumper.ts117 } else if (kind === OperandKind.StringId) {
/arkcompiler/ets_frontend/ts2panda/templates/
Dirnodes.ts.erb247 SrcVReg = 0, DstVReg, SrcDstVReg, Imm, Id, StringId, Label