Searched defs:clz (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 50 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() 404 auto clz = static_cast<panda_file::BaseClassItem *>(knownItems_[fm->GetClassItem()]); in MergeForeignMethod() local 425 …ext::MergeForeignMethodCreate(const panda_file::FileReader *reader, panda_file::BaseClassItem *clz, in MergeForeignMethodCreate() 492 auto clz = static_cast<panda_file::BaseClassItem *>(knownItems_[ff->GetClassItem()]); in MergeForeignField() local 526 …text::MergeForeignFieldCreate(const panda_file::FileReader *reader, panda_file::BaseClassItem *clz, in MergeForeignFieldCreate() 748 auto clz = static_cast<panda_file::BaseClassItem *>(clzIt->second); in AnnotFromOld() local
|
| D | linker_context_misc.cpp | 74 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/ |
| D | namemangler.cpp | 240 size_t clz = static_cast<size_t>(__builtin_clzll(v)); in GetUleb128Size() local
|