Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp443 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()
Dscope.h466 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/
Demitter.h111 void AddFunction(FunctionEmitter *func, CompilerContext *context);
Demitter.cpp426 void Emitter::AddFunction(FunctionEmitter *func, CompilerContext *context) in AddFunction() function in panda::es2panda::compiler::Emitter
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp48 context_->GetEmitter()->AddFunction(&funcEmitter, context_); in Run()
/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 panda::DebugInfo
/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/ets_frontend/ets2panda/varbinder/
Dscope.cpp393 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()
Dscope.h390 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/
Dclone.cpp122 mirBuilder.GetMirModule().AddFunction(newFunc); in CloneFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h328 void AddFunction(MIRFunction *pf) in AddFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp287 module.AddFunction(&function); in CreateFunctionInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_import.cpp950 mod.AddFunction(fn); in ReadFunctionBodyField()
Dparser.cpp2166 mod.AddFunction(func); in ParseFunction()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1038 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