Home
last modified time | relevance | path

Searched defs:object_id (Results 1 – 25 of 38) sorted by relevance

12

/third_party/node/src/inspector/
Dtracing_agent.cc33 CreateFrontendWrapperRequest(int object_id, in CreateFrontendWrapperRequest()
50 explicit DestroyFrontendWrapperRequest(int object_id) in DestroyFrontendWrapperRequest()
63 explicit SendMessageRequest(int object_id, const std::string& message) in SendMessageRequest()
Dmain_thread_interface.cc42 CreateObjectRequest(int object_id, Factory factory) in CreateObjectRequest()
55 std::unique_ptr<Request> NewCreateRequest(int object_id, Factory factory) { in NewCreateRequest()
62 explicit DeleteRequest(int object_id) : object_id_(object_id) {} in DeleteRequest()
90 std::shared_ptr<MainThreadHandle> thread, int object_id) in AnotherThreadObjectReference()
182 ThreadSafeDelegate(std::shared_ptr<MainThreadHandle> thread, int object_id) in ThreadSafeDelegate()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Deliminate_dead_members_pass.cpp135 uint32_t object_id = inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForStore() local
267 uint32_t object_id = inst->GetSingleWordInOperand(0); in MarkMembersAsLiveForArrayLength() local
551 uint32_t object_id = inst->GetSingleWordInOperand(first_operand); in UpdateCompsiteExtract() local
Dvector_dce.cpp159 uint32_t object_id = in MarkInsertUsesAsLive() local
376 uint32_t object_id = in RewriteInsertInstruction() local
/third_party/spirv-tools/source/opt/
Deliminate_dead_members_pass.cpp134 uint32_t object_id = inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForStore() local
267 uint32_t object_id = inst->GetSingleWordInOperand(0); in MarkMembersAsLiveForArrayLength() local
551 uint32_t object_id = inst->GetSingleWordInOperand(first_operand); in UpdateCompsiteExtract() local
Dvector_dce.cpp157 uint32_t object_id = in MarkInsertUsesAsLive() local
374 uint32_t object_id = in RewriteInsertInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_members_pass.cpp135 uint32_t object_id = inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForStore() local
267 uint32_t object_id = inst->GetSingleWordInOperand(0); in MarkMembersAsLiveForArrayLength() local
551 uint32_t object_id = inst->GetSingleWordInOperand(first_operand); in UpdateCompsiteExtract() local
Dvector_dce.cpp159 uint32_t object_id = in MarkInsertUsesAsLive() local
376 uint32_t object_id = in RewriteInsertInstruction() local
/third_party/ntfs-3g/libntfs-3g/
Dobject_id.c115 } object_id; member
142 const OBJECT_ID_ATTR *object_id) in set_object_id_index()
/third_party/spirv-tools/source/fuzz/
Dtransformation_composite_insert.cpp29 uint32_t fresh_id, uint32_t composite_id, uint32_t object_id, in TransformationCompositeInsert()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_composite_insert.cpp29 uint32_t fresh_id, uint32_t composite_id, uint32_t object_id, in TransformationCompositeInsert()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_composite_insert.cpp29 uint32_t fresh_id, uint32_t composite_id, uint32_t object_id, in TransformationCompositeInsert()
/third_party/node/deps/v8/src/compiler/
Dcommon-operator.h169 uint32_t object_id() const { return first; } in object_id() function
181 uint32_t object_id() const { return first; } in object_id() function
Dcommon-operator.cc1272 const Operator* CommonOperatorBuilder::ObjectId(uint32_t object_id) { in ObjectId()
1432 const Operator* CommonOperatorBuilder::ObjectState(uint32_t object_id, in ObjectState()
1442 uint32_t object_id, const ZoneVector<MachineType>* types) { in TypedObjectState()
/third_party/ffmpeg/libavcodec/
Ddvbsubdec.c57 int object_id; member
144 static DVBSubObject* get_object(DVBSubContext *ctx, int object_id) in get_object()
987 int object_id; in dvbsub_parse_object_segment() local
1148 int region_id, object_id; in dvbsub_parse_region_segment() local
Ddvbsubenc.c277 int page_id, region_id, clut_id, object_id, i, bpp_index, page_state; in dvbsub_encode() local
/third_party/libdrm/
Dxf86drmMode.c1238 uint32_t object_id, in drmModeObjectGetProperties()
1307 drm_public int drmModeObjectSetProperty(int fd, uint32_t object_id, uint32_t object_type, in drmModeObjectSetProperty()
1324 uint32_t object_id; member
1428 uint32_t object_id, in drmModeAtomicAddProperty()
/third_party/node/src/
Djs_native_api_v8_inspector.cc161 CreateObjectRequest(int object_id, Factory factory) in CreateObjectRequest()
174 std::unique_ptr<Request> NewCreateRequest(int object_id, Factory factory) { in NewCreateRequest()
181 explicit DeleteRequest(int object_id) : object_id_(object_id) {} in DeleteRequest()
209 std::shared_ptr<MainThreadHandle> thread, int object_id) in AnotherThreadObjectReference()
301 ThreadSafeDelegate(std::shared_ptr<MainThreadHandle> thread, int object_id) in ThreadSafeDelegate()
/third_party/alsa-utils/topology/
Dpre-process-object.c738 const char *object_id; in tplg_add_object_data() local
1605 const char *object_id; in pre_process_object_variables_expand_fcn() local
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c79 AudioObjectID object_id; member
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc2202 uint32_t object_id; in ReadObject() local
2274 uint32_t object_id; in ReadFunctionPrototype() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_memory.cpp989 const auto object_id = inst->GetOperandAs<uint32_t>(object_index); in ValidateStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp989 const auto object_id = inst->GetOperandAs<uint32_t>(object_index); in ValidateStore() local
/third_party/spirv-tools/source/val/
Dvalidate_memory.cpp1062 const auto object_id = inst->GetOperandAs<uint32_t>(object_index); in ValidateStore() local
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc986 int object_id = iterator->Next(); in CreateNextTranslatedValue() local

12