Home
last modified time | relevance | path

Searched refs:AddClass (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/dprofiler/
H A Ddprofiler.cpp38 dprofiler_->AddClass(klass);
74 void DProfiler::AddClass(const Class *klass) in AddClass() function in ark::DProfiler
H A Ddprofiler.h53 void AddClass(const Class *klass);
/arkcompiler/runtime_core/static_core/runtime/
H A Dclass_linker_extension.cpp93 AddClass(arrayClass); in InitializeArrayClassRoot()
107 AddClass(primitiveClass); in InitializePrimitiveClassRoot()
213 Class *ClassLinkerExtension::AddClass(Class *klass) in AddClass() function in ark::ClassLinkerExtension
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H A Dprofile_saver.cpp213 it->AddClass(classfieldid.GetOffset()); in CallBackTranverseResolvedClassAndMethods()
215 tmpResolvedClasses.AddClass(classfieldid.GetOffset()); in CallBackTranverseResolvedClassAndMethods()
H A Dprofile_dump_info.h85 void AddClass(uint32_t classindex) const in AddClass() function
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp593 return AddClass<LocalVariable>(allocator, currentVariable, newDecl); in AddBinding()
711 return AddClass<LocalVariable>(allocator, currentVariable, newDecl); in AddBinding()
790 AddClass<ModuleVariable>(allocator, currentVariable, newDecl) : in AddBinding()
791 AddClass<LocalVariable>(allocator, currentVariable, newDecl); in AddBinding()
H A Dscope.h602 bool AddClass(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl);
1283 bool VariableScope::AddClass(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl) in AddClass() function in VariableScope
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dts2ets_copy.cpp448 AddClass(klass);
456 AddClass(klass);
459 void AddClass(ark::Class *klass) in AddClass() function in ark::ets::interop::js::final
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_linker_extension.h251 Class *AddClass(Class *klass);

Completed in 9 milliseconds