| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.h | 111 void AddFunction(FunctionEmitter *func, CompilerContext *context);
|
| D | emitter.cpp | 456 void Emitter::AddFunction(FunctionEmitter *func, CompilerContext *context) in AddFunction() function in panda::es2panda::compiler::Emitter
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | debug_info.h | 160 …void AddFunction(CompUnit *cu, Dwarf_Addr low_pc, Dwarf_Addr high_pc, const std::string &function);
|
| D | debug_info.cpp | 335 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
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | debug_info.h | 161 … void AddFunction(CompUnit *cu, Dwarf_Addr lowPc, Dwarf_Addr highPc, const std::string &function);
|
| D | debug_info.cpp | 419 AddFunction(cu, lowPc, highPc, fname); in TraverseSiblings() 432 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/binder/ |
| D | scope.cpp | 590 return AddFunction<LocalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding() 708 return AddFunction<GlobalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding() 785 AddFunction<ModuleVariable>(allocator, currentVariable, newDecl, extension) : in AddBinding() 786 AddFunction<LocalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding()
|
| D | scope.h | 598 bool AddFunction(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, 1246 bool VariableScope::AddFunction(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddFunction() function
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 458 return AddFunction<LocalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding() 505 return AddFunction<GlobalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding() 603 return AddFunction<LocalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding()
|
| D | scope.h | 406 Variable *AddFunction(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, 966 Variable *VariableScope::AddFunction(ArenaAllocator *allocator, Variable *currentVariable, Decl *ne… in AddFunction() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | clone.cpp | 122 mirBuilder.GetMirModule().AddFunction(newFunc); in CloneFunction()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compileQueue.cpp | 50 context_->GetEmitter()->AddFunction(&funcEmitter, context_); in Run()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_module.h | 330 void AddFunction(MIRFunction *pf) in AddFunction() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 293 module.AddFunction(&function); in CreateFunctionInternal()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 1024 static void AddFunction(EcmaVM *vm, Local<ObjectRef> &proto); 1091 AddFunction(vm, proto); in NewClassFunction() 1158 void Greeter::AddFunction(EcmaVM *vm, Local<ObjectRef> &proto) in AddFunction() function in panda::test::Greeter
|