Home
last modified time | relevance | path

Searched refs:AddFunction (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp310 return AddFunction<LocalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding()
348 return AddFunction<GlobalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding()
420 AddFunction<ModuleVariable>(allocator, currentVariable, newDecl, extension) : in AddBinding()
421 AddFunction<LocalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding()
Dscope.h430 bool AddFunction(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl,
862 bool VariableScope::AddFunction(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddFunction() function
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.h109 void AddFunction(FunctionEmitter *func, CompilerContext *context);
Demitter.cpp381 void Emitter::AddFunction(FunctionEmitter *func, CompilerContext *context) in AddFunction() function in panda::es2panda::compiler::Emitter
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp48 context_->GetEmitter()->AddFunction(&funcEmitter, context_); in Run()
/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.h160 …void AddFunction(CompUnit *cu, Dwarf_Addr low_pc, Dwarf_Addr high_pc, const std::string &function);
Ddebug_info.cpp335 AddFunction(cu, low_pc, high_pc, fname); in TraverseSiblings()
348 void DebugInfo::AddFunction(CompUnit *cu, Dwarf_Addr low_pc, Dwarf_Addr high_pc, const std::string … in AddFunction() function in panda::DebugInfo