Home
last modified time | relevance | path

Searched defs:AddClass (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/dprofiler/
Ddprofiler.cpp74 void DProfiler::AddClass(const Class *klass) in AddClass() function in ark::DProfiler
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.h85 void AddClass(uint32_t classindex) const in AddClass() function
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker_extension.cpp213 Class *ClassLinkerExtension::AddClass(Class *klass) in AddClass() function in ark::ClassLinkerExtension
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp725 void MIRModule::AddClass(TyIdx tyIdx) in AddClass() function in maple::MIRModule
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dts2ets_copy.cpp459 void AddClass(ark::Class *klass) in AddClass() function in ark::ets::interop::js::EtsArgsClassesCollector
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h1283 bool VariableScope::AddClass(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl) in AddClass() function