Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_opt_pass.cpp115 uint32_t strId = acc_.GetStringIdFromLdaStrGate(gate); in IsSingleCharString() local
142 uint32_t strId = acc_.GetStringIdFromLdaStrGate(gate); in ConvertConstSingleCharToInt32() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.cpp198 StringId strId = strTable_->InsertStrAndGetStringId(std::string(str)); in ReadStringTable() local
355 StringId strId = strTable_->InsertStrAndGetStringId(field->name); in BuildFieldsEdges() local
442 StringId strId = strTable_->InsertStrAndGetStringId("InlineProperty"); in BuildJSObjectInlEdges() local
463 void RawHeapTranslate::SetNodeStringId(char *addr, uint32_t size, StringId strId) in SetNodeStringId()
Drawheap_translate.h35 StringId strId; member
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp123 File::EntityId strId(helpers::Read<sizeof(uint32_t)>(&sp)); in EmplaceLiteralArrayString() local
291 const File::EntityId strId(scalar.Get<uint32_t>()); in SetElemValueItem() local
365 const File::EntityId strId(array.Get<uint32_t>(j)); in SetElemValueItem() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.h410 std::string strId; in GetTypeJson() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp759 uint32 strId = mirStrConst.GetValue().GetIdx(); in EmitStrConstant() local
2263 uint32 strId = idx.GetIdx(); in EmitStringPointers() local
2280 uint32 strId = idx.GetIdx(); in EmitStringPointers() local
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp1377 auto strId = panda_file::helpers::Read<sizeof(uint32_t)>(&sp); in ResolveLiteralArray() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1307 … char *GetFuncPropName([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strId) const in GetFuncPropName()
1312 … GetFuncPropNameOffset([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strId) const in GetFuncPropNameOffset()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp721 auto strId = snapshot->GenerateStringId(obj); in GenObjTable() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp405 auto strId = panda_file::helpers::Read<sizeof(T)>(&sp); in FillLiteralArrayData() local