| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/ |
| D | ani_signature_builder.cpp | 229 Module Builder::BuildModule(std::string_view fullName) in BuildModule() 238 Namespace Builder::BuildNamespace(std::initializer_list<std::string_view> fullName) in BuildNamespace() 248 Namespace Builder::BuildNamespace(std::string_view fullName) in BuildNamespace() 258 Type Builder::BuildClass(std::initializer_list<std::string_view> fullName) in BuildClass() 264 Type Builder::BuildClass(std::string_view fullName) in BuildClass() 270 Type Builder::BuildEnum(std::initializer_list<std::string_view> fullName) in BuildEnum() 276 Type Builder::BuildEnum(std::string_view fullName) in BuildEnum() 282 Type Builder::BuildPartial(std::initializer_list<std::string_view> fullName) in BuildPartial() 288 Type Builder::BuildPartial(std::string_view fullName) in BuildPartial() 294 Type Builder::BuildRequired(std::initializer_list<std::string_view> fullName) in BuildRequired() [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/ |
| D | class_accessor.ts | 21 get fullName(): string { method in Employee 25 set fullName(newName: string) { method in Employee
|
| /arkcompiler/ets_runtime/test/moduletest/objectgetownproperty/ |
| D | objectgetownproperty.js | 30 get fullName() { getter
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsir.js | 38 fullName: function(city, country) { method
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass_manager.cpp | 86 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() local 287 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() local
|
| D | aot_compiler_preprocessor.cpp | 238 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in AnalyzeGraph() local 434 std::string fullName = IRModule::GetFuncName(methodLiteral, jsPandaFile); in IsSkipMethod() local
|
| D | ts_inline_lowering.cpp | 165 std::string fullName = methodName + "@" + recordName + "@" + fileName; in TryInline() local 221 std::string fullName = methodName + "@" + std::string(recordName) + "@" + fileName; in InlineCall() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | function_call_timer.cpp | 56 CString fullName = funcName + "@" + recordName; in GetFullName() local
|
| /arkcompiler/runtime_core/static_core/tools/sampler/ |
| D | aspt_converter.cpp | 148 std::string fullName = className + "::"; in BuildMethodsMapHelper() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 312 auto fullName = FormClassPropReference(var); in LoadVar() local 318 …const auto fullName = FormClassPropReference(GetVRegType(GetThisReg())->AsETSObjectType(), var->Na… in LoadVar() local 347 auto fullName = FormClassPropReference(result.variable); in StoreVar() local 383 util::StringView fullName = FormClassPropReference(containingObjectType_, name); in StoreStaticOwnProperty() local 388 const util::StringView &fullName) in StoreStaticProperty() 400 const util::StringView &fullName) in LoadStaticProperty() 419 const auto fullName = FormClassPropReference(objType, name); in StoreProperty() local 431 const util::StringView &fullName) in LoadProperty() 449 const auto fullName = FormClassPropReference(metaObj, propName); in StorePropertyByName() local 468 const auto fullName = FormClassPropReference(metaObj, propName); in LoadPropertyByName() local
|
| D | ETSCompiler.cpp | 953 const auto fullName = etsg->FormClassPropReference(objectType->AsETSObjectType(), propName); in Compile() local 992 util::StringView const fullName = in HandleStaticProperties() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lreference.cpp | 355 …const util::StringView fullName = etsg_->FormClassPropReference(staticObjRef_->AsETSObjectType(), … in SetValue() local
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | helpers_static.cpp | 43 std::tuple<std::string, std::string> ClassGetNames(const std::string &fullName) in ClassGetNames() 63 auto fullName = fullSig.substr(0, fullSig.find(':')); in FuncGetNames() local 73 auto fullName = fullSig.substr(0, fullSig.find(':')); in FuncNameCropModule() local
|
| D | abckit_static.cpp | 191 auto fullName = klass->GetArkTSImpl()->impl.GetStaticClass()->name; in AssignClasses() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/static/add_log/ |
| D | add_log_static_test.cpp | 189 auto fullName = fullSig.substr(0, fullSig.find(':')); in GetMethodName() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/add_try_catch/ |
| D | add_try_catch_test.cpp | 102 auto fullName = fullSig.substr(0, fullSig.find(':')); in GetMethodName() local
|
| /arkcompiler/runtime_core/libabckit/tests/helpers/ |
| D | helpers.cpp | 571 auto fullName = fullSig.substr(0, fullSig.find(':')); in GetCropFuncName() local 587 static std::pair<std::string, std::string> SplitFunctionName(const std::string &fullName) in SplitFunctionName() 743 auto fullName = helpers::AbckitStringToString(g_implI->functionGetName(method)); in MethodByNameFinder() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/add_log/ |
| D | add_log_dynamic_test.cpp | 244 auto fullName = fullSig.substr(0, fullSig.find(':')); in GetMethodName() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-parser.cpp | 2611 static std::string GetFuncNameWithoutArgs(const std::string &fullName) in GetFuncNameWithoutArgs()
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | debugger_impl.cpp | 2260 CString fullName = name + "$" + ToCString(slot); in GetClosureScopeChains() local
|