| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | tagged_object-inl.h | 28 inline void TaggedObject::SetClassWithoutBarrier(JSHClass *hclass) in SetClassWithoutBarrier() argument 33 inline void TaggedObject::SetClass(const JSThread *thread, JSHClass *hclass) in SetClass() argument 38 inline void TaggedObject::SetClass(const JSThread *thread, JSHandle<JSHClass> hclass) in SetClass() argument 43 inline void TaggedObject::SynchronizedSetClass(const JSThread *thread, JSHClass *hclass) in SynchronizedSetClass() argument
|
| H A D | layout_visitor.h | 30 auto hclass = root->SynchronizedGetClass(); in IterateBody() local
|
| H A D | parallel_marker-inl.h | 33 auto hclass = root->SynchronizedGetClass(); in VisitBodyInObj() local 191 auto hclass = root->GetClass(); in VisitBodyInObj() local 459 auto hclass = object->GetClass(); in MarkObject() local
|
| H A D | parallel_evacuator-inl.h | 59 auto hclass = root->GetClass(); in VisitBodyInObj() local
|
| H A D | parallel_marker.cpp | 301 uintptr_t CompressGCMarker::AllocateForwardAddress(uint32_t threadId, size_t size, JSHClass *hclass, in AllocateForwardAddress() argument
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | base_serializer-inl.h | 52 JSHClass *hclass = object->GetClass(); in SerializeTaggedObject() local
|
| H A D | base_serializer.cpp | 340 auto hclass = object->GetClass(); in SerializeInObjField() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisgenerator_fuzzer/ |
| H A D | jsvaluerefisgenerator_fuzzer.cpp | 48 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetGeneratorFunctionClass()); in IsGeneratorObjectFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_shared_array_test.cpp | 202 auto *hclass = self->GetJSHClass(); in HWTEST_F_L0() local 227 auto *hclass = self->GetJSHClass(); in HWTEST_F_L0() local 269 JSHClass* hclass = JSHandle<TaggedObject>(prop)->GetClass(); in HWTEST_F_L0() local
|
| H A D | js_hclass_test.cpp | 184 JSHandle<JSHClass> hclass = factory->NewEcmaHClass(JSObject::SIZE, JSType::JS_OBJECT, objectFuncPrototype); in CreateJSHClass() local [all...] |
| H A D | tagged_value_test.cpp | 915 JSHandle<JSHClass> hclass = factory->NewEcmaHClass(JSObject::SIZE, JSType::JS_OBJECT, objectFuncPrototype); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | free_object.cpp | 54 auto hclass = GetClass(); in Available() local
|
| H A D | layout_info.h | 48 static LayoutInfo* GetLayoutInfoFromHClass(const JSHClass* hclass) in GetLayoutInfoFromHClass() argument
|
| H A D | js_for_in_iterator.cpp | 27 JSHClass *hclass = receiver.GetTaggedObject()->GetClass(); in IsEnumCacheValid() local
|
| H A D | global_env_constants.cpp | 411 JSHandle<JSHClass> hclass = JSHClass::CloneWithElementsKind(thread, originHClass, iter.first, false); in InitElementKindHClass() local
|
| /arkcompiler/ets_runtime/test/fuzztest/publicapigeneratorobjectref_fuzzer/ |
| H A D | publicapigeneratorobjectref_fuzzer.cpp | 45 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetGeneratorFunctionClass()); in GetGeneratorReceiverFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/generatorfunctionref_fuzzer/ |
| H A D | generatorfunctionref_fuzzer.cpp | 41 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetGeneratorFunctionClass()); in CreateGeneratorObj() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | fast_json_stringifier.h | 111 inline int32_t FindCache(JSHClass *hclass, size_t numOfKeys) in FindCache() argument 130 inline void SetCache(JSHClass *hclass, size_t numOfKeys, CVector<std::pair<CString, int>> &value) in SetCache() argument 144 inline size_t GetHash(JSHClass *hclass, size_t numOfKeys) in GetHash() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_sharedobject_test.cpp | 44 JSHClass *hclass = sharedObjectPrototype->GetTaggedObject()->GetClass(); in HWTEST_F_L0() local 116 JSHClass *hclass = method->GetTaggedObject()->GetClass(); in HWTEST_F_L0() local [all...] |
| H A D | builtins_typedarray_test.cpp | 204 JSHandle<JSTaggedValue> hclass = env->GetObjectFunction(); in CreateBuiltinsTypeArrayJSObject() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | profile_type_info.cpp | 19 void ProfileTypeAccessor::AddElementHandler(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedValue> handler) const in AddElementHandler() argument 39 void ProfileTypeAccessor::AddWithoutKeyPoly(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedValue> handler, in AddWithoutKeyPoly() argument 62 void ProfileTypeAccessor::AddHandlerWithoutKey(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedValue> handler) const in AddHandlerWithoutKey() argument 93 AddHandlerWithKey(JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedValue> handler) const AddHandlerWithKey() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_gc_marker.cpp | 134 JSHClass *hclass = obj->SynchronizedGetClass(); in ProcessMarkStack() local 182 JSHClass *hclass = obj->SynchronizedGetClass(); in ProcessMarkStack() local
|
| H A D | shared_gc_marker-inl.h | 107 auto hclass = root->SynchronizedGetClass(); in VisitBodyInObj() local 230 auto hclass = object->GetClass(); in MarkObject() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_lazy_callback.cpp | 223 JSHClass *hclass = object->GetClass(); in ResetLazyInternalAttr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ic_stub_builder.cpp | 44 GateRef hclass = LoadHClass(receiver_); in NamedICAccessor() local 112 GateRef hclass = LoadHClass(receiver_); in ValuedICAccessor() local 228 GateRef hclass = LoadHClass(receiver_); in LoadICByValue() local
|