Home
last modified time | relevance | path

Searched defs:resolved (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsIndexedAccessType.cpp77 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsIndexedAccessType.cpp41 checker::Type *resolved = GetType(checker); in Check() local
70 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DbaseAnalyzer.cpp69 bool resolved = false; in ResolveJump() local
H A DvalidateHelpers.cpp87 void ETSChecker::ValidateCallExpressionIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved, in ValidateCallExpressionIdentifier() argument
127 void ETSChecker::ValidateNewClassInstanceIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved) in ValidateNewClassInstanceIdentifier() argument
136 void ETSChecker::ValidateMemberIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved, in ValidateMemberIdentifier() argument
157 ValidatePropertyOrDeclaratorIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved) ValidatePropertyOrDeclaratorIdentifier() argument
173 ValidateAssignmentIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved, Type *const type) ValidateAssignmentIdentifier() argument
204 ValidateResolvedIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved) ValidateResolvedIdentifier() argument
[all...]
H A Dfunction.cpp1695 const auto *resolved = identNode->Variable(); in CheckCapturedVariable() local
H A Dhelpers.cpp43 auto *resolved = classType->GetProperty(name, searchFlags); in FindVariableInClassOrEnclosing() local
76 void ETSChecker::WrongContextErrorClassifyByType(ir::Identifier *ident, varbinder::Variable *const resolved) in WrongContextErrorClassifyByType() argument
244 auto *const resolved = ident->Variable(); in ResolveIdentifier() local
252 auto *resolved in ResolveIdentifier() local
[all...]
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.cpp188 auto *resolved = scopeIter->FindLocal(name, options); in FindInGlobal() local
/arkcompiler/ets_frontend/ets2panda/util/
H A Darktsconfig.cpp403 std::string resolved = path; in ResolvePath() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_ark_interface.cpp658 auto resolved = runtime_->ResolveVirtualMethod(klass, callee->second); in ResolveVirtual() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1868 checker::Type *resolved = node->GetType(checker); in Check() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp736 auto *resolved = obj->ClassAddr<Class>()->ResolveVirtualMethod(callee); in ResolveVirtualCallEntrypoint() local
756 auto *resolved = objKlass->ResolveVirtualMethod(method); in ResolveVirtualCallAotEntrypoint() local
806 auto *resolved = handleObj.GetPtr()->ClassAddr<Class>()->ResolveVirtualMethod(method); ResolveUnknownVirtualCallEntrypoint() local
1332 auto *resolved = cls->ResolveVirtualMethod(callee); ResolveVirtualMethod() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter-inl.h3440 auto *resolved = cls->ResolveVirtualMethod(method); in HandleVirtualCall() local

Completed in 26 milliseconds