Home
last modified time | relevance | path

Searched defs:object (Results 2476 - 2500 of 2770) sorted by relevance

1...<<919293949596979899100>>...111

/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc367 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 Dv8-debugger.cc704 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 Dvalue-mirror.cc141 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 Dinterpreter-generator.cc579 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 Dinterpreter-assembler.cc1554 TNode<Object> object = GetAccumulator(); in ToNumberOrNumeric() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dcode-inl.h260 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 Druntime-regexp.cc1615 ToUint32(Isolate* isolate, Handle<Object> object, uint32_t* out) ToUint32() argument
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.cc145 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 Dast.h515 Expression* object; member
1282 inline FieldAccessExpression* MakeFieldAccessExpression(Expression* object, in MakeFieldAccessExpression() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c85 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 Dendecode_test.c226 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 Dsource.c2106 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 DvktMemoryAddressBindingTests.cpp184 Unique<typename Case::Type> object; member
[all...]
H A DvktMemoryDeviceMemoryReportTests.cpp160 Unique<typename Case::Type> object; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp916 VkDeviceMemory object = 0; in testWithSizeReduction() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp152 Unique<typename Case::Type> object; member
[all...]
H A DvktMemoryDeviceMemoryReportTests.cpp157 Unique<typename Case::Type> object; member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.h273 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...]
H A DRendererVk.h126 void CollectGarbage(std::vector<vk::GarbageObject> *garbageOut, ArgT object, ArgsT... objectsIn) in CollectGarbage() argument
H A DContextVk.h456 void addGarbage(T *object) in addGarbage() argument
/third_party/skia/third_party/externals/angle2/src/libEGL/
H A DlibEGL_autogen.cpp678 eglLabelObjectKHR(EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label) eglLabelObjectKHR() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp269 auto &object = defs[resultId]; in robustBufferAccess() local
342 auto &object = CreateConstant(insn); in robustBufferAccess() local
353 auto &object in robustBufferAccess() local
844 auto &object = defs[resultId]; CreateConstant() local
853 ProcessInterfaceVariable(Object &object) ProcessInterfaceVariable() argument
1565 auto &object = defs[resultId]; DefineResult() local
2496 auto &object = getObject(insn.resultId()); emitEpilog() local
2554 Operand(const EmitState *state, const Object &object) Operand() argument
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dasn1.h450 ASN1_OBJECT *object; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProf.h389 namespace object { namespace
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c76 make_tuple(PyObject *object, Py_ssize_t len) in make_tuple() argument
[all...]

Completed in 56 milliseconds

1...<<919293949596979899100>>...111