Home
last modified time | relevance | path

Searched refs:GetStr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp75 ASSERT(name == GetStr(i->GetNameItem())); in Merge()
96 auto name = GetStr(fc->GetNameItem()); in Merge()
355 …if (std::holds_alternative<bool>(res) || conf_.remainsPartial.count(GetStr(clz->GetNameItem())) !=… in MergeForeignMethod()
356 if (std::get<bool>(res) || conf_.remainsPartial.count(GetStr(clz->GetNameItem())) != 0) { in MergeForeignMethod()
440 if (conf_.remainsPartial.count(GetStr(clz->GetNameItem())) != 0) { in MergeForeignField()
733 if (auto iter = cm.find(GetStr(old->GetNameItem())); iter != cm.end()) { in ClassFromOld()
750 std::string Context::GetStr(const panda_file::StringItem *si) in GetStr() function in panda::static_linker::Context
760 return cont_.GetOrCreateStringItem(GetStr(s)); in StringFromOld()
Dlinker_context.h180 static std::string GetStr(const panda_file::StringItem *si);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfi.cpp102 emitter.Emit(v->GetStr()); in Visit()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcfi.h227 const MapleString &GetStr() const in GetStr() function