Home
last modified time | relevance | path

Searched defs:fullName (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/builtins/
H A Dbuiltinsir.js
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpass_manager.cpp97 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() member
[all...]
H A Daot_compiler_preprocessor.cpp237 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in AnalyzeGraph() local
439 std::string fullName = IRModule::GetFuncName(methodLiteral, jsPandaFile); in IsSkipMethod() local
H A 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/
H A Dfunction_call_timer.cpp56 CString fullName = funcName + "@" + recordName; in GetFullName() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlreference.cpp355 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 DETSCompiler.cpp1052 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 DETSGen.cpp302 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 Dassembly-parser.cpp2555 static std::string GetFuncNameWithoutArgs(const std::string &fullName) in GetFuncNameWithoutArgs() argument

Completed in 13 milliseconds