Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp50 auto clz = cont_.GetOrCreateForeignClassItem(name); in AddItemToKnown() local
147 auto clz = cont_.GetOrCreateClassItem(name); in AddRegularClasses() local
202 void Context::MergeField(const panda_file::FileReader *reader, panda_file::ClassItem *clz, panda_fi… in MergeField()
221 void Context::MergeMethod(const panda_file::FileReader *reader, panda_file::ClassItem *clz, panda_f… in MergeMethod()
407 auto clz = static_cast<panda_file::BaseClassItem *>(knownItems_[fm->GetClassItem()]); in MergeForeignMethod() local
428 …ext::MergeForeignMethodCreate(const panda_file::FileReader *reader, panda_file::BaseClassItem *clz, in MergeForeignMethodCreate()
499 auto clz = static_cast<panda_file::BaseClassItem *>(knownItems_[ff->GetClassItem()]); in MergeForeignField() local
533 …text::MergeForeignFieldCreate(const panda_file::FileReader *reader, panda_file::BaseClassItem *clz, in MergeForeignFieldCreate()
755 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/mem/
Ddynamic_object_operator.cpp49 JSTaggedValue clz(reinterpret_cast<TaggedObject *>(hclass)); in VisitObjectHClassImpl() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp240 size_t clz = static_cast<size_t>(__builtin_clzll(v)); in GetUleb128Size() local