| /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...] |
| H A D | RendererVk.h | 126 void CollectGarbage(std::vector<vk::GarbageObject> *garbageOut, ArgT object, ArgsT... objectsIn) in CollectGarbage() argument
|
| H A D | ContextVk.h | 456 void addGarbage(T *object) in addGarbage() argument
|
| /third_party/skia/third_party/externals/angle2/src/libEGL/ |
| H A D | libEGL_autogen.cpp | 678 eglLabelObjectKHR(EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label) eglLabelObjectKHR() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShader.cpp | 269 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 D | asn1.h | 450 ASN1_OBJECT *object; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 389 namespace object { namespace
|
| /third_party/python/Modules/cjkcodecs/ |
| H A D | multibytecodec.c | 76 make_tuple(PyObject *object, Py_ssize_t len) in make_tuple() argument [all...] |