/arkcompiler/toolchain/tooling/base/ |
D | pt_events.cpp | 26 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 …]
|
D | pt_json.h | 34 explicit PtJson(cJSON *object) : object_(object) {} in PtJson()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | proto_change_details.h | 28 static ProtoChangeMarker *Cast(TaggedObject *object) in Cast() 48 static ProtoChangeDetails *Cast(TaggedObject *object) in Cast() 65 static ChangeListener *Cast(TaggedObject *object) in Cast()
|
D | property_box.h | 30 static PropertyBox *Cast(TaggedObject *object) in Cast()
|
/arkcompiler/ets_runtime/script/ |
D | run_ark_executable.py | 54 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/ |
D | js_weak_container.h | 24 static JSWeakMap *Cast(TaggedObject *object) in Cast() 54 static JSWeakSet *Cast(TaggedObject *object) in Cast()
|
D | js_global_object.h | 25 static JSGlobalObject *Cast(TaggedObject *object) in Cast() 38 static GlobalPatch *Cast(TaggedObject *object) in Cast()
|
D | js_realm.h | 24 static JSRealm *Cast(TaggedObject *object) in Cast()
|
D | js_intl.h | 24 static JSIntl *Cast(TaggedObject *object) in Cast()
|
D | layout_info.cpp | 59 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()
|
D | tagged_node.h | 33 static TaggedNode *Cast(TaggedObject *object) in Cast() 89 static LinkedNode *Cast(TaggedObject *object) in Cast() 113 static RBTreeNode *Cast(TaggedObject *object) in Cast()
|
D | js_async_function.h | 46 static JSAsyncFunction *Cast(TaggedObject *object) in Cast()
|
D | accessor_data.h | 33 static AccessorData *Cast(TaggedObject *object) in Cast() 84 static CompletionRecord *Cast(TaggedObject *object) in Cast()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | heap-inl.h | 35 #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 …]
|
D | allocation_inspector.cpp | 23 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/ |
D | optimized_call.ts | 21 const object = { constant
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_tree_map.h | 29 static JSAPITreeMap *Cast(TaggedObject *object) in Cast()
|
D | js_api_tree_set.h | 29 static JSAPITreeSet *Cast(TaggedObject *object) in Cast()
|
D | js_api_hashmap.h | 27 static JSAPIHashMap *Cast(TaggedObject *object) in Cast()
|
D | js_api_hashset.h | 25 static JSAPIHashSet *Cast(TaggedObject *object) in Cast()
|
D | js_api_linked_list.h | 27 static JSAPILinkedList *Cast(TaggedObject *object) in Cast()
|
D | js_api_vector.h | 26 static JSAPIVector *Cast(TaggedObject *object) in Cast()
|
D | js_api_list.h | 27 static JSAPIList *Cast(TaggedObject *object) in Cast()
|
D | js_api_lightweightset.h | 27 static JSAPILightWeightSet *Cast(TaggedObject *object) in Cast()
|
/arkcompiler/ets_runtime/test/moduletest/setobjectwithproto/ |
D | setobjectwithproto.js | 22 var object = { variable
|