Home
last modified time | relevance | path

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

/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/runtime_core/static_core/libpandabase/os/
Ddebug_info.cpp432 void DebugInfo::AddFunction(CompUnit *cu, Dwarf_Addr lowPc, Dwarf_Addr highPc, const std::string &f… in AddFunction() function in ark::DebugInfo
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp718 void Emitter::AddFunction(FunctionEmitter *func, CompilerContext *context) in AddFunction() function in panda::es2panda::compiler::Emitter
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h1001 Variable *VariableScope::AddFunction(ArenaAllocator *allocator, Variable *currentVariable, Decl *ne… in AddFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h303 void AddFunction(MIRFunction *pf) in AddFunction() function
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h1246 bool VariableScope::AddFunction(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddFunction() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1158 void Greeter::AddFunction(EcmaVM *vm, Local<ObjectRef> &proto) in AddFunction() function in panda::test::Greeter