Home
last modified time | relevance | path

Searched defs:obj (Results 1726 - 1750 of 4059) sorted by relevance

1...<<61626364656667686970>>...163

/third_party/node/test/node-api/test_reference_by_node_api_version/
H A Dtest_reference_by_node_api_version.c123 napi_value obj; in AddFinalizer() local
/third_party/node/src/
H A Djs_stream.cc26 JSStream::JSStream(Environment* env, Local<Object> obj) in JSStream() argument
H A Dmemory_tracker-inl.h30 v8::Local<v8::Object> obj = retainer_->WrappedObject(); in MemoryRetainerNode() local
H A Dnode_wasm_web_api.cc63 Local<Object> obj; in Create() local
84 WasmStreamingObject* obj; in SetURL() local
95 WasmStreamingObject* obj; in Push() local
131 WasmStreamingObject* obj; Finish() local
140 WasmStreamingObject* obj; Abort() local
162 Local<Object> obj; StartStreamingCompilation() local
[all...]
H A Dstream_pipe.cc22 StreamPipe(StreamBase* source, StreamBase* sink, Local<Object> obj) StreamPipe() argument
243 New(StreamBase* source, StreamBase* sink, Local<Object> obj) New() argument
H A Dstream_base-inl.h121 void StreamBase::AttachToObject(v8::Local<v8::Object> obj) { in AttachToObject() argument
126 StreamBase* StreamBase::FromObject(v8::Local<v8::Object> obj) { in FromObject() argument
162 void StreamReq::ResetObject(v8::Local<v8::Object> obj) { in ResetObject() argument
/third_party/node/src/quic/
H A Dbindingdata.cc147 Local<Object> obj = args[0].As<Object>(); in SetCallbacks() local
H A Dlogstream.cc38 v8::Local<v8::Object> obj; in Create() local
48 LogStream::LogStream(Environment* env, Local<Object> obj) in LogStream() argument
/third_party/nghttp2/src/
H A Dinflatehd.cc76 auto obj = json_object(); in to_json() local
95 static int inflate_hd(json_t *obj, nghttp2_hd_inflater *inflater, int seq) { in inflate_hd() argument
201 auto obj = json_array_get(cases, i); perform() local
[all...]
/third_party/node/benchmark/napi/function_args/
H A Dbinding.cc57 Local<Object> obj = args[0].As<Object>(); in CallWithObject() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.h112 st_texture_object_const(const struct gl_texture_object *obj) in st_texture_object_const() argument
/third_party/mesa3d/src/mesa/main/
H A Dobjectlabel.c165 struct gl_vertex_array_object *obj = _mesa_lookup_vao(ctx, name); in get_label_pointer() local
/third_party/node/deps/icu-small/source/i18n/
H A Dselfmt.cpp71 SelectFormat::format(const Formattable& obj, in format() argument
/third_party/icu/icu4c/source/tools/ctestfw/
H A Ddatamap.cpp33 deleteResBund(void *obj) { in deleteResBund() argument
/third_party/node/deps/v8/src/execution/
H A Darguments.h106 Handle<Object> obj = Handle<Object>(address_of_arg_at(index)); in at() local
/third_party/node/deps/v8/src/heap/
H A Dcode-stats.cc199 void CodeStatistics::CollectCodeCommentStatistics(HeapObject obj, in CollectCodeCommentStatistics() argument
[all...]
H A Dreference-summarizer.cc55 bool WhiteToGrey(HeapObject obj) { return true; } in WhiteToGrey() argument
57 bool GreyToBlack(HeapObject obj) { return true; } in GreyToBlack() argument
68 void AddWeakReferenceForReferenceSummarizer(HeapObject host, HeapObject obj) { in AddWeakReferenceForReferenceSummarizer() argument
60 AddStrongReferenceForReferenceSummarizer(HeapObject host, HeapObject obj) AddStrongReferenceForReferenceSummarizer() argument
80 AddReference( HeapObject host, HeapObject obj, std::unordered_set<HeapObject, Object::Hasher>& references) AddReference() argument
101 SummarizeReferencesFrom(Heap* heap, HeapObject obj) SummarizeReferencesFrom() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.cc124 bool RegExpUtils::IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj) { in IsUnmodifiedRegExp() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-array.cc215 Object obj = args[0]; in RUNTIME_FUNCTION() local
300 Handle<JSObject> obj = Handle<JSObject>::cast(object); in RUNTIME_FUNCTION() local
397 Handle<JSObject> obj = Handle<JSObject>::cast(object); in RUNTIME_FUNCTION() local
H A Druntime-compiler.cc217 Handle<Object> obj = args.at(0); in RUNTIME_FUNCTION() local
225 Handle<Object> obj = args.at(0); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/snapshot/
H A Dshared-heap-serializer.cc16 bool SharedHeapSerializer::CanBeInSharedOldSpace(HeapObject obj) { in CanBeInSharedOldSpace() argument
26 bool SharedHeapSerializer::ShouldBeInSharedHeapObjectCache(HeapObject obj) { in ShouldBeInSharedHeapObjectCache() argument
76 HeapObject obj = HeapObject::cast(it.key()); in FinalizeSerialization() local
83 SerializeUsingReadOnlyObjectCache( SnapshotByteSink* sink, Handle<HeapObject> obj) SerializeUsingReadOnlyObjectCache() argument
88 SerializeUsingSharedHeapObjectCache( SnapshotByteSink* sink, Handle<HeapObject> obj) SerializeUsingSharedHeapObjectCache() argument
152 Object obj = current.load(isolate); SerializeStringTable() local
168 SerializeObjectImpl(Handle<HeapObject> obj) SerializeObjectImpl() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_performance_query.c92 struct intel_perf_query_object * obj = in iris_new_perf_query_obj() local
112 struct intel_perf_query_object *obj = perf_query->query; in iris_begin_perf_query() local
123 struct intel_perf_query_object *obj = perf_query->query; in iris_end_perf_query() local
135 struct intel_perf_query_object *obj = perf_query->query; in iris_delete_perf_query() local
206 struct intel_perf_query_object *obj = perf_query->query; iris_wait_perf_query() local
218 struct intel_perf_query_object *obj = perf_query->query; iris_is_perf_query_ready() local
239 struct intel_perf_query_object *obj = perf_query->query; iris_get_perf_query_data() local
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_log.c39 vk_object_to_device(struct vk_object_base *obj) in vk_object_to_device() argument
46 vk_object_to_physical_device(struct vk_object_base *obj) in vk_object_to_physical_device() argument
65 vk_object_to_instance(struct vk_object_base *obj) in vk_object_to_instance() argument
272 vk_object_for_error(struct vk_object_base *obj, VkResult error) vk_object_for_error() argument
[all...]
H A Dvk_object.c228 struct vk_object_base *obj = in vk_object_base_private_data() local
320 vk_object_base_name(struct vk_object_base *obj) in vk_object_base_name() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h101 static inline struct drm_vc4_bo *to_vc4_bo(struct drm_gem_object *obj) in to_vc4_bo() argument

Completed in 14 milliseconds

1...<<61626364656667686970>>...163