Home
last modified time | relevance | path

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

/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.cpp97 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() local
299 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() local
Daot_compiler_preprocessor.cpp239 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in AnalyzeGraph() local
445 std::string fullName = IRModule::GetFuncName(methodLiteral, jsPandaFile); in IsSkipMethod() local
Dts_inline_lowering.cpp167 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/
Dfunction_call_timer.cpp56 CString fullName = funcName + "@" + recordName; in GetFullName() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp299 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()
DETSCompiler.cpp1051 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/
Daspt_converter.cpp145 std::string fullName = className + "::"; in BuildMethodsMapHelper() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.cpp355 …const util::StringView fullName = etsg_->FormClassPropReference(staticObjRef_->AsETSObjectType(), … in SetValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp113 std::string fullName = originalFunction.GetBaseClassName(); in CloneFunction() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp2555 static std::string GetFuncNameWithoutArgs(const std::string &fullName) in GetFuncNameWithoutArgs()