Home
last modified time | relevance | path

Searched defs:prop (Results 1 - 25 of 80) sorted by relevance

1234

/arkcompiler/ets_runtime/test/moduletest/builtins/
H A Dbuiltinsobject.js
/arkcompiler/ets_runtime/test/aottest/regressioncase/
H A Dregressioncase.js
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DmemberExpressionBuilder.h35 MemberExpressionBuilder &SetProperty(Expression *prop) in SetProperty() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsQualifiedName.cpp40 binder::Variable *prop = checker->GetPropertyOfType(baseType, right_->Name()); in Check() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DtypeElaborationContext.cpp108 const ir::Property *prop = it->AsProperty(); in Start() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DtypeElaborationContext.cpp98 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 Dvisualizer_printer.cpp49 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 Dworker_thread.h96 GiveTasksToAnotherWorker(const AddTaskToWorkerFunc &addTaskFunc, size_t taskCount, size_t id, Properties... prop) GiveTasksToAnotherWorker() argument
H A Dtask.cpp31 void TaskLifeTimeAggregator::GetTimeOfTaskExecutionFinishAndStoreTimeStats(TaskProperties prop) in GetTimeOfTaskExecutionFinishAndStoreTimeStats() argument
154 std::ostream &operator<<(std::ostream &os, TaskProperties prop) in operator <<() argument
H A Dworker_thread.cpp111 auto prop = task->GetTaskProperties(); in ExecuteTask() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DunaryExpression.cpp67 compiler::Operand prop = argument_->AsMemberExpression()->CompileKey(pg); in Compile() local
H A DmemberExpression.cpp94 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 Dtask_time_stats.cpp74 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 Dfunction.cpp155 const auto *prop = element->AsClassProperty(); in IterateOverElements() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DrecordLowering.cpp101 auto *prop = it->AsProperty(); in CheckDuplicateKey() local
H A DobjectLiteralLowering.cpp127 auto *prop = propExpr->AsProperty(); in GenerateNewStatements() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_set.cpp84 auto prop = JSTaggedValue::GetProperty(thread, nextValue, valueIndex).GetValue(); in SetConstructor() local
H A Dbuiltins_shared_set.cpp90 auto prop = JSTaggedValue::GetProperty(thread, nextValue, valueIndex).GetValue(); in Constructor() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dfunction.cpp143 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 Dproperties_cache.h33 PropertyKey &prop = keys_[hash]; in Get() local
42 PropertyKey &prop = keys_[hash]; in Set() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DobjectType.h147 void AddProperty(varbinder::LocalVariable *prop) in AddProperty() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DmethodBuilder.cpp62 auto *prop = in CreateTypedReturnStatement() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DobjectExpression.cpp71 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 DastDump.cpp36 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 Daccess_object_stub_builder.cpp24 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...]

Completed in 11 milliseconds

1234