Searched defs:fullName (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/test/moduletest/builtins/ |
H A D | builtinsir.js | |
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | pass_manager.cpp | 97 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() member [all...] |
H A D | aot_compiler_preprocessor.cpp | 237 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in AnalyzeGraph() local 439 std::string fullName = IRModule::GetFuncName(methodLiteral, jsPandaFile); in IsSkipMethod() local
|
H A 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/ |
H A D | function_call_timer.cpp | 56 CString fullName = funcName + "@" + recordName; in GetFullName() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | lreference.cpp | 355 const util::StringView fullName = etsg_->FormClassPropReference(staticObjRef_->AsETSObjectType(), propName); in SetValue() local 360 etsg_->StoreStaticProperty(Node(), memberExprTsType, fullName); in SetValue() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSCompiler.cpp | 1052 const auto fullName = etsg->FormClassPropReference(objectType->AsETSObjectType(), propName); in Compile() local 1112 util::StringView fullName = etsg->FormClassPropReference(expr->Object()->TsType()->AsETSObjectType(), propName); in HandleStaticProperties() local
|
H A D | ETSGen.cpp | 302 auto fullName = FormClassPropReference(var); in LoadVar() local 307 const auto fullName = FormClassPropReference(GetVRegType(GetThisReg())->AsETSObjectType(), var->Name()); in LoadVar() local 336 auto fullName = FormClassPropReference(result.variable); in StoreVar() local 360 std::string fullName = classType->AssemblerName().Mutf8(); in FormClassPropReference() local 387 util::StringView fullName = FormClassPropReference(containingObjectType_, name); StoreStaticOwnProperty() local 391 StoreStaticProperty(const ir::AstNode *const node, const checker::Type *propType, const util::StringView &fullName) StoreStaticProperty() argument 403 LoadStaticProperty(const ir::AstNode *const node, const checker::Type *propType, const util::StringView &fullName) LoadStaticProperty() argument 420 const auto fullName = FormClassPropReference(GetVRegType(objReg)->AsETSObjectType(), name); StoreProperty() local 431 LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg objReg, const util::StringView &fullName) LoadProperty() argument [all...] |
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-parser.cpp | 2555 static std::string GetFuncNameWithoutArgs(const std::string &fullName) in GetFuncNameWithoutArgs() argument
|
Completed in 13 milliseconds