Home
last modified time | relevance | path

Searched defs:strId (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_opt_pass.cpp116 uint32_t strId = acc_.GetStringIdFromLdaStrGate(gate); in IsSingleCharString() local
143 uint32_t strId = acc_.GetStringIdFromLdaStrGate(gate); in ConvertConstSingleCharToInt32() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.cpp345 StringId strId = InsertAndGetStringId(std::string(str.data())); in ParseStringTable() local
358 StringId strId = InsertAndGetStringId("-subroot-"); in AddSyntheticRootNode() local
366 void RawHeapTranslateV1::SetNodeStringId(const std::vector<uint64_t> &objects, StringId strId) in SetNodeStringId()
472 StringId strId = InsertAndGetStringId(field.name); in BuildFieldEdges() local
677 StringId strId = InsertAndGetStringId(name); in ParseStringTable() local
698 StringId strId = InsertAndGetStringId("-subroot-"); in AddSyntheticRootNode() local
779 StringId strId = InsertAndGetStringId(field.name); in BuildFieldEdges() local
Dcommon.h80 StringId strId = 1; // 1: for empty string member
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_literal_array_processor.cpp44 auto strId = panda_file::helpers::Read<sizeof(T)>(&sp); in FillLiteralArrayData() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Drawheap_dump.cpp241 StringId strId = snapshot_->GenerateStringId(object); in GenerateStringId() local
253 StringId strId = snapshot_->GenerateStringId(object); in GenerateStringId() local
395 StringId strId = GenerateStringId(value.GetTaggedObject()); in UpdateStringTable() local
518 StringId strId = GenerateStringId(reinterpret_cast<TaggedObject *>(addr)); in UpdateStringTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp592 uint32 strId = mirStrConst.GetValue().GetIdx(); in EmitAsmLabel() local
1942 uint32 strId = idx.GetIdx(); in EmitAsmLabel() local
1959 uint32 strId = idx.GetIdx(); in EmitAsmLabel() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp123 File::EntityId strId(helpers::Read<sizeof(uint32_t)>(&sp)); in EmplaceLiteralArrayString() local
293 const File::EntityId strId(scalar.Get<uint32_t>()); in SetElemValueItem() local
367 const File::EntityId strId(array.Get<uint32_t>(j)); in SetElemValueItem() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.h430 std::string strId; in GetTypeJson() local
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp1405 auto strId = panda_file::helpers::Read<sizeof(uint32_t)>(&sp); in ResolveLiteralArray() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1449 … char *GetFuncPropName([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strId) const in GetFuncPropName()
1454 … GetFuncPropNameOffset([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strId) const in GetFuncPropNameOffset()
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp422 auto strId = panda_file::helpers::Read<sizeof(T)>(&sp); in FillLiteralArrayData() local