Home
last modified time | relevance | path

Searched defs:object (Results 751 - 775 of 1309) sorted by relevance

1...<<31323334353637383940>>...53

/third_party/ltp/lib/
H A Dtst_netdevice.c525 modify_qdisc(const char *file, const int lineno, int strict, const char *object, unsigned int action, unsigned int nl_flags, const char *ifname, unsigned int family, unsigned int parent, unsigned int handle, unsigned int info, const char *qd_kind, const struct tst_rtnl_attr_list *config) modify_qdisc() argument
/third_party/node/src/crypto/
H A Dcrypto_keys.h325 KeyExportJob( Environment* env, v8::Local<v8::Object> object, CryptoJobMode mode, std::shared_ptr<KeyObjectData> key, WebCryptoKeyFormat format, AdditionalParams&& params) KeyExportJob() argument
H A Dcrypto_x509.cc105 bool X509Certificate::HasInstance(Environment* env, Local<Object> object) { in HasInstance() argument
454 X509Certificate( Environment* env, Local<Object> object, std::shared_ptr<ManagedX509> cert, STACK_OF(X509)* issuer_chain) X509Certificate() argument
/third_party/node/src/inspector/
H A Dmain_thread_interface.cc20 explicit DeletableWrapper(std::unique_ptr<T> object) in DeletableWrapper() argument
34 std::unique_ptr<Deletable> WrapInDeletable(std::unique_ptr<T> object) { in WrapInDeletable() argument
262 AddObject(int id, std::unique_ptr<Deletable> object) AddObject() argument
/third_party/node/test/js-native-api/test_object/
H A Dtest_object.c28 napi_value object = args[0]; in Get() local
56 napi_value object = args[0]; in GetNamed() local
483 napi_value object, key, value; TestSetProperty() local
518 napi_value object, key; TestHasProperty() local
552 napi_value object, key, result; TestGetProperty() local
590 napi_value object = args[0]; TestFreeze() local
602 napi_value object = args[0]; TestSeal() local
[all...]
/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-helper.h232 GetObjectProperties( uintptr_t object, v8::debug_helper::MemoryAccessor memory_accessor, const HeapAddresses& heap_addresses, const char* type_hint = nullptr) GetObjectProperties() argument
[all...]
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dobject-inspection.cc341 GetModelForCustomArrayElement(IModelObject* context_object, size_t index, IModelObject** object) GetModelForCustomArrayElement() argument
[all...]
/third_party/node/src/
H A Dstream_wrap.cc164 LibuvStreamWrap* LibuvStreamWrap::From(Environment* env, Local<Object> object) { in From() argument
327 ShutdownWrap* LibuvStreamWrap::CreateShutdownWrap(Local<Object> object) { in CreateShutdownWrap() argument
331 WriteWrap* LibuvStreamWrap::CreateWriteWrap(Local<Object> object) { in CreateWriteWrap() argument
122 LibuvStreamWrap(Environment* env, Local<Object> object, uv_stream_t* stream, AsyncWrap::ProviderType provider) LibuvStreamWrap() argument
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtjava.cpp356 const char* object = "new Object[]{\n"; in array_write_java() local
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtjava.cpp356 const char* object = "new Object[]{\n"; in array_write_java() local
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dgeocoding_data.pb.cc216 void GeocodingInfo::ArenaDtor(void* object) { in ArenaDtor() argument
620 void PrefixesInfo::ArenaDtor(void* object) { in ArenaDtor() argument
972 void LanguageCodeInfo::ArenaDtor(void* object) { in ArenaDtor() argument
1199 void CountriesInfo::ArenaDtor(void* object) { in ArenaDtor() argument
1425 void CountryCodeInfo::ArenaDtor(void* object) { in ArenaDtor() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumber.pb.cc203 void PhoneNumber::ArenaDtor(void* object) { in ArenaDtor() argument
/third_party/node/deps/v8/src/compiler/
H A Dcsa-load-elimination.cc80 bool IsConstantObject(Node* object) { in IsConstantObject() argument
86 bool IsFreshObject(Node* object) { in IsFreshObject() argument
123 KillField( Node* object, Node* offset, MachineRepresentation repr) const KillField() argument
190 AddField( Node* object, Node* offset, Node* value, MachineRepresentation repr) const AddField() argument
214 Lookup( Node* object, Node* offset) const Lookup() argument
272 KillOffsetInFresh( Node* const object, uint32_t offset, MachineRepresentation repr) KillOffsetInFresh() argument
295 Node* object = inner_entry.first; Print() local
311 Node* object = outer_entry.first; Print() local
335 Node* object = NodeProperties::GetValueInput(node, 0); ReduceLoadFromObject() local
379 Node* object = NodeProperties::GetValueInput(node, 0); ReduceStoreToObject() local
511 Node* object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local
522 Node* object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local
[all...]
H A Dnode.cc500 V8_EXPORT_PRIVATE extern void _v8_internal_Node_Print(void* object) { in _v8_internal_Node_Print() argument
/third_party/node/deps/v8/src/codegen/
H A Dassembler.cc289 AddEmbeddedObject( Handle<HeapObject> object) AddEmbeddedObject() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl.cc243 *object); in CreateBoundFunction() local
233 CreateBoundFunction(Isolate* isolate, Handle<JSObject> object, Builtin builtin, int len) CreateBoundFunction() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.h28 inline MemOperand FieldMemOperand(Register object, int offset) { in FieldMemOperand() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmemory-chunk.cc366 void MemoryChunk::RegisterObjectWithInvalidatedSlots(HeapObject object) { in RegisterObjectWithInvalidatedSlots() argument
386 void MemoryChunk::InvalidateRecordedSlots(HeapObject object) { in InvalidateRecordedSlots() argument
404 RegisteredObjectWithInvalidatedSlots(HeapObject object) RegisteredObjectWithInvalidatedSlots() argument
[all...]
H A Dscavenger-inl.h19 void Scavenger::PromotionList::Local::PushRegularObject(HeapObject object, in PushRegularObject() argument
24 void Scavenger::PromotionList::Local::PushLargeObject(HeapObject object, in PushLargeObject() argument
74 void Scavenger::PageMemoryFence(MaybeObject object) { in PageMemoryFence() argument
113 SemiSpaceCopyObject( Map map, THeapObjectSlot slot, HeapObject object, int object_size, ObjectFields object_fields) SemiSpaceCopyObject() argument
151 PromoteObject(Map map, THeapObjectSlot slot, HeapObject object, int object_size, ObjectFields object_fields) PromoteObject() argument
209 HandleLargeObject(Map map, HeapObject object, int object_size, ObjectFields object_fields) HandleLargeObject() argument
232 EvacuateObjectDefault( Map map, THeapObjectSlot slot, HeapObject object, int object_size, ObjectFields object_fields) EvacuateObjectDefault() argument
277 EvacuateThinString(Map map, THeapObjectSlot slot, ThinString object, int object_size) EvacuateThinString() argument
302 EvacuateShortcutCandidate(Map map, THeapObjectSlot slot, ConsString object, int object_size) EvacuateShortcutCandidate() argument
345 EvacuateInPlaceInternalizableString( Map map, THeapObjectSlot slot, String object, int object_size, ObjectFields object_fields) EvacuateInPlaceInternalizableString() argument
401 ScavengeObject(THeapObjectSlot p, HeapObject object) ScavengeObject() argument
512 typename TSlot::TObject object = *slot; VisitPointersImpl() local
521 VisitJSArrayBuffer(Map map, JSArrayBuffer object) VisitJSArrayBuffer() argument
[all...]
H A Dlarge-spaces.cc159 HeapObject object = page->GetObject(); in AllocateRaw() local
195 HeapObject object = page->GetObject(); AllocateRawBackground() local
222 HeapObject object = page->GetObject(); AllocateLargePage() local
322 HeapObject object = current->GetObject(); FreeUnmarkedObjects() local
388 HeapObject object = chunk->GetObject(); Verify() local
487 UpdatePendingObject(HeapObject object) UpdatePendingObject() argument
561 HeapObject object = page->GetObject(); FreeDeadObjects() local
[all...]
H A Dmarking-visitor-inl.h82 typename TSlot::TObject object = in VisitPointersImpl() local
25 MarkObject( HeapObject host, HeapObject object) MarkObject() argument
101 Object object = VisitCodePointerImpl() local
116 HeapObject object = VisitEmbeddedPointer() local
148 VisitBytecodeArray( Map map, BytecodeArray object) VisitBytecodeArray() argument
220 VisitFixedArrayWithProgressBar(Map map, FixedArray object, ProgressBar& progress_bar) VisitFixedArrayWithProgressBar() argument
248 VisitFixedArray( Map map, FixedArray object) VisitFixedArray() argument
260 VisitFixedDoubleArray( Map map, FixedDoubleArray object) VisitFixedDoubleArray() argument
272 VisitEmbedderTracingSubClassNoEmbedderTracing(Map map, T object) VisitEmbedderTracingSubClassNoEmbedderTracing() argument
279 VisitEmbedderTracingSubClassWithEmbedderTracing(Map map, T object) VisitEmbedderTracingSubClassWithEmbedderTracing() argument
303 VisitEmbedderTracingSubclass(Map map, T object) VisitEmbedderTracingSubclass() argument
313 VisitJSApiObject( Map map, JSObject object) VisitJSApiObject() argument
319 VisitJSArrayBuffer( Map map, JSArrayBuffer object) VisitJSArrayBuffer() argument
326 VisitJSDataView( Map map, JSDataView object) VisitJSDataView() argument
332 VisitJSTypedArray( Map map, JSTypedArray object) VisitJSTypedArray() argument
[all...]
H A Dlocal-heap.h59 Handle<T> NewPersistentHandle(T object) { in NewPersistentHandle() argument
67 Handle<T> NewPersistentHandle(Handle<T> object) { in NewPersistentHandle() argument
/third_party/node/deps/v8/src/objects/
H A Dobjects.h661 cast(Object object) cast() argument
662 unchecked_cast(Object object) unchecked_cast() argument
[all...]
H A Dcompilation-cache-table.cc100 MaybeObject object = new_literals_map->Get(i + kLiteralContextOffset); in AddToFeedbackCellsMap() local
122 MaybeObject object = literals_map.Get(entry + kLiteralLiteralsOffset); in SearchLiteralsMap() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-literals.cc47 VisitElementOrProperty( Handle<JSObject> object, Handle<JSObject> value) VisitElementOrProperty() argument
68 StructureWalk( Handle<JSObject> object) StructureWalk() argument
240 ShouldCreateMemento(Handle<JSObject> object) ShouldCreateMemento() argument
241 ExitScope(Handle<AllocationSite> scope_site, Handle<JSObject> object) ExitScope() argument
290 ExitScope(Handle<AllocationSite> scope_site, Handle<JSObject> object) ExitScope() argument
311 DeepWalk(Handle<JSObject> object, DeprecationUpdateContext* site_context) DeepWalk() argument
320 DeepWalk(Handle<JSObject> object, AllocationSiteCreationContext* site_context) DeepWalk() argument
329 DeepCopy(Handle<JSObject> object, AllocationSiteUsageContext* site_context) DeepCopy() argument
[all...]

Completed in 26 milliseconds

1...<<31323334353637383940>>...53