Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DimplementsInClassExpression.ts25 let cls = class implements Foo { variable
/arkcompiler/ets_runtime/test/moduletest/wrapperclassfunc/
Dwrapperclassfunc.js40 decorate(RawClass.prototype, "printString")
/arkcompiler/ets_runtime/ecmascript/ic/
Dproperties_cache.h72 static inline int Hash(JSHClass *cls, JSTaggedValue key) in Hash()
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_factory_test.cpp85 JSHClass *cls = *newObjCls; in HWTEST_F_L0() local
122 JSHClass *cls = *newFunCls; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory-inl.h120 TaggedObject *ObjectFactory::AllocObjectWithSpaceType(size_t size, JSHClass *cls, MemSpaceType type) in AllocObjectWithSpaceType()
Dlayout_info-inl.h97 inline int LayoutInfo::FindElementWithCache(const JSThread *thread, JSHClass *cls, JSTaggedValue ke… in FindElementWithCache()
Djs_object-inl.h419 inline bool JSObject::CheckHClassHit(const JSHandle<JSObject> &obj, const JSHandle<JSHClass> &cls) in CheckHClassHit()
Dobject_factory.cpp4038 JSHandle<JSHClass> cls(thread_, in NewJSStableArrayWithElements() local
/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h132 auto cls = Runtime::GetCurrent() in GetMethod() local
Daot_test.cpp251 auto cls = pfile->GetClass(13); in TEST_F() local
597 auto cls = pfile->GetClass(13); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator-inl.h144 void ParallelEvacuator::SetObjectFieldRSet(TaggedObject *object, JSHClass *cls) in SetObjectFieldRSet()
Dparallel_evacuator.cpp389 void ParallelEvacuator::UpdateNewObjectField(TaggedObject *object, JSHClass *cls) in UpdateNewObjectField()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp548 BaseMethodItem::BaseMethodItem(BaseClassItem *cls, StringItem *name, ProtoItem *proto, uint32_t acc… in BaseMethodItem()
587 MethodItem::MethodItem(ClassItem *cls, StringItem *name, ProtoItem *proto, uint32_t access_flags, in MethodItem()
1237 BaseFieldItem::BaseFieldItem(BaseClassItem *cls, StringItem *name, TypeItem *type, ItemContainer *c… in BaseFieldItem()
1267 FieldItem::FieldItem(ClassItem *cls, StringItem *name, TypeItem *type, uint32_t access_flags, ItemC… in FieldItem()
Dfile_items.h1200 ForeignFieldItem(BaseClassItem *cls, StringItem *name, TypeItem *type, ItemContainer *container) in ForeignFieldItem()
1221 ForeignMethodItem(BaseClassItem *cls, StringItem *name, ProtoItem *proto, uint32_t access_flags, in ForeignMethodItem()
1722 AnnotationItem(BaseClassItem *cls, std::vector<Elem> elements, std::vector<Tag> tags) in AnnotationItem()
Dfile_reader.cpp601 MethodItem *FileReader::CreateMethodItem(ClassItem *cls, File::EntityId method_id) in CreateMethodItem()
717 FieldItem *FileReader::CreateFieldItem(ClassItem *cls, File::EntityId field_id) in CreateFieldItem()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp329 for (auto &cls: classMemberFunctions_) { in HandleModifiedClasses() local
338 for (auto &cls: modifiedClassNames_) { in HandleModifiedClasses() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1078 JSHandle<JSFunction> cls(thread, ctor); in ResolveClass() local
1093 JSHandle<JSFunction> cls(thread, ctor); in CloneClassFromTemplate() local
1115 JSHandle<JSTaggedValue> cls(thread, ctor); in SetClassInheritanceRelationship() local
Dinterpreter-inl.h4918 JSFunction *cls = JSFunction::Cast(res.GetTaggedObject()); in RunInternal() local
4946 JSFunction *cls = JSFunction::Cast(res.GetTaggedObject()); in RunInternal() local
4975 JSFunction *cls = JSFunction::Cast(res.GetTaggedObject()); in RunInternal() local
Dinterpreter_assembly.cpp4508 JSFunction *cls = JSFunction::Cast(res.GetTaggedObject()); in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8() local
5873 JSFunction *cls = JSFunction::Cast(res.GetTaggedObject()); in HandleDefineclasswithbufferImm16Id16Id16Imm16V8() local
5908 JSFunction *cls = JSFunction::Cast(res.GetTaggedObject()); in HandleDefineclasswithbufferImm8Id16Id16Imm16V8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h838 JSHandle<JSFunction> cls; in RuntimeCreateClassWithBuffer() local
941 JSFunction* cls = JSFunction::Cast(ctor.GetTaggedObject()); in RuntimeSetClassConstructorLength() local
Druntime_stubs.cpp2116 auto cls = reinterpret_cast<JSHClass *>(hclass); in FindElementWithCache() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp459 auto *cls = entities.class_items.find(record_name)->second; in CreateAnnotationItem() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1047 auto *cls = CreateReferenceIdentifier(className); in CreateClassPrototype() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp986 Local<FunctionRef> cls = FunctionRef::NewClassFunction(vm_, nullptr, nullptr, nullptr); in HWTEST_F_L0() local