Home
last modified time | relevance | path

Searched defs:sd (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcommon.cpp36 const auto sd = pfile.GetStringData(panda_file::File::EntityId(offset)); in GetStringFromPandaFile() local
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.h180 static std::string StringDataToString(panda_file::File::StringData sd) in StringDataToString() argument
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.h180 static inline std::string StringDataToString(panda_file::File::StringData sd) in StringDataToString() argument
206 const auto sd = file_->GetStringData(panda_file::File::EntityId(offset)); in GetStringByOffset() local
/arkcompiler/runtime_core/abc2program/common/
H A Dabc2program_entity_container.cpp42 panda_file::File::StringData sd = file_.GetStringData(entity_id); in GetStringById() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
H A Dmodule_data_accessor.cpp112 auto sd = pandaFile_->GetStringData(panda_file::File::EntityId(localNameOffset)); in ReadRegularImportEntry() local
132 auto sd = pandaFile_->GetStringData(panda_file::File::EntityId(localNameOffset)); in ReadNamespaceImportEntry() local
157 auto sd = pandaFile_->GetStringData(panda_file::File::EntityId(localNameOffset)); in EnumerateLocalExportEntry() local
196 auto sd = pandaFile_->GetStringData(panda_file::File::EntityId(exportNameOffset)); EnumerateIndirectExportEntry() local
[all...]
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_data_extractor.cpp74 StringData sd = jsPandaFile->GetStringData(panda_file::File::EntityId(requestModules[idx])); in ExtractModuleDatas() local
167 StringData sd = jsPandaFile->GetStringData(EntityId(recordInfo->jsonStringId)); in JsonParse() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass-inl.h410 panda_file::File::StringData sd = {static_cast<uint32_t>(ark::utf::MUtf8ToUtf16Size(mutf8Name)), mutf8Name}; in GetInstanceFieldByName() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile.cpp402 panda_file::StringData sd = iter->second; in GetMethodName() local
407 auto sd = GetStringData(mda.GetNameId()); GetMethodName() local
415 auto sd = GetStringData(mda.GetNameId()); GetCpuProfilerMethodName() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_class.cpp503 panda_file::File::StringData sd = {static_cast<uint32_t>(ark::utf::MUtf8ToUtf16Size(u8name)), u8name}; in GetFieldIndexByName() local
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string_table.cpp564 panda_file::File::StringData sd = jsPandaFile->GetStringData(EntityId(id)); in RelocateConstantData() local
H A Dobject_factory.cpp3254 EcmaString *ObjectFactory::GetRawStringFromStringTable(StringData sd, MemSpaceType type, bool isConstantString, in GetRawStringFromStringTable() argument
3274 EcmaString *ObjectFactory::GetRawStringFromStringTableWithoutJSHandle(StringData sd, MemSpaceType type, in GetRawStringFromStringTableWithoutJSHandle() argument
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabs_int_inl.h232 static PandaString StringDataToString(panda_file::File::StringData sd) in StringDataToString() argument

Completed in 30 milliseconds