Home
last modified time | relevance | path

Searched defs:funcName (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dfunction_call_timer.cpp54 CString funcName(method->GetMethodName()); in GetFullName() local
65 CString funcName = GetFullName(method); in InitialStatAndTimer() local
72 CString funcName = GetFullName(method); in InitialStatAndTimer() local
/arkcompiler/ets_frontend/ts2panda/tests/strictmode/
Dstrictmode.test.ts59 let funcName = jshelpers.getTextOfIdentifierOrLiteral(funcId); variable
/arkcompiler/ets_frontend/es2panda/ir/statements/
DfunctionDeclaration.cpp45 const util::StringView &funcName = func_->Id()->Name(); in Check() local
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp127 bool PatchFix::IsAnonymousOrSpecialOrDuplicateFunction(const std::string &funcName) in IsAnonymousOrSpecialOrDuplicateFunction()
139 void PatchFix::CollectFunctionsWithDefinedClasses(std::string funcName, std::string className) in CollectFunctionsWithDefinedClasses()
269 auto funcName = scope->AsFunctionVariableScope()->InternalName(); in IsScopeValidToPatchLexical() local
454 bool PatchFix::CompareLexenv(const std::string &funcName, const compiler::PandaGen *pg, in CompareLexenv()
544 std::string funcName = func->name; in HandleFunction() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Ddebug_info.cpp68 const std::string &DebugInfo::GetComment(const std::string &funcName, size_t index) const in GetComment() argument
Dcircuit.cpp24 Circuit::Circuit(NativeAreaAllocator* allocator, DebugInfo* debugInfo, const char* funcName, bool i… in Circuit()
Dfile_generators.cpp113 std::string funcName(LLVMGetValueName2(func, reinterpret_cast<size_t *>(&length))); in CollectFuncEntryInfo() local
Dllvm_codegen.cpp556 DWARFContext *ctx, LLVMModule* module, const std::string &funcName) in GetCalleeReg2Offset()
Dllvm_ir_builder.cpp61 const std::string &funcName) in LLVMIRBuilder()
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DfunctionDeclaration.test.ts50 let funcName = "foo"; variable
/arkcompiler/ets_frontend/ts2panda/src/
DcompilerStatistics.ts116 private funcName: string; property in HistogramStatistics
Dts2panda.ts370 let funcName = pg.internalName; variable
Dscope.ts466 private funcName: string = ""; property in FunctionScope
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.cpp47 bool TypeExtractorEmitter::IsFuncMain0(const std::string &funcName, bool isMergeAbc) const in IsFuncMain0() argument
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp184 static bool IsFuncMain0(std::string funcName) in IsFuncMain0()
524 std::string funcName = ""; in GetFunctionDefintion() local
763 std::string funcName = ""; in ParseFunctionExportedType() local
790 std::string funcName = ""; in ParseFunctionDeclaredType() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp271 …JSHandle<JSTaggedValue> funcName = JSFunction::GetFunctionName(thread, JSHandle<JSFunctionBase>(ma… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp149 std::string funcName = target->ParseFunctionName(); in NameGetter() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp233 JSHandle<JSTaggedValue> funcName(factory->NewFromASCII(name)); in CreateGetter() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1261 auto funcName = Local<FunctionRef>(value)->GetName(vm_)->ToString(); in GetLocalVariables() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1397 auto funcName = gateAccessor_.GetValueIn(func, 1); in TypeCheck() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp309 auto funcName = (moduleType == ModuleTypes::NATIVE_MODULE) ? in GetRequireNativeModuleFunc() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3038 JSHandle<JSTaggedValue> funcName(factory_->NewFromUtf8(name)); in CreateGetter() local
3049 JSHandle<JSTaggedValue> funcName(factory_->NewFromUtf8(name)); in CreateSetter() local