Home
last modified time | relevance | path

Searched refs:strId (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_hcr_opt_pass.cpp115 uint32_t strId = acc_.GetStringIdFromLdaStrGate(gate); in IsSingleCharString() local
117 JSTaggedValue str = GetStringFromConstantPool(methodOffset, strId); in IsSingleCharString()
142 uint32_t strId = acc_.GetStringIdFromLdaStrGate(gate); in ConvertConstSingleCharToInt32() local
144 JSTaggedValue str = GetStringFromConstantPool(methodOffset, strId); in ConvertConstSingleCharToInt32()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_runtime_interface.h37 char *GetFuncPropName(MethodPtr methodPtr, uint32_t strId) const override;
38 uint64_t GetFuncPropNameOffset(MethodPtr methodPtr, uint32_t strId) const override;
H A Dets_runtime_interface.cpp124 char *EtsRuntimeInterface::GetFuncPropName(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropName()
128 auto str = reinterpret_cast<const char *>(pf->GetStringData(ark::panda_file::File::EntityId(strId)).data); in GetFuncPropName()
133 uint64_t EtsRuntimeInterface::GetFuncPropNameOffset(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropNameOffset()
136 auto str = GetFuncPropName(methodPtr, strId); in GetFuncPropNameOffset()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profile_type.h417 std::string strId; in GetTypeJson() local
420 strId = arrayId.GetIdToString(); in GetTypeJson()
423 strId = typedArrayId.GetIdToString(); in GetTypeJson()
426 strId = builtinsId.GetIdToString(); in GetTypeJson()
428 type.insert(std::make_pair(DumpJsonUtils::ID, strId)); in GetTypeJson()
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_literal_array_processor.cpp44 auto strId = panda_file::helpers::Read<sizeof(T)>(&sp); in FillLiteralArrayData() local
47 lit.value = stringTable_->GetStringById(panda_file::File::EntityId(strId)); in FillLiteralArrayData()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot_json_serializer.cpp63 auto [strId, str] = stringTable->GetStringAndIdPair(key); in DumpStringTable()
78 *strIdPtr = strId; in DumpStringTable()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_reader.cpp123 File::EntityId strId(helpers::Read<sizeof(uint32_t)>(&sp)); in EmplaceLiteralArrayString()
124 auto data = file->GetStringData(strId); in EmplaceLiteralArrayString()
293 const File::EntityId strId(scalar.Get<uint32_t>()); in SetElemValueItem()
294 auto data = file_->GetStringData(strId); in SetElemValueItem()
367 const File::EntityId strId(array.Get<uint32_t>(j)); in SetElemValueItem()
368 auto data = file_->GetStringData(strId); in SetElemValueItem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp593 uint32 strId = mirStrConst.GetValue().GetIdx(); in EmitAsmLabel() local
599 (void)Emit("\t.word\t").Emit(".LSTR__").Emit(std::to_string(strId).c_str()); in EmitAsmLabel()
602 (void)Emit(".LSTR__").Emit(std::to_string(strId).c_str()); in EmitAsmLabel()
1943 uint32 strId = idx.GetIdx(); in EmitAsmLabel() local
1945 (void)Emit(".LUstr_").Emit(strId).Emit(":\n"); in EmitAsmLabel()
1960 uint32 strId = idx.GetIdx(); in EmitAsmLabel() local
1968 Emit(".LSTR__").Emit(strId).Emit(":\n"); in EmitAsmLabel()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Druntime_interface.h1328 virtual char *GetFuncPropName([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strId) const in GetFuncPropName()
1333 virtual uint64_t GetFuncPropNameOffset([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strId) const in GetFuncPropNameOffset()
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp1386 auto strId = panda_file::helpers::Read<sizeof(uint32_t)>(&sp); in ResolveLiteralArray() local
1387 auto str = Runtime::GetCurrent()->ResolveString(vm, pf, panda_file::File::EntityId(strId), ctx); in ResolveLiteralArray()
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp405 auto strId = panda_file::helpers::Read<sizeof(T)>(&sp); in FillLiteralArrayData() local
408 lit.value = StringDataToString(file_->GetStringData(panda_file::File::EntityId(strId))); in FillLiteralArrayData()

Completed in 20 milliseconds