Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.h111 void AddFunction(FunctionEmitter *func, CompilerContext *context);
Demitter.cpp456 void Emitter::AddFunction(FunctionEmitter *func, CompilerContext *context) in AddFunction() function in panda::es2panda::compiler::Emitter
/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
/arkcompiler/runtime_core/static_core/libpandabase/os/
Ddebug_info.h161 … void AddFunction(CompUnit *cu, Dwarf_Addr lowPc, Dwarf_Addr highPc, const std::string &function);
Ddebug_info.cpp419 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/
Dscope.cpp590 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()
Dscope.h598 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/
Dscope.cpp458 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()
Dscope.h406 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/
Dclone.cpp122 mirBuilder.GetMirModule().AddFunction(newFunc); in CloneFunction()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp50 context_->GetEmitter()->AddFunction(&funcEmitter, context_); in Run()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h330 void AddFunction(MIRFunction *pf) in AddFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp293 module.AddFunction(&function); in CreateFunctionInternal()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1024 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