| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | mid-tier-register-allocator.cc | 1269 void RegisterState::CopyFrom(RegisterIndex reg, RegisterState* source) { in CopyFrom() argument 3130 UnallocatedOperand* source = AllocateRegisters() local [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | code-stub-assembler.h | 374 TNode<Smi> BIntToSmi(TNode<BInt> source) { return source; } in BIntToSmi() argument 375 TNode<IntPtrT> BIntToIntPtr(TNode<BInt> source) { in BIntToIntPtr() argument 378 TNode<BInt> SmiToBInt(TNode<Smi> source) { return source; } in SmiToBInt() argument 379 TNode<BInt> IntPtrToBInt(TNode<IntPtrT> source) { in IntPtrToBInt() argument 383 TNode<Smi> BIntToSmi(TNode<BInt> source) { retur argument 384 BIntToIntPtr(TNode<BInt> source) BIntToIntPtr() argument 385 SmiToBInt(TNode<Smi> source) SmiToBInt() argument 386 IntPtrToBInt(TNode<IntPtrT> source) IntPtrToBInt() argument [all...] |
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | macro-assembler-mips64.cc | 1133 MemOperand source = rs; in CallRecordWriteStub() local 1168 MemOperand source = rs; in CallRecordWriteStub() local 1183 MemOperand source = rs; CallRecordWriteStub() local 1217 MemOperand source = rs; CallRecordWriteStub() local 1253 MemOperand source = rs; CallRecordWriteStub() local 1281 MemOperand source = rs; CallRecordWriteStub() local 1316 MemOperand source = rs; CallRecordWriteStub() local 1379 MemOperand source = rs; CallRecordWriteStub() local 1385 MemOperand source = rs; CallRecordWriteStub() local 1391 MemOperand source = rs; CallRecordWriteStub() local 1397 MemOperand source = rs; CallRecordWriteStub() local 1403 MemOperand source = rs; CallRecordWriteStub() local 1409 MemOperand source = rs; CallRecordWriteStub() local 1415 MemOperand source = rs; CallRecordWriteStub() local 1421 MemOperand source = rs; CallRecordWriteStub() local 1427 MemOperand source = rs; CallRecordWriteStub() local 1433 MemOperand source = rs; CallRecordWriteStub() local 1439 MemOperand source = rs; CallRecordWriteStub() local [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64.cc | 2999 DecompressTaggedPointer(const Register& destination, const Register& source) TruncateDoubleToI() argument
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | macro-assembler-ppc.cc | 598 DecompressTaggedPointer(Register destination, Register source) DecompressTaggedPointer() argument 622 DecompressAnyTagged(Register destination, Register source) DecompressAnyTagged() argument
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | macro-assembler-loong64.cc | 875 MemOperand source = rj; in CallRecordWriteStub() local 885 MemOperand source = rj; in CallRecordWriteStub() local 895 MemOperand source = rj; CallRecordWriteStub() local 905 MemOperand source = rj; CallRecordWriteStub() local 915 MemOperand source = rj; CallRecordWriteStub() local 925 MemOperand source = rj; CallRecordWriteStub() local 935 MemOperand source = rj; CallRecordWriteStub() local 952 MemOperand source = rj; CallRecordWriteStub() local 962 MemOperand source = rj; CallRecordWriteStub() local 979 MemOperand source = rj; CallRecordWriteStub() local 996 MemOperand source = rj; CallRecordWriteStub() local 2111 ExtractBits(Register dest, Register source, Register pos, int size, bool sign_extend) CallRecordWriteStub() argument 2133 InsertBits(Register dest, Register source, Register pos, int size) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | macro-assembler-x64.cc | 49 void MacroAssembler::Load(Register destination, ExternalReference source) { in Load() argument 65 void MacroAssembler::Store(ExternalReference destination, Register source) { in Store() argument 70 movq(Operand(kRootRegister, static_cast<int32_t>(delta)), source); in Store() local 78 movq(ExternalReferenceAsOperand(destination), source); in Store() local 105 LoadAddress(Register destination, ExternalReference source) LoadAddress() argument 154 PushAddress(ExternalReference source) PushAddress() argument 321 DecompressTaggedPointer(Register destination, Register source) DecompressTaggedPointer() argument 1239 GetSmiConstant(Smi source) CallRecordWriteStub() argument 1454 Push(Smi source) CallRecordWriteStub() argument 1475 Move(Register dst, Smi source) CallRecordWriteStub() argument 1615 Cmp(Register dst, Handle<Object> source) CallRecordWriteStub() argument 1624 Cmp(Operand dst, Handle<Object> source) CallRecordWriteStub() argument 1652 Push(Handle<HeapObject> source) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/execution/ppc/ |
| H A D | simulator-ppc.cc | 4134 uint32_t source = condition_reg_; in ExecuteGeneric() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | intl-objects.cc | 2932 FormatRangeSource source = FormatRangeSource::kShared; in GetSource() local 2948 Handle<String> Intl::SourceString(Isolate* isolate, FormatRangeSource source) { in SourceString() argument
|
| H A D | js-objects.cc | 273 FastAssign( Handle<JSReceiver> target, Handle<Object> source, PropertiesEnumerationMode mode, const base::ScopedVector<Handle<Object>>* excluded_properties, bool use_set) FastAssign() argument 414 SetOrCopyDataProperties( Isolate* isolate, Handle<JSReceiver> target, Handle<Object> source, PropertiesEnumerationMode mode, const base::ScopedVector<Handle<Object>>* excluded_properties, bool use_set) SetOrCopyDataProperties() argument 5643 Object source = script_object.source(); GetSource() local [all...] |
| /third_party/node/deps/v8/src/torque/ |
| H A D | torque-parser.cc | 30 std::string source; member
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | s_client.c | 742 static void freeandcopy(char **dest, const char *source) in freeandcopy() argument
|
| /third_party/openssl/apps/ |
| H A D | s_client.c | 742 static void freeandcopy(char **dest, const char *source) in freeandcopy() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationOperation.cpp | 3100 std::stringstream source; in initPrograms() local
|
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| H A D | spirv_instruction_builder_autogen.cpp | 81 WriteSource(Blob *blob, spv::SourceLanguage sourceLanguage, LiteralInteger version, const IdRef *file, const LiteralString *source) WriteSource() argument 613 WriteCopyMemory(Blob *blob, IdRef target, IdRef source, const spv::MemoryAccessMask *memoryAccess) WriteCopyMemory() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Renderer9.cpp | 2508 copyTexture(const gl::Context *context, const gl::Texture *source, GLint sourceLevel, gl::TextureTarget srcTarget, const gl::Box &sourceBox, GLenum destFormat, GLenum destType, const gl::Offset &destOffset, TextureStorage *storage, gl::TextureTarget destTarget, GLint destLevel, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) copyTexture() argument 2534 copyCompressedTexture(const gl::Context *context, const gl::Texture *source, GLint sourceLevel, TextureStorage *storage, GLint destLevel) copyCompressedTexture() argument 2611 createRenderTargetCopy(const gl::Context *context, RenderTargetD3D *source, RenderTargetD3D **outRT) createRenderTargetCopy() argument 2766 boxFilter(Context9 *context9, IDirect3DSurface9 *source, IDirect3DSurface9 *dest) boxFilter() argument 2790 copyToRenderTarget(const gl::Context *context, IDirect3DSurface9 *dest, IDirect3DSurface9 *source, bool fromManaged) copyToRenderTarget() argument 2861 copyImage(const gl::Context *context, ImageD3D *dest, ImageD3D *source, const gl::Box &sourceBox, const gl::Offset &destOffset, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) copyImage() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderImageLoadStoreTests.cpp | 2265 std::string source = GenCS<T>(internalformat); in Read() local 3929 std::string source = GenStoreShader(m_stage, internalformat, write_value); in Write() local 3940 std::string source = GenLoadShader(m_stage, internalformat, expected_value); in Write() local 4416 std::string source = GenShader<T>(stage, internalformat); in Atomic() local [all...] |
| H A D | gl4cShaderStorageBufferObjectTests.cpp | 368 GLuint BuildShaderProgram(GLenum type, const std::string& source) in BuildShaderProgram() argument 8915 bool Compile(const std::string& source) in Compile() argument
|
| H A D | gl3cTextureSwizzleTests.cpp | 1208 void GLW_APIENTRY debug_proc(glw::GLenum source, glw::GLenum type, glw::GLuint id, glw::GLenum severity, in debug_proc() argument [all...] |
| H A D | gl4cDirectStateAccessTexturesTests.cpp | 902 glw::GLchar const* source[3]; in PrepareProgram() member in gl4cts::DirectStateAccess::Textures::Shader::glw 2082 glw::GLchar const* source[3]; PrepareProgram() member in gl4cts::DirectStateAccess::Textures::Shader::glw 3493 glw::GLchar const* source[3]; PrepareProgram() member in gl4cts::DirectStateAccess::Textures::Shader::glw 7458 glw::GLchar const* source; CreateProgram() member in gl4cts::DirectStateAccess::Textures::Shader::glw [all...] |
| H A D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 243 GLuint BuildShaderProgram(GLenum type, const std::string& source) in BuildShaderProgram() argument 8329 bool Compile(const std::string& source) in Compile() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cShaderStorageBufferObjectTests.cpp | 239 GLuint BuildShaderProgram(GLenum type, const std::string& source) in BuildShaderProgram() argument 8497 bool Compile(const std::string& source) in Compile() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES3.cpp | 145 ValidateCopyTexture3DCommon(const Context *context, angle::EntryPoint entryPoint, const Texture *source, GLint sourceLevel, GLint srcInternalFormat, const Texture *dest, GLint destLevel, GLint internalFormat, TextureTarget destTarget) ValidateCopyTexture3DCommon() argument 1220 const FramebufferAttachment *source = framebuffer->getReadColorAttachment(); ValidateES3CopyTexImageParametersBase() local 2503 const Texture *source = context->getTexture(sourceId); ValidateCopyTexture3DANGLE() local 2572 const Texture *source = context->getTexture(sourceId); ValidateCopySubTexture3DANGLE() local [all...] |
| H A D | validationES2.cpp | 1867 static bool ValidDebugSource(GLenum source, bool mustBeThirdPartyOrApplication) in ValidDebugSource() argument 1922 ValidateDebugMessageControlKHR(const Context *context, angle::EntryPoint entryPoint, GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) ValidateDebugMessageControlKHR() argument 1973 ValidateDebugMessageInsertKHR(const Context *context, angle::EntryPoint entryPoint, GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) ValidateDebugMessageInsertKHR() argument 2063 ValidatePushDebugGroupKHR(const Context *context, angle::EntryPoint entryPoint, GLenum source, GLuint id, GLsizei length, const GLchar *message) ValidatePushDebugGroupKHR() argument 3167 const Texture *source = context->getTexture(sourceId); ValidateCopyTextureCHROMIUM() local 3275 const Texture *source = context->getTexture(sourceId); ValidateCopySubTextureCHROMIUM() local 3397 const Texture *source = context->getTexture(sourceId); ValidateCompressedCopyTextureCHROMIUM() local 4497 ValidateGetShaderSource(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID shader, GLsizei bufsize, const GLsizei *length, const GLchar *source) ValidateGetShaderSource() argument 5953 ValidateGetTranslatedShaderSourceANGLE(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID shader, GLsizei bufsize, const GLsizei *length, const GLchar *source) ValidateGetTranslatedShaderSourceANGLE() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | TextureVk.cpp | 540 const uint8_t *source = in setSubImageImpl() local 570 copyImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Rectangle &sourceArea, GLenum internalFormat, gl::Framebuffer *source) copyImage() argument 589 copySubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Offset &destOffset, const gl::Rectangle &sourceArea, gl::Framebuffer *source) copySubImage() argument 599 copyTexture(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, GLenum type, GLint sourceLevelGL, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copyTexture() argument 626 copySubTexture(const gl::Context *context, const gl::ImageIndex &index, const gl::Offset &dstOffset, GLint srcLevelGL, const gl::Box &sourceBox, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copySubTexture() argument 697 copyCompressedTexture(const gl::Context *context, const gl::Texture *source) copyCompressedTexture() argument 724 copySubImageImpl(const gl::Context *context, const gl::ImageIndex &index, const gl::Offset &destOffset, const gl::Rectangle &sourceArea, const gl::InternalFormat &internalFormat, gl::Framebuffer *source) copySubImageImpl() argument 826 copySubTextureImpl(ContextVk *contextVk, const gl::ImageIndex &index, const gl::Offset &dstOffset, const gl::InternalFormat &dstFormat, gl::LevelIndex sourceLevelGL, const gl::Box &sourceBox, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, TextureVk *source) copySubTextureImpl() argument 2575 syncState(const gl::Context *context, const gl::Texture::DirtyBits &dirtyBits, gl::Command source) syncState() argument [all...] |