Home
last modified time | relevance | path

Searched defs:attrs (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmutex.cpp36 void Mutex::Init(pthread_mutexattr_t *attrs) in Init()
68 pthread_mutexattr_t attrs; in RecursiveMutex() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp198 EtsLong TypeAPITypeCreatorCtxClassCreate(EtsLong ctxPtr, EtsString *name, EtsInt attrs) in TypeAPITypeCreatorCtxClassCreate()
277 [[maybe_unused]] EtsInt attrs) in TypeAPITypeCreatorCtxMethodAddParam()
286 EtsLong TypeAPITypeCreatorCtxMethodCreate(EtsLong containingTypePtr, EtsString *name, EtsInt attrs) in TypeAPITypeCreatorCtxMethodCreate()
530 EtsLong TypeAPITypeCreatorCtxLambdaTypeCreate(EtsLong ctxPtr, [[maybe_unused]] EtsInt attrs) in TypeAPITypeCreatorCtxLambdaTypeCreate()
538 …ypeAPITypeCreatorCtxLambdaTypeAddParam(EtsLong ftPtr, EtsString *td, [[maybe_unused]] EtsInt attrs) in TypeAPITypeCreatorCtxLambdaTypeAddParam()
568 …peAPITypeCreatorCtxClassAddField(EtsLong classPtr, EtsString *name, EtsString *descr, EtsInt attrs, in TypeAPITypeCreatorCtxClassAddField()
Dstd_core_Type.cpp179 uint32_t attrs = 0; in TypeAPIGetClassAttributes() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmutex.cpp56 void Mutex::Init(pthread_mutexattr_t *attrs) in Init()
88 pthread_mutexattr_t attrs; in RecursiveMutex() local
/arkcompiler/runtime_core/libpandabase/os/
Dmutex.cpp56 void Mutex::Init(pthread_mutexattr_t *attrs) in Init()
88 pthread_mutexattr_t attrs; in RecursiveMutex() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp196 …Table::GetOrCreatePointerType(const TyIdx &pointedTyIdx, PrimType primType, const TypeAttrs &attrs) in GetOrCreatePointerType()
205 …ypeTable::GetOrCreatePointerType(const MIRType &pointTo, PrimType primType, const TypeAttrs &attrs) in GetOrCreatePointerType()
227 const TypeAttrs &attrs) in GetOrCreateArrayType()
240 …rrayType *TypeTable::GetOrCreateArrayType(const MIRType &elem, uint64 size, const TypeAttrs &attrs) in GetOrCreateArrayType()
278 const TypeAttrs &attrs) in GetOrCreateStructOrUnion()
Dparser.cpp535 bool MIRParser::ParseTypeAttrs(TypeAttrs &attrs) in ParseTypeAttrs()
572 bool MIRParser::ParseFieldAttrs(FieldAttrs &attrs) in ParseFieldAttrs()
609 bool MIRParser::ParseFuncAttrs(FuncAttrs &attrs) in ParseFuncAttrs()
645 void MIRParser::SetAttrContent(FuncAttrs &attrs, FuncAttrKind x, const MIRLexer &mirLexer) in SetAttrContent()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1150 void SetTypeAttrs(const TypeAttrs &attrs) in SetTypeAttrs()
1264 void SetTypeAttrs(const TypeAttrs &attrs) in SetTypeAttrs()
1627 void SetTypeAttrs(const TypeAttrs &attrs) in SetTypeAttrs()
2422 void SetNthParamAttrs(size_t i, const TypeAttrs &attrs) in SetNthParamAttrs()
2458 void SetRetAttrs(const TypeAttrs &attrs) in SetRetAttrs()
Dmir_function.h796 void SetFuncAttrs(const FuncAttrs &attrs) in SetFuncAttrs()
Dmir_nodes.h1725 StmtAttrs attrs) in StmtNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp466 FieldAttrs attrs = fp.second.second; in GenFieldOffsetMap() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp566 JSTaggedValue attrs = jshclass->GetLayout(); in LookupPropertyInlinedProps() local
Ddump.cpp574 JSTaggedValue attrs = jshclass->GetLayout(); in DumpHClass() local
1531 JSTaggedValue attrs = jshclass->GetLayout(); in Dump() local
3772 JSTaggedValue attrs = jshclass->GetLayout(); in Dump() local
4709 JSTaggedValue attrs = jshclass->GetLayout(); in DumpForSnapshot() local
Djs_hclass.cpp338 JSTaggedValue attrs = newJsHClass->GetLayout(); in TransitionExtension() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp228 std::vector<TypeAttrs> attrs; // not used so far in CreateFuncType() local