Home
last modified time | relevance | path

Searched defs:attrs (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dglobal_tables.cpp140 MIRType *TypeTable::GetOrCreatePointerType(const TyIdx &pointedTyIdx, PrimType primType, const TypeAttrs &attrs) in GetOrCreatePointerType() argument
/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Dmutex.cpp36 void Mutex::Init(pthread_mutexattr_t *attrs) in Init() argument
68 pthread_mutexattr_t attrs; in RecursiveMutex() local
/arkcompiler/runtime_core/libpandabase/os/
H A Dmutex.cpp56 void Mutex::Init(pthread_mutexattr_t *attrs) in Init() argument
88 pthread_mutexattr_t attrs; in RecursiveMutex() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dmutex.cpp56 void Mutex::Init(pthread_mutexattr_t *attrs) in Init() argument
88 pthread_mutexattr_t attrs; in RecursiveMutex() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Type.cpp177 uint32_t attrs = 0; in TypeAPIGetClassAttributes() local
H A Dstd_core_TypeCreator.cpp198 EtsLong TypeAPITypeCreatorCtxClassCreate(EtsLong ctxPtr, EtsString *name, EtsInt attrs) in TypeAPITypeCreatorCtxClassCreate() argument
286 EtsLong TypeAPITypeCreatorCtxMethodCreate(EtsLong containingTypePtr, EtsString *name, EtsInt attrs) in TypeAPITypeCreatorCtxMethodCreate() argument
276 TypeAPITypeCreatorCtxMethodAddParam(EtsLong methodPtr, EtsString *paramTd, [[maybe_unused]] EtsString *name, [[maybe_unused]] EtsInt attrs) TypeAPITypeCreatorCtxMethodAddParam() argument
530 TypeAPITypeCreatorCtxLambdaTypeCreate(EtsLong ctxPtr, [[maybe_unused]] EtsInt attrs) TypeAPITypeCreatorCtxLambdaTypeCreate() argument
538 TypeAPITypeCreatorCtxLambdaTypeAddParam(EtsLong ftPtr, EtsString *td, [[maybe_unused]] EtsInt attrs) TypeAPITypeCreatorCtxLambdaTypeAddParam() argument
568 TypeAPITypeCreatorCtxClassAddField(EtsLong classPtr, EtsString *name, EtsString *descr, EtsInt attrs, EtsInt access) TypeAPITypeCreatorCtxClassAddField() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_operator.cpp565 JSTaggedValue attrs = jshclass->GetLayout(); in LookupPropertyInlinedProps() local
H A Ddump.cpp612 JSTaggedValue attrs = jshclass->GetLayout(); in DumpHClass() local
1584 JSTaggedValue attrs = jshclass->GetLayout(); in Dump() local
3816 JSTaggedValue attrs = jshclass->GetLayout(); in Dump() local
4754 JSTaggedValue attrs in DumpForSnapshot() local
[all...]
H A Djs_hclass.cpp337 JSTaggedValue attrs = newJsHClass->GetLayout(); in TransitionExtension() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp150 std::vector<TypeAttrs> attrs; // not used so far in CreateFuncType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h1042 StmtNode(Opcode o, PrimType typ, uint8 numOpr, const SrcPosition &srcPosition, uint32 stmtOriginalID, StmtAttrs attrs) StmtNode() argument
H A Dmir_type.h871 void SetTypeAttrs(const TypeAttrs &attrs) in SetTypeAttrs() argument
979 void SetTypeAttrs(const TypeAttrs &attrs) in SetTypeAttrs() argument
H A Dmir_function.h782 void SetFuncAttrs(const FuncAttrs &attrs) in SetFuncAttrs() argument

Completed in 24 milliseconds