/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
D | function_call_timer.cpp | 54 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/ |
D | strictmode.test.ts | 59 let funcName = jshelpers.getTextOfIdentifierOrLiteral(funcId); variable
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | functionDeclaration.cpp | 45 const util::StringView &funcName = func_->Id()->Name(); in Check() local
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | patchFix.cpp | 127 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/ |
D | debug_info.cpp | 68 const std::string &DebugInfo::GetComment(const std::string &funcName, size_t index) const in GetComment() argument
|
D | circuit.cpp | 24 Circuit::Circuit(NativeAreaAllocator* allocator, DebugInfo* debugInfo, const char* funcName, bool i… in Circuit()
|
D | file_generators.cpp | 113 std::string funcName(LLVMGetValueName2(func, reinterpret_cast<size_t *>(&length))); in CollectFuncEntryInfo() local
|
D | llvm_codegen.cpp | 556 DWARFContext *ctx, LLVMModule* module, const std::string &funcName) in GetCalleeReg2Offset()
|
D | llvm_ir_builder.cpp | 61 const std::string &funcName) in LLVMIRBuilder()
|
/arkcompiler/ets_frontend/ts2panda/tests/statements/ |
D | functionDeclaration.test.ts | 50 let funcName = "foo"; variable
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | compilerStatistics.ts | 116 private funcName: string; property in HistogramStatistics
|
D | ts2panda.ts | 370 let funcName = pg.internalName; variable
|
D | scope.ts | 466 private funcName: string = ""; property in FunctionScope
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | typeExtractorEmitter.cpp | 47 bool TypeExtractorEmitter::IsFuncMain0(const std::string &funcName, bool isMergeAbc) const in IsFuncMain0() argument
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc.cpp | 184 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/ |
D | js_pandafile_manager_test.cpp | 271 …JSHandle<JSTaggedValue> funcName = JSFunction::GetFunctionName(thread, JSHandle<JSFunctionBase>(ma… in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_function.cpp | 149 std::string funcName = target->ParseFunctionName(); in NameGetter() local
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_private.cpp | 233 JSHandle<JSTaggedValue> funcName(factory->NewFromASCII(name)); in CreateGetter() local
|
/arkcompiler/toolchain/tooling/agent/ |
D | debugger_impl.cpp | 1261 auto funcName = Local<FunctionRef>(value)->GetName(vm_)->ToString(); in GetLocalVariables() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | method_type_infer.cpp | 1397 auto funcName = gateAccessor_.GetValueIn(func, 1); in TypeCheck() local
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_source_text.cpp | 309 auto funcName = (moduleType == ModuleTypes::NATIVE_MODULE) ? in GetRequireNativeModuleFunc() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins.cpp | 3038 JSHandle<JSTaggedValue> funcName(factory_->NewFromUtf8(name)); in CreateGetter() local 3049 JSHandle<JSTaggedValue> funcName(factory_->NewFromUtf8(name)); in CreateSetter() local
|