Home
last modified time | relevance | path

Searched defs:clz (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp78 auto clz = cont_.GetOrCreateForeignClassItem(name); in Merge() local
138 auto clz = cont_.GetOrCreateClassItem(name); in AddRegularClasses() local
193 void Context::MergeField(const panda_file::FileReader *reader, panda_file::ClassItem *clz, panda_fi… in MergeField()
212 void Context::MergeMethod(const panda_file::FileReader *reader, panda_file::ClassItem *clz, panda_f… in MergeMethod()
395 auto clz = static_cast<panda_file::BaseClassItem *>(knownItems_[fm->GetClassItem()]); in MergeForeignMethod() local
416 …ext::MergeForeignMethodCreate(const panda_file::FileReader *reader, panda_file::BaseClassItem *clz, in MergeForeignMethodCreate()
472 auto clz = static_cast<panda_file::BaseClassItem *>(knownItems_[ff->GetClassItem()]); in MergeForeignField() local
510 …text::MergeForeignFieldCreate(const panda_file::FileReader *reader, panda_file::BaseClassItem *clz, in MergeForeignFieldCreate()
732 auto clz = static_cast<panda_file::BaseClassItem *>(clzIt->second); in AnnotFromOld() local
Dlinker_context_misc.cpp74 void ReprMethod(std::ostream &o, panda_file::StringItem *name, panda_file::BaseClassItem *clz, pand… in ReprMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp481 size_t clz = static_cast<size_t>(__builtin_clzll(v)); in GetUleb128Size() local