Searched refs:AddClass (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/dprofiler/ |
H A D | dprofiler.cpp | 38 dprofiler_->AddClass(klass); 74 void DProfiler::AddClass(const Class *klass) in AddClass() function in ark::DProfiler
|
H A D | dprofiler.h | 53 void AddClass(const Class *klass);
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | class_linker_extension.cpp | 93 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 D | profile_saver.cpp | 213 it->AddClass(classfieldid.GetOffset()); in CallBackTranverseResolvedClassAndMethods() 215 tmpResolvedClasses.AddClass(classfieldid.GetOffset()); in CallBackTranverseResolvedClassAndMethods()
|
H A D | profile_dump_info.h | 85 void AddClass(uint32_t classindex) const in AddClass() function
|
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | scope.cpp | 593 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 D | scope.h | 602 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 D | ts2ets_copy.cpp | 448 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 D | class_linker_extension.h | 251 Class *AddClass(Class *klass);
|
Completed in 9 milliseconds