Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_opt_pass.cpp94 uint32_t strId = acc_.GetStringIdFromLdaStrGate(gate); in IsSingleCharString() local
118 uint32_t strId = acc_.GetStringIdFromLdaStrGate(gate); in ConvertConstSingleCharToInt32() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp84 auto strId = arg1->CastToLoadString()->GetTypeId(); in BuildResolveInteropCallIntrinsic() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp188 File::EntityId strId(helpers::Read<sizeof(uint32_t)>(&sp)); in CreateLiteralArrayItem() local
290 const File::EntityId strId(scalar.Get<uint32_t>()); in CreateAnnotationItem() local
458 const File::EntityId strId(array.Get<uint32_t>(j)); in CreateAnnotationItem() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp669 uint32 strId = mirStrConst.GetValue().GetIdx(); in EmitStrConstant() local
2173 uint32 strId = idx.GetIdx(); in EmitStringPointers() local
2190 uint32 strId = idx.GetIdx(); in EmitStringPointers() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1461 uint16_t strId = gateAccessor_.GetConstantValue(constId); in TypeCheck() local
1519 uint16_t strId = gateAccessor_.GetConstantValue(constId); in PGOTypeCheck() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1150 … char *GetFuncPropName([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strId) const in GetFuncPropName()
1155 … GetFuncPropNameOffset([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strId) const in GetFuncPropNameOffset()
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp1371 auto strId = panda_file::helpers::Read<sizeof(uint32_t)>(&sp); in ResolveLiteralArray() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp398 auto strId = panda_file::helpers::Read<sizeof(T)>(&sp); in FillLiteralArrayData() local