Home
last modified time | relevance | path

Searched defs:fullName (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/
Dani_signature_builder.cpp229 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/
Dclass_accessor.ts21 get fullName(): string { method in Employee
25 set fullName(newName: string) { method in Employee
/arkcompiler/ets_runtime/test/moduletest/objectgetownproperty/
Dobjectgetownproperty.js30 get fullName() { getter
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsir.js38 fullName: function(city, country) { method
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp86 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() local
287 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() local
Daot_compiler_preprocessor.cpp238 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in AnalyzeGraph() local
434 std::string fullName = IRModule::GetFuncName(methodLiteral, jsPandaFile); in IsSkipMethod() local
Dts_inline_lowering.cpp165 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/
Dfunction_call_timer.cpp56 CString fullName = funcName + "@" + recordName; in GetFullName() local
/arkcompiler/runtime_core/static_core/tools/sampler/
Daspt_converter.cpp148 std::string fullName = className + "::"; in BuildMethodsMapHelper() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp312 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
DETSCompiler.cpp953 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/
Dlreference.cpp355 …const util::StringView fullName = etsg_->FormClassPropReference(staticObjRef_->AsETSObjectType(), … in SetValue() local
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dhelpers_static.cpp43 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
Dabckit_static.cpp191 auto fullName = klass->GetArkTSImpl()->impl.GetStaticClass()->name; in AssignClasses() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/static/add_log/
Dadd_log_static_test.cpp189 auto fullName = fullSig.substr(0, fullSig.find(':')); in GetMethodName() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/add_try_catch/
Dadd_try_catch_test.cpp102 auto fullName = fullSig.substr(0, fullSig.find(':')); in GetMethodName() local
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers.cpp571 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/
Dadd_log_dynamic_test.cpp244 auto fullName = fullSig.substr(0, fullSig.find(':')); in GetMethodName() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp2611 static std::string GetFuncNameWithoutArgs(const std::string &fullName) in GetFuncNameWithoutArgs()
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp2260 CString fullName = name + "$" + ToCString(slot); in GetClosureScopeChains() local