Home
last modified time | relevance | path

Searched defs:Cast (Results 1 – 25 of 123) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/ic/
Dproto_change_details.h28 static ProtoChangeMarker *Cast(TaggedObject *object) in Cast() function
60 static ProtoChangeDetails *Cast(TaggedObject *object) in Cast() function
77 static ChangeListener *Cast(TaggedObject *object) in Cast() function
/arkcompiler/ets_runtime/ecmascript/
Djs_weak_container.h24 static JSWeakMap *Cast(TaggedObject *object) in Cast() function
54 static JSWeakSet *Cast(TaggedObject *object) in Cast() function
Djs_global_object.h25 static JSGlobalObject *Cast(TaggedObject *object) in Cast() function
38 static GlobalPatch *Cast(TaggedObject *object) in Cast() function
Dtagged_node.h33 static TaggedNode *Cast(TaggedObject *object) in Cast() function
96 static LinkedNode *Cast(TaggedObject *object) in Cast() function
122 static RBTreeNode *Cast(TaggedObject *object) in Cast() function
Djs_native_pointer.h32 static JSNativePointer *Cast(TaggedObject *object) in Cast() function
Djs_realm.h24 static JSRealm *Cast(TaggedObject *object) in Cast() function
Djs_intl.h24 static JSIntl *Cast(TaggedObject *object) in Cast() function
Djs_map_iterator.h25 static JSMapIterator *Cast(TaggedObject *obj) in Cast() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Ddyn_objects.h31 static DynClass *Cast(ObjectHeader *object) in Cast() function
56 static DynObject *Cast(ObjectHeader *object) in Cast() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dtagged_object.h37 static TaggedObject *Cast(const BaseObject *header) in Cast() function
42 static TaggedObject *Cast(TaggedObject *header) in Cast() function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist_iterator.h29 static JSAPIArrayListIterator *Cast(TaggedObject *obj) in Cast() function
Djs_api_tree_set.h29 static JSAPITreeSet *Cast(TaggedObject *object) in Cast() function
Djs_api_vector_iterator.h25 static JSAPIVectorIterator *Cast(TaggedObject *obj) in Cast() function
Djs_api_bitvector_iterator.h25 static JSAPIBitVectorIterator* Cast(TaggedObject* obj) in Cast() function
Djs_api_list_iterator.h25 static JSAPIListIterator *Cast(TaggedObject *obj) in Cast() function
Djs_api_queue_iterator.h25 static JSAPIQueueIterator *Cast(TaggedObject *obj) in Cast() function
Djs_api_tree_map.h29 static JSAPITreeMap *Cast(TaggedObject *object) in Cast() function
Djs_api_linked_list_iterator.h25 static JSAPILinkedListIterator *Cast(TaggedObject *obj) in Cast() function
Djs_api_stack_iterator.h25 static JSAPIStackIterator *Cast(TaggedObject *obj) in Cast() function
Djs_api_deque_iterator.h33 static JSAPIDequeIterator *Cast(TaggedObject *obj) in Cast() function
Djs_api_plain_array_iterator.h25 static JSAPIPlainArrayIterator *Cast(TaggedObject *obj) in Cast() function
Djs_api_vector.h26 static JSAPIVector *Cast(TaggedObject *object) in Cast() function
Djs_api_tree_map_iterator.h29 static JSAPITreeMapIterator *Cast(TaggedObject *obj) in Cast() function
Djs_api_hashmap.h27 static JSAPIHashMap *Cast(TaggedObject *object) in Cast() function
/arkcompiler/ets_runtime/ecmascript/jobs/
Dmicro_job_queue.h28 static MicroJobQueue *Cast(TaggedObject *object) in Cast() function

12345