Searched defs:fullName (Results 1 – 13 of 13) sorted by relevance
| /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 | 97 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() local 299 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() local
|
| D | aot_compiler_preprocessor.cpp | 239 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in AnalyzeGraph() local 445 std::string fullName = IRModule::GetFuncName(methodLiteral, jsPandaFile); in IsSkipMethod() local
|
| D | ts_inline_lowering.cpp | 167 std::string fullName = methodName + "@" + recordName + "@" + fileName; in TryInline() local 217 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/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 299 auto fullName = FormClassPropReference(var); in LoadVar() local 304 …const auto fullName = FormClassPropReference(GetVRegType(GetThisReg())->AsETSObjectType(), var->Na… in LoadVar() local 333 auto fullName = FormClassPropReference(result.variable); in StoreVar() local 357 std::string fullName = classType->AssemblerName().Mutf8(); in FormClassPropReference() local 384 util::StringView fullName = FormClassPropReference(containingObjectType_, name); in StoreStaticOwnProperty() local 389 const util::StringView &fullName) in StoreStaticProperty() 401 const util::StringView &fullName) in LoadStaticProperty() 417 const auto fullName = FormClassPropReference(GetVRegType(objReg)->AsETSObjectType(), name); in StoreProperty() local 429 const util::StringView &fullName) in LoadProperty()
|
| D | ETSCompiler.cpp | 1051 const auto fullName = etsg->FormClassPropReference(objectType->AsETSObjectType(), propName); in Compile() local 1111 …util::StringView fullName = etsg->FormClassPropReference(expr->Object()->TsType()->AsETSObjectType… in HandleStaticProperties() local
|
| /arkcompiler/runtime_core/static_core/tools/sampler/ |
| D | aspt_converter.cpp | 145 std::string fullName = className + "::"; in BuildMethodsMapHelper() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lreference.cpp | 355 …const util::StringView fullName = etsg_->FormClassPropReference(staticObjRef_->AsETSObjectType(), … in SetValue() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | clone.cpp | 113 std::string fullName = originalFunction.GetBaseClassName(); in CloneFunction() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-parser.cpp | 2555 static std::string GetFuncNameWithoutArgs(const std::string &fullName) in GetFuncNameWithoutArgs()
|