Searched defs:clz (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/static_linker/ |
| H A D | linker_context_misc.cpp | 74 void ReprMethod(std::ostream &o, panda_file::StringItem *name, panda_file::BaseClassItem *clz, panda_file::ProtoItem *p) in ReprMethod() argument
|
| H A 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_file::FieldItem *oi) in MergeField() argument 221 void Context::MergeMethod(const panda_file::FileReader *reader, panda_file::ClassItem *clz, panda_file::MethodItem *oi) in MergeMethod() argument 404 auto clz = static_cast<panda_file::BaseClassItem *>(knownItems_[fm->GetClassItem()]); MergeForeignMethod() local 425 MergeForeignMethodCreate(const panda_file::FileReader *reader, panda_file::BaseClassItem *clz, panda_file::ForeignMethodItem *fm) MergeForeignMethodCreate() argument 492 auto clz = static_cast<panda_file::BaseClassItem *>(knownItems_[ff->GetClassItem()]); MergeForeignField() local 526 MergeForeignFieldCreate(const panda_file::FileReader *reader, panda_file::BaseClassItem *clz, panda_file::ForeignFieldItem *ff) MergeForeignFieldCreate() argument 748 auto clz = static_cast<panda_file::BaseClassItem *>(clzIt->second); AnnotFromOld() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| H A D | namemangler.cpp | 242 size_t clz = static_cast<size_t>(__builtin_clzll(v)); in GetUleb128Size() local
|
Completed in 2 milliseconds