| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-heap-broker.cc | 186 ObjectData* JSHeapBroker::TryGetOrCreateData(Object object, in TryGetOrCreateData() argument 191 GetOrCreateData(Handle<Object> object, GetOrCreateDataFlags flags) GetOrCreateData() argument 198 GetOrCreateData(Object object, GetOrCreateDataFlags flags) GetOrCreateData() argument [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-interface.cc | 182 bool GetPrivateMembers(Local<Context> context, Local<Object> object, in GetPrivateMembers() argument 888 i::Handle<i::Object> object = Utils::OpenHandle(*value); in EstimatedValueSize() local 913 i::Handle<i::WasmValueObject> object = in type() local 1322 Create( Local<Context> context, Local<Object> object, bool skip_indices) Create() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-object-gen.cc | 178 TNode<JSObject> object = CAST(receiver); in GetOwnValuesOrEntries() local 224 FastGetOwnValuesOrEntries( TNode<Context> context, TNode<JSObject> object, Label* if_call_runtime_with_fast_path, Label* if_no_properties, CollectType collect_type) FastGetOwnValuesOrEntries() argument 360 auto object = Parameter<Object>(Descriptor::kReceiver); TF_BUILTIN() local 463 auto object = Parameter<Object>(Descriptor::kObject); TF_BUILTIN() local 564 auto object = Parameter<Object>(Descriptor::kObject); TF_BUILTIN() local 583 auto object = Parameter<Object>(Descriptor::kObject); TF_BUILTIN() local 692 auto object = UncheckedParameter<JSObject>(Descriptor::kObject); TF_BUILTIN() local 698 auto object = UncheckedParameter<JSObject>(Descriptor::kObject); TF_BUILTIN() local 1187 auto object = Parameter<Object>(Descriptor::kObject); TF_BUILTIN() local 1194 auto object = Parameter<Object>(Descriptor::kLeft); TF_BUILTIN() local 1202 auto object = Parameter<Object>(Descriptor::kLeft); TF_BUILTIN() local 1213 auto object = Parameter<Object>(Descriptor::kLeft); TF_BUILTIN() local 1226 auto object = Parameter<Object>(Descriptor::kRight); TF_BUILTIN() local 1309 TNode<JSReceiver> object = ToObject_Inline(context, object_input); TF_BUILTIN() local 1394 AddToDictionaryIf( TNode<BoolT> condition, TNode<Context> context, TNode<Object> object, TNode<HeapObject> name_dictionary, Handle<Name> name, TNode<Object> value, Label* bailout) AddToDictionaryIf() argument [all...] |
| H A D | builtins-string-gen.cc | 876 MaybeCallFunctionAtSymbol( const TNode<Context> context, const TNode<Object> object, const TNode<Object> maybe_string, Handle<Symbol> symbol, DescriptorIndexNameValue additional_property_to_check, const NodeFunction0& regexp_call, const NodeFunction1& generic_call) MaybeCallFunctionAtSymbol() argument 1504 BranchIfStringPrimitiveWithNoCustomIteration( TNode<Object> object, TNode<Context> context, Label* if_true, Label* if_false) BranchIfStringPrimitiveWithNoCustomIteration() argument [all...] |
| H A D | builtins-internal-gen.cc | 48 auto object = Parameter<JSObject>(Descriptor::kObject); in TF_BUILTIN() local 63 auto object = Parameter<JSObject>(Descriptor::kObject); in TF_BUILTIN() local 128 IsPageFlagSet(TNode<IntPtrT> object, int mask) IsPageFlagSet() argument 137 IsWhite(TNode<IntPtrT> object) IsWhite() argument 148 GetMarkBit(TNode<IntPtrT> object, TNode<IntPtrT>* cell, TNode<IntPtrT>* mask) GetMarkBit() argument 176 InsertIntoRememberedSet(TNode<IntPtrT> object, TNode<IntPtrT> slot, SaveFPRegsMode fp_mode) InsertIntoRememberedSet() argument 274 TNode<IntPtrT> object = BitcastTaggedToWord( GenerationalWriteBarrier() local 284 TNode<IntPtrT> object = BitcastTaggedToWord( GenerationalWriteBarrier() local 292 TNode<IntPtrT> object = BitcastTaggedToWord( GenerationalWriteBarrier() local 329 TNode<IntPtrT> object = BitcastTaggedToWord( IncrementalWriteBarrier() local 339 TNode<IntPtrT> object = BitcastTaggedToWord( IncrementalWriteBarrier() local 378 TNode<IntPtrT> object = BitcastTaggedToWord( GenerateEphemeronKeyBarrier() local 985 auto object = Parameter<HeapObject>(Descriptor::kObject); TF_BUILTIN() local 1229 auto object = Parameter<Object>(Descriptor::kObject); TF_BUILTIN() local 1284 auto object = Parameter<Object>(Descriptor::kObject); TF_BUILTIN() local [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64-inl.h | 20 MemOperand FieldMemOperand(Register object, int offset) { in FieldMemOperand() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | object-stats.cc | 570 RecordVirtualJSGlobalObjectDetails( JSGlobalObject object) RecordVirtualJSGlobalObjectDetails() argument 582 RecordVirtualJSObjectDetails(JSObject object) RecordVirtualJSObjectDetails() argument 588 RecordSimpleVirtualObjectStats(HeapObject(), object, RecordVirtualJSObjectDetails() local 717 HeapObject object; RecordVirtualFeedbackVectorDetails() local 976 RecordVirtualObjectsForConstantPoolOrEmbeddedObjects( HeapObject parent, HeapObject object, ObjectStats::VirtualInstanceType type) RecordVirtualObjectsForConstantPoolOrEmbeddedObjects() argument [all...] |
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-debug.cc | 367 void VerifyJSObjectElements(Isolate* isolate, JSObject object) { in VerifyJSObjectElements() argument 1726 MaybeObject object = array.Get(i); Verify() local 1936 HeapObject object = HeapObject::cast(o); global() variable [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-debugger.cc | 704 v8::Local<v8::Object> object = iterator->GetObject(); in getTargetScopes() local 1165 addInternalObject(v8::Local<v8::Context> context, v8::Local<v8::Object> object, V8InternalValueType type) addInternalObject() argument [all...] |
| H A D | value-mirror.cc | 141 v8::Local<v8::Object> object = value.As<v8::Object>(); in toProtocolValue() local 57 objectToProtocolValue( v8::Local<v8::Context> context, v8::Local<v8::Object> object, int maxDepth, std::unique_ptr<protocol::DictionaryValue>* result) objectToProtocolValue() argument 258 descriptionForError(v8::Local<v8::Context> context, v8::Local<v8::Object> object, ErrorType type) descriptionForError() argument 304 descriptionForObject(v8::Isolate* isolate, v8::Local<v8::Object> object) descriptionForObject() argument 322 descriptionForScope(v8::Local<v8::Context> context, v8::Local<v8::Object> object) descriptionForScope() argument 333 descriptionForCollection(v8::Isolate* isolate, v8::Local<v8::Object> object, size_t length) descriptionForCollection() argument 340 descriptionForWasmValueObject( v8::Local<v8::Context> context, v8::Local<v8::debug::WasmValueObject> object) descriptionForWasmValueObject() argument 348 descriptionForEntry(v8::Local<v8::Context> context, v8::Local<v8::Object> object) descriptionForEntry() argument 838 v8::Local<v8::Object> object = value.As<v8::Object>(); isArrayLike() local 941 getPropertiesForPreview(v8::Local<v8::Context> context, v8::Local<v8::Object> object, int* nameLimit, int* indexLimit, bool* overflow, std::vector<PropertyMirror>* properties) getPropertiesForPreview() argument 975 getInternalPropertiesForPreview( v8::Local<v8::Context> context, v8::Local<v8::Object> object, int* nameLimit, bool* overflow, std::vector<InternalPropertyMirror>* properties) getInternalPropertiesForPreview() argument 1006 getPrivatePropertiesForPreview( v8::Local<v8::Context> context, v8::Local<v8::Object> object, int* nameLimit, bool* overflow, protocol::Array<PropertyPreview>* privateProperties) getPrivatePropertiesForPreview() argument 1256 v8::Local<v8::Value> object; nativeGetterCallback() local 1267 createNativeGetter(v8::Local<v8::Context> context, v8::Local<v8::Value> object, v8::Local<v8::Name> name) createNativeGetter() argument 1300 v8::Local<v8::Value> object; nativeSetterCallback() local 1310 createNativeSetter(v8::Local<v8::Context> context, v8::Local<v8::Value> object, v8::Local<v8::Name> name) createNativeSetter() argument 1333 doesAttributeHaveObservableSideEffectOnGet(v8::Local<v8::Context> context, v8::Local<v8::Object> object, v8::Local<v8::Name> name) doesAttributeHaveObservableSideEffectOnGet() argument 1375 getProperties(v8::Local<v8::Context> context, v8::Local<v8::Object> object, bool ownProperties, bool accessorPropertiesOnly, bool nonIndexedPropertiesOnly, PropertyAccumulator* accumulator) getProperties() argument 1528 getInternalProperties( v8::Local<v8::Context> context, v8::Local<v8::Object> object, std::vector<InternalPropertyMirror>* mirrors) getInternalProperties() argument 1582 getPrivateProperties( v8::Local<v8::Context> context, v8::Local<v8::Object> object, bool accessorPropertiesOnly) getPrivateProperties() argument 1649 v8::Local<v8::Object> object = value.As<v8::Object>(); clientMirror() local 1758 v8::Local<v8::Object> object = value.As<v8::Object>(); create() local 1796 v8::Local<v8::debug::WasmValueObject> object = create() local [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter-generator.cc | 579 TNode<Object> object = LoadRegisterAtOperandIndex(0); IGNITION_HANDLER() local 600 TNode<Object> object = LoadRegisterAtOperandIndex(0); SetNamedProperty() local 650 TNode<Object> object = LoadRegisterAtOperandIndex(0); IGNITION_HANDLER() local 682 TNode<Object> object = LoadRegisterAtOperandIndex(0); IGNITION_HANDLER() local 734 TNode<Object> object = LoadRegisterAtOperandIndex(0); IGNITION_HANDLER() local 1177 TNode<Object> object = GetAccumulator(); IGNITION_HANDLER() local 1320 TNode<Object> object = LoadRegisterAtOperandIndex(0); IGNITION_HANDLER() local 1335 TNode<Object> object = LoadRegisterAtOperandIndex(0); IGNITION_HANDLER() local 1703 TNode<Object> object = GetAccumulator(); IGNITION_HANDLER() local 1720 TNode<Object> object = LoadRegisterAtOperandIndex(0); IGNITION_HANDLER() local 1737 TNode<Object> object = GetAccumulator(); IGNITION_HANDLER() local 1757 TNode<Object> object = GetAccumulator(); IGNITION_HANDLER() local 1768 TNode<Object> object = GetAccumulator(); IGNITION_HANDLER() local 1780 TNode<Object> object = GetAccumulator(); IGNITION_HANDLER() local 2573 TNode<Object> object = LoadRegisterAtOperandIndex(0); IGNITION_HANDLER() local [all...] |
| H A D | interpreter-assembler.cc | 1554 TNode<Object> object = GetAccumulator(); in ToNumberOrNumeric() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | code-inl.h | 260 HeapObject object = in GCSafeCodeDataContainer() local 873 bool Code::IsWeakObject(HeapObject object) { in IsWeakObject() argument 877 bool Code::IsWeakObjectInOptimizedCode(HeapObject object) { in IsWeakObjectInOptimizedCode() argument 888 IsWeakObjectInDeoptimizationLiteralArray(Object object) IsWeakObjectInDeoptimizationLiteralArray() argument [all...] |
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-regexp.cc | 1615 ToUint32(Isolate* isolate, Handle<Object> object, uint32_t* out) ToUint32() argument [all...] |
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | serializer.cc | 145 bool Serializer::MustBeDeferred(HeapObject object) { return false; } in MustBeDeferred() argument 246 HeapObject object = HeapObject::cast(isolate()->root(root)); in PutRoot() local 284 PutBackReference(HeapObject object, SerializerReference reference) PutBackReference() argument 676 UnlinkWeakNextScope(Heap* heap, HeapObject object) UnlinkWeakNextScope() argument 765 GetSnapshotSpace(HeapObject object) GetSnapshotSpace() argument 1022 HeapObject object = target->target_object(isolate()); VisitEmbeddedPointer() local 1030 Code object = Code::GetCodeFromTargetAddress(target->target_address()); VisitCodeTarget() local [all...] |
| /third_party/node/deps/v8/src/torque/ |
| H A D | ast.h | 515 Expression* object; member 1282 inline FieldAccessExpression* MakeFieldAccessExpression(Expression* object, in MakeFieldAccessExpression() argument
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_pipeline.c | 85 dzn_cached_blob_serialize(struct vk_pipeline_cache_object *object, in dzn_cached_blob_serialize() argument 96 dzn_cached_blob_destroy(struct vk_pipeline_cache_object *object) in dzn_cached_blob_destroy() argument
|
| /third_party/openssl/test/ |
| H A D | endecode_test.c | 226 encode_EVP_PKEY_prov(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, const char *output_type, const char *output_structure, const char *pass, const char *pcipher) encode_EVP_PKEY_prov() argument 267 decode_EVP_PKEY_prov(const char *file, const int line, void **object, void *encoded, long encoded_len, const char *input_type, const char *structure_type, const char *keytype, int selection, const char *pass) decode_EVP_PKEY_prov() argument 342 encode_EVP_PKEY_legacy_PEM(const char *file, const int line, void **encoded, long *encoded_len, void *object, ossl_unused int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, const char *pass, const char *pcipher) encode_EVP_PKEY_legacy_PEM() argument 382 encode_EVP_PKEY_MSBLOB(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, ossl_unused const char *pass, ossl_unused const char *pcipher) encode_EVP_PKEY_MSBLOB() argument 427 encode_EVP_PKEY_PVK(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, const char *pass, ossl_unused const char *pcipher) encode_EVP_PKEY_PVK() argument [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | source.c | 2106 int pa_source_process_msg(pa_msgobject *object, int code, void *userdata, int64_t offset, pa_memchunk *chunk) { in pa_source_process_msg() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| H A D | vktMemoryAddressBindingTests.cpp | 184 Unique<typename Case::Type> object; member [all...] |
| H A D | vktMemoryDeviceMemoryReportTests.cpp | 160 Unique<typename Case::Type> object; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineRenderToImageTests.cpp | 916 VkDeviceMemory object = 0; in testWithSizeReduction() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryAddressBindingTests.cpp | 152 Unique<typename Case::Type> object; member [all...] |
| H A D | vktMemoryDeviceMemoryReportTests.cpp | 157 Unique<typename Case::Type> object; member [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_utils.h | 273 ObjectAndSerial(ObjT &&object, Serial serial) : mObject(std::move(object)), mSerial(serial) {} in ObjectAndSerial() argument 317 static GarbageObject Get(WrappedObject<DerivedT, HandleT> *object) in Get() argument [all...] |