Home
last modified time | relevance | path

Searched defs:AddFunction (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp381 void Emitter::AddFunction(FunctionEmitter *func, CompilerContext *context) in AddFunction() function in panda::es2panda::compiler::Emitter
/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.cpp348 void DebugInfo::AddFunction(CompUnit *cu, Dwarf_Addr low_pc, Dwarf_Addr high_pc, const std::string … in AddFunction() function in panda::DebugInfo
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h860 bool VariableScope::AddFunction(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddFunction() function