Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context_misc.cpp74 void ReprMethod(std::ostream &o, panda_file::StringItem *name, panda_file::BaseClassItem *clz, panda_file::ProtoItem *p) in ReprMethod() argument
H A 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_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 Dnamemangler.cpp242 size_t clz = static_cast<size_t>(__builtin_clzll(v)); in GetUleb128Size() local

Completed in 2 milliseconds