| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 443 return AddFunction<LocalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding() 481 return AddFunction<GlobalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding() 553 AddFunction<ModuleVariable>(allocator, currentVariable, newDecl, extension) : in AddBinding() 554 AddFunction<LocalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding()
|
| D | scope.h | 466 bool AddFunction(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, 989 bool VariableScope::AddFunction(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddFunction() function
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.h | 111 void AddFunction(FunctionEmitter *func, CompilerContext *context);
|
| D | emitter.cpp | 426 void Emitter::AddFunction(FunctionEmitter *func, CompilerContext *context) in AddFunction() function in panda::es2panda::compiler::Emitter
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compileQueue.cpp | 48 context_->GetEmitter()->AddFunction(&funcEmitter, context_); in Run()
|
| /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 panda::DebugInfo
|
| /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/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 393 return AddFunction<LocalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding() 418 return AddFunction<GlobalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding() 516 return AddFunction<LocalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding()
|
| D | scope.h | 390 Variable *AddFunction(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, 913 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_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_module.h | 328 void AddFunction(MIRFunction *pf) in AddFunction() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 287 module.AddFunction(&function); in CreateFunctionInternal()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_func_import.cpp | 950 mod.AddFunction(fn); in ReadFunctionBodyField()
|
| D | parser.cpp | 2166 mod.AddFunction(func); in ParseFunction()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 1038 static void AddFunction(EcmaVM *vm, Local<ObjectRef> &proto); 1105 AddFunction(vm, proto); in NewClassFunction() 1172 void Greeter::AddFunction(EcmaVM *vm, Local<ObjectRef> &proto) in AddFunction() function in panda::test::Greeter
|