Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 145) sorted by relevance

123456

/arkcompiler/toolchain/tooling/base/
Dpt_events.cpp26 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson() local
58 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson() local
69 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson() local
97 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson() local
138 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson() local
182 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson() local
195 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson() local
215 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson() local
233 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson() local
255 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson() local
[all …]
Dpt_json.h34 explicit PtJson(cJSON *object) : object_(object) {} in PtJson()
/arkcompiler/ets_runtime/ecmascript/ic/
Dproto_change_details.h28 static ProtoChangeMarker *Cast(TaggedObject *object) in Cast()
48 static ProtoChangeDetails *Cast(TaggedObject *object) in Cast()
65 static ChangeListener *Cast(TaggedObject *object) in Cast()
Dproperty_box.h30 static PropertyBox *Cast(TaggedObject *object) in Cast()
/arkcompiler/ets_runtime/script/
Drun_ark_executable.py54 def get_command_and_env_path(args: object) -> [str, str]:
98 def process_open(args: object) -> [str, object]:
121 def judge_output(args: object):
/arkcompiler/ets_runtime/ecmascript/
Djs_weak_container.h24 static JSWeakMap *Cast(TaggedObject *object) in Cast()
54 static JSWeakSet *Cast(TaggedObject *object) in Cast()
Djs_global_object.h25 static JSGlobalObject *Cast(TaggedObject *object) in Cast()
38 static GlobalPatch *Cast(TaggedObject *object) in Cast()
Djs_realm.h24 static JSRealm *Cast(TaggedObject *object) in Cast()
Djs_intl.h24 static JSIntl *Cast(TaggedObject *object) in Cast()
Dlayout_info.cpp59 const JSHandle<JSObject> object) in GetAllKeys()
89 … TaggedArray *keyArray, const JSHandle<JSObject> object, uint32_t filter) in GetAllKeysByFilter()
130 …utInfo::GetAllKeys(int end, std::vector<JSTaggedValue> &keyVector, const JSHandle<JSObject> object) in GetAllKeys()
145 uint32_t *keys, const JSHandle<JSObject> object) in GetAllEnumKeys()
166 bool LayoutInfo::IsUninitializedProperty(const JSHandle<JSObject> object, uint32_t index) in IsUninitializedProperty()
Dtagged_node.h33 static TaggedNode *Cast(TaggedObject *object) in Cast()
89 static LinkedNode *Cast(TaggedObject *object) in Cast()
113 static RBTreeNode *Cast(TaggedObject *object) in Cast()
Djs_async_function.h46 static JSAsyncFunction *Cast(TaggedObject *object) in Cast()
Daccessor_data.h33 static AccessorData *Cast(TaggedObject *object) in Cast()
84 static CompletionRecord *Cast(TaggedObject *object) in Cast()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap-inl.h35 #define CHECK_OBJ_AND_THROW_OOM_ERROR(object, size, space, message) … argument
133 auto object = reinterpret_cast<TaggedObject *>(activeSemiSpace_->Allocate(size)); in AllocateYoungOrHugeObject() local
148 auto object = AllocateYoungOrHugeObject(size); in AllocateYoungOrHugeObject() local
175 auto object = reinterpret_cast<TaggedObject *>(activeSemiSpace_->Allocate(size)); in TryAllocateYoungGeneration() local
194 auto object = reinterpret_cast<TaggedObject *>(oldSpace_->Allocate(size)); in AllocateOldOrHugeObject() local
213 auto object = reinterpret_cast<TaggedObject *>(readOnlySpace_->Allocate(size)); in AllocateReadOnlyOrHugeObject() local
232 auto object = reinterpret_cast<TaggedObject *>(nonMovableSpace_->Allocate(size)); in AllocateNonMovableOrHugeObject() local
242 auto object = reinterpret_cast<TaggedObject *>(nonMovableSpace_->Allocate(size)); in AllocateClassClass() local
257 auto *object = reinterpret_cast<TaggedObject *>(hugeObjectSpace_->Allocate(size, thread_)); in AllocateHugeObject() local
279 auto object = AllocateHugeObject(size); in AllocateHugeObject() local
[all …]
Dallocation_inspector.cpp23 void AllocationInspector::Step([[maybe_unused]] Address object, [[maybe_unused]] size_t size) in Step()
75 void AllocationCounter::InvokeAllocationInspector(Address object, size_t objectSize, size_t aligned… in InvokeAllocationInspector()
/arkcompiler/ets_runtime/test/aottest/optimized_call/
Doptimized_call.ts21 const object = { constant
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_map.h29 static JSAPITreeMap *Cast(TaggedObject *object) in Cast()
Djs_api_tree_set.h29 static JSAPITreeSet *Cast(TaggedObject *object) in Cast()
Djs_api_hashmap.h27 static JSAPIHashMap *Cast(TaggedObject *object) in Cast()
Djs_api_hashset.h25 static JSAPIHashSet *Cast(TaggedObject *object) in Cast()
Djs_api_linked_list.h27 static JSAPILinkedList *Cast(TaggedObject *object) in Cast()
Djs_api_vector.h26 static JSAPIVector *Cast(TaggedObject *object) in Cast()
Djs_api_list.h27 static JSAPIList *Cast(TaggedObject *object) in Cast()
Djs_api_lightweightset.h27 static JSAPILightWeightSet *Cast(TaggedObject *object) in Cast()
/arkcompiler/ets_runtime/test/moduletest/setobjectwithproto/
Dsetobjectwithproto.js22 var object = { variable

123456