| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| H A D | builtinsobject.js | |
| /arkcompiler/ets_runtime/test/aottest/regressioncase/ |
| H A D | regressioncase.js | |
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | memberExpressionBuilder.h | 35 MemberExpressionBuilder &SetProperty(Expression *prop) in SetProperty() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsQualifiedName.cpp | 40 binder::Variable *prop = checker->GetPropertyOfType(baseType, right_->Name()); in Check() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A D | typeElaborationContext.cpp | 108 const ir::Property *prop = it->AsProperty(); in Start() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| H A D | typeElaborationContext.cpp | 98 Type *ObjectElaborationContext::NonComputedPropKeyType(ir::Property *prop) in NonComputedPropKeyType() argument 128 ir::Property *prop = it->AsProperty(); in Start() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | visualizer_printer.cpp | 49 void VisualizerPrinter::PrintProperty(const char *prop, const ArenaString &value) in PrintProperty() argument 58 void VisualizerPrinter::PrintProperty(const char *prop, int value) in PrintProperty() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| H A D | worker_thread.h | 96 GiveTasksToAnotherWorker(const AddTaskToWorkerFunc &addTaskFunc, size_t taskCount, size_t id, Properties... prop) GiveTasksToAnotherWorker() argument
|
| H A D | task.cpp | 31 void TaskLifeTimeAggregator::GetTimeOfTaskExecutionFinishAndStoreTimeStats(TaskProperties prop) in GetTimeOfTaskExecutionFinishAndStoreTimeStats() argument 154 std::ostream &operator<<(std::ostream &os, TaskProperties prop) in operator <<() argument
|
| H A D | worker_thread.cpp | 111 auto prop = task->GetTaskProperties(); in ExecuteTask() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | unaryExpression.cpp | 67 compiler::Operand prop = argument_->AsMemberExpression()->CompileKey(pg); in Compile() local
|
| H A D | memberExpression.cpp | 94 compiler::Operand prop = CompileKey(pg); in Compile() local 151 binder::Variable *prop = checker->GetPropertyOfType(baseType, property_->AsIdentifier()->Name()); in Check() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| H A D | task_time_stats.cpp | 74 void LightTaskTimeTimeStats::CollectLifeAndExecutionTimes(TaskProperties prop, uint64_t lifeTime, in CollectLifeAndExecutionTimes() argument 116 std::string LightTaskTimeTimeStats::GetStatisticsForProperties(TaskProperties prop) in GetStatisticsForProperties() argument 143 size_t LightTaskTimeTimeStats::GetCountOfTasksWithProperties(TaskProperties prop) in GetCountOfTasksWithProperties() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | function.cpp | 155 const auto *prop = element->AsClassProperty(); in IterateOverElements() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | recordLowering.cpp | 101 auto *prop = it->AsProperty(); in CheckDuplicateKey() local
|
| H A D | objectLiteralLowering.cpp | 127 auto *prop = propExpr->AsProperty(); in GenerateNewStatements() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_set.cpp | 84 auto prop = JSTaggedValue::GetProperty(thread, nextValue, valueIndex).GetValue(); in SetConstructor() local
|
| H A D | builtins_shared_set.cpp | 90 auto prop = JSTaggedValue::GetProperty(thread, nextValue, valueIndex).GetValue(); in Constructor() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | function.cpp | 143 static void CompileField(PandaGen *pg, const ir::ClassProperty *prop, VReg thisReg, int32_t level) in CompileField() argument 195 const auto *prop = stmt->AsClassProperty(); CompileClassInitializer() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | properties_cache.h | 33 PropertyKey &prop = keys_[hash]; in Get() local 42 PropertyKey &prop = keys_[hash]; in Set() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | objectType.h | 147 void AddProperty(varbinder::LocalVariable *prop) in AddProperty() argument
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| H A D | methodBuilder.cpp | 62 auto *prop = in CreateTypedReturnStatement() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | objectExpression.cpp | 71 static std::pair<ValidationInfo, bool> ValidateProperty(Property *prop, bool &foundProto) in ValidateProperty() argument 109 auto *prop = it->AsProperty(); in ValidateExpression() local 282 auto *prop = (*it)->AsProperty(); in CheckPattern() local 360 CheckAssignmentPattern(Property *prop, varbinder::Variable *&bindingVar, checker::Type *&patternParamType, checker::TSChecker *checker, varbinder::LocalVariable *foundVar) CheckAssignmentPattern() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astDump.cpp | 36 void AstDumper::Add(const AstDumper::Property &prop) in Add() argument 79 void AstDumper::Serialize(const AstDumper::Property &prop) in Serialize() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | access_object_stub_builder.cpp | 24 GateRef AccessObjectStubBuilder::LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info, in LoadObjByName() argument 130 GateRef AccessObjectStubBuilder::StoreObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info, in StoreObjByName() argument 214 GateRef AccessObjectStubBuilder::ResolvePropKey(GateRef glue, GateRef prop, const StringIdInfo &info) in ResolvePropKey() argument 379 GateRef AccessObjectStubBuilder::TryLoadGlobalByName(GateRef glue, GateRef prop, cons argument 429 TryStoreGlobalByName(GateRef glue, GateRef prop, const StringIdInfo &info, GateRef value, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) TryStoreGlobalByName() argument 492 LoadGlobalVar(GateRef glue, GateRef prop, const StringIdInfo &info, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) LoadGlobalVar() argument 530 StoreGlobalVar(GateRef glue, GateRef prop, const StringIdInfo &info, GateRef value, GateRef profileTypeInfo, GateRef slotId) StoreGlobalVar() argument [all...] |