/third_party/node/deps/v8/src/debug/ |
H A D | debug.cc | 2376 bool Debug::SetScriptSource(Handle<Script> script, Handle<String> source, in SetScriptSource() argument [all...] |
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-win32.cc | 105 int strncpy_s(char* dest, size_t dest_size, const char* source, size_t count) { in strncpy_s() argument
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 292 LoadAddress(Register destination, ExternalReference source) LoadAddress() argument
|
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 258 void OnStackReplacement(MacroAssembler* masm, OsrSourceTier source) { in OnStackReplacement() argument
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.cc | 1729 FinalizeScript( Isolate* isolate, Handle<String> source, const ScriptDetails& script_details) FinalizeScript() argument 1864 Finish( Isolate* isolate, Handle<String> source, ScriptOriginOptions origin_options) Finish() argument 2295 GetFunctionFromEval( Handle<String> source, Handle<SharedFunctionInfo> outer_info, Handle<Context> context, LanguageMode language_mode, ParseRestriction restriction, int parameters_end_pos, int eval_scope_position, int eval_position, ParsingWhileDebugging parsing_while_debugging) Compile() argument 2435 CodeGenerationFromStringsAllowed(Isolate* isolate, Handle<Context> context, Handle<String> source) Compile() argument 2451 ModifyCodeGenerationFromStrings(Isolate* isolate, Handle<Context> context, Handle<i::Object>* source, bool is_code_like) Compile() argument 2554 GetFunctionFromValidatedString( Handle<Context> context, MaybeHandle<String> source, ParseRestriction restriction, int parameters_end_pos) Compile() argument 2582 GetFunctionFromString( Handle<Context> context, Handle<Object> source, ParseRestriction restriction, int parameters_end_pos, bool is_code_like) Compile() argument 2795 NewScript( Isolate* isolate, ParseInfo* parse_info, Handle<String> source, ScriptDetails script_details, NativesFlag natives, MaybeHandle<FixedArray> maybe_wrapped_arguments = kNullMaybeHandle) Compile() argument 2809 CompileScriptOnMainThread( const UnoptimizedCompileFlags flags, Handle<String> source, const ScriptDetails& script_details, NativesFlag natives, v8::Extension* extension, Isolate* isolate, IsCompiledScope* is_compiled_scope) Compile() argument 2831 StressBackgroundCompileThread(Isolate* isolate, Handle<String> source, ScriptType type) Compile() argument 2851 SourceStream(Handle<String> source, Isolate* isolate) Compile() argument 2898 CompileScriptOnBothBackgroundAndMainThread( Handle<String> source, const ScriptDetails& script_details, Isolate* isolate, IsCompiledScope* is_compiled_scope) Compile() argument 2964 GetSharedFunctionInfoForScriptImpl( Isolate* isolate, Handle<String> source, const ScriptDetails& script_details, v8::Extension* extension, AlignedCachedData* cached_data, BackgroundDeserializeTask* deserialize_task, ScriptCompiler::CompileOptions compile_options, ScriptCompiler::NoCacheReason no_cache_reason, NativesFlag natives) Compile() argument 3105 GetSharedFunctionInfoForScript( Isolate* isolate, Handle<String> source, const ScriptDetails& script_details, ScriptCompiler::CompileOptions compile_options, ScriptCompiler::NoCacheReason no_cache_reason, NativesFlag natives) Compile() argument 3116 GetSharedFunctionInfoForScriptWithExtension( Isolate* isolate, Handle<String> source, const ScriptDetails& script_details, v8::Extension* extension, ScriptCompiler::CompileOptions compile_options, NativesFlag natives) Compile() argument 3126 GetSharedFunctionInfoForScriptWithCachedData( Isolate* isolate, Handle<String> source, const ScriptDetails& script_details, AlignedCachedData* cached_data, ScriptCompiler::CompileOptions compile_options, ScriptCompiler::NoCacheReason no_cache_reason, NativesFlag natives) Compile() argument 3137 GetSharedFunctionInfoForScriptWithDeserializeTask( Isolate* isolate, Handle<String> source, const ScriptDetails& script_details, BackgroundDeserializeTask* deserialize_task, ScriptCompiler::CompileOptions compile_options, ScriptCompiler::NoCacheReason no_cache_reason, NativesFlag natives) Compile() argument 3149 GetWrappedFunction( Handle<String> source, Handle<FixedArray> arguments, Handle<Context> context, const ScriptDetails& script_details, AlignedCachedData* cached_data, v8::ScriptCompiler::CompileOptions compile_options, v8::ScriptCompiler::NoCacheReason no_cache_reason) Compile() argument 3245 GetSharedFunctionInfoForStreamedScript( Isolate* isolate, Handle<String> source, const ScriptDetails& script_details, ScriptStreamingData* streaming_data) Compile() argument 3301 GetSharedFunctionInfoForWebSnapshot( Isolate* isolate, Handle<String> source, MaybeHandle<Object> maybe_script_name) Compile() argument [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-agent-impl.cc | 1924 setBreakpointFor(v8::Local<v8::Function> function, v8::Local<v8::String> condition, BreakpointSource source) setBreakpointFor() argument 1938 removeBreakpointFor(v8::Local<v8::Function> function, BreakpointSource source) removeBreakpointFor() argument [all...] |
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 1593 String source = String::cast(Script::cast(script()).source()); in PrintSourceCode() local [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | ic.cc | 3257 Handle<Object> source = args.at(0); in RUNTIME_FUNCTION() local 3230 CloneObjectSlowPath(Isolate* isolate, Handle<Object> source, int flags) CloneObjectSlowPath() argument
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-builder.cc | 1047 BytecodeArrayBuilder& BytecodeArrayBuilder::CloneObject(Register source, in CloneObject() argument [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-ir.h | 1030 explicit InitialValue(uint32_t bitfield, interpreter::Register source) in InitialValue() argument 1033 interpreter::Register source() const { return source_; } in source() function in v8::internal::maglev::InitialValue 1234 GapMove(uint32_t bitfield, compiler::AllocatedOperand source, in GapMove() argument 1238 compiler::AllocatedOperand source() const { return source_; } in source() function in v8::internal::maglev::GapMove
|
/third_party/node/deps/v8/src/objects/ |
H A D | elements.cc | 1021 static void CopyTypedArrayElementsSliceImpl(JSTypedArray source, in CopyTypedArrayElementsSliceImpl() argument 1033 static Object CopyElementsHandleImpl(Handle<Object> source, in CopyElementsHandleImpl() argument 3567 CopyTypedArrayElementsSliceImpl(JSTypedArray source, JSTypedArray destination, size_t start, size_t end) CopyTypedArrayElementsSliceImpl() argument 3631 CopyElementsFromTypedArray(JSTypedArray source, JSTypedArray destination, size_t length, size_t offset) CopyElementsFromTypedArray() argument 3713 HoleyPrototypeLookupRequired(Isolate* isolate, Context context, JSArray source) HoleyPrototypeLookupRequired() argument 3736 TryCopyElementsFastNumber(Context context, JSArray source, JSTypedArray destination, size_t length, size_t offset) TryCopyElementsFastNumber() argument 3825 CopyElementsHandleSlow(Handle<Object> source, Handle<JSTypedArray> destination, size_t length, size_t offset) CopyElementsHandleSlow() argument 3876 CopyElementsHandleImpl(Handle<Object> source, Handle<JSObject> destination, size_t length, size_t offset) CopyElementsHandleImpl() argument [all...] |
H A D | value-serializer.cc | 354 void ValueSerializer::WriteRawBytes(const void* source, size_t length) { in WriteRawBytes() argument
|
/third_party/node/deps/v8/src/logging/ |
H A D | log.cc | 289 RegExpCodeCreateEvent(Handle<AbstractCode> code, Handle<String> source) RegExpCodeCreateEvent() argument 479 CodeCreateEvent( LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> source, int line, int column) CodeCreateEvent() argument 511 RegExpCodeCreateEvent(Handle<AbstractCode> code, Handle<String> source) RegExpCodeCreateEvent() argument 1450 RegExpCodeCreateEvent(Handle<AbstractCode> code, Handle<String> source) RegExpCodeCreateEvent() argument 1456 msg << *source; RegExpCodeCreateEvent() local [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeS390X.c | 1438 sljit_sw source, offset; /* TODO(carenas): only need 32 bit */ in sljit_generate_code() local [all...] |
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-core.c | 734 pa_dbusiface_device *source; in get_sources() local 1229 pa_source *source; handle_get_source_by_name() local 2175 pa_source *source; pa_dbusiface_core_new() local 2352 pa_dbusiface_core_get_source_path(pa_dbusiface_core *c, const pa_source *source) pa_dbusiface_core_get_source_path() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-native.c | 340 record_stream_new( pa_native_connection *c, pa_source *source, pa_sample_spec *ss, pa_channel_map *map, pa_idxset *formats, pa_buffer_attr *attr, pa_cvolume *volume, bool muted, bool muted_set, pa_source_output_flags_t flags, pa_proplist *p, bool adjust_latency, bool early_requests, bool relative_volume, bool peak_detect, pa_sink_input *direct_on_input, int *ret) record_stream_new() argument 2057 pa_source *source = NULL; command_create_record_stream() local 2678 pa_source *source; command_lookup() local 3105 source_fill_tagstruct(pa_native_connection *c, pa_tagstruct *t, pa_source *source) source_fill_tagstruct() argument 3388 pa_source *source = NULL; command_get_info() local 3642 pa_source *source = NULL; command_set_volume() local 3739 pa_source *source = NULL; command_set_mute() local 4251 pa_source *source; command_set_default_sink_or_source() local 4451 pa_source *source; command_move_stream() local 4536 pa_source *source; command_suspend() local 4729 pa_source *source; command_set_sink_or_source_port() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelinePushConstantTests.cpp | 1572 const std::string source = in initPrograms() local 1595 const std::string source = in initPrograms() local 1626 const std::string source = in initPrograms() local 1652 const std::string source = in initPrograms() local 1685 const std::string source = in initPrograms() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 3300 std::ostringstream source; in initPrograms() local 3377 std::ostringstream source; in initPrograms() local 3437 std::ostringstream source; in initPrograms() local 3524 std::ostringstream source; initPrograms() local 4096 std::ostringstream source; initPrograms() local 4112 std::ostringstream source; initPrograms() local [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_lex_autogen.cpp | 2286 char *source = yyg->yytext_ptr; in yy_get_next_buffer() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Texture.cpp | 1307 copyImage(Context *context, TextureTarget target, GLint level, const Rectangle &sourceArea, GLenum internalFormat, Framebuffer *source) copyImage() argument 1385 copySubImage(Context *context, const ImageIndex &index, const Offset &destOffset, const Rectangle &sourceArea, Framebuffer *source) copySubImage() argument 1470 copyTexture(Context *context, TextureTarget target, GLint level, GLenum internalFormat, GLenum type, GLint sourceLevel, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, Texture *source) copyTexture() argument 1511 copySubTexture(const Context *context, TextureTarget target, GLint level, const Offset &destOffset, GLint sourceLevel, const Box &sourceBox, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, Texture *source) copySubTexture() argument 1541 copyCompressedTexture(Context *context, const Texture *source) copyCompressedTexture() argument 2098 syncState(const Context *context, Command source) syncState() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor_lex_autogen.cpp | 1520 char *source = yyg->yytext_ptr; in yy_get_next_buffer() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackTests.cpp | 6691 glw::GLchar const* const source; in buildProgram() member in Shader::glw 6852 preprocessCode(std::string source, std::string key, std::string value) preprocessCode() argument [all...] |
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
H A D | DeqpTestRunner.java | 2448 private static void copyOptions(DeqpTestRunner destination, DeqpTestRunner source) { in copyOptions() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureTest.cpp | 3743 GLTexture source; TEST_P() local [all...] |
H A D | ImageTest.cpp | 787 verifyResultAHB(AHardwareBuffer *source, const std::vector<AHBPlaneData> &data, AHBVerifyRegion verifyRegion = AHBVerifyRegion::Entire) verifyResultAHB() argument 913 reinterpretHelper(sourcetype source) reinterpretHelper() argument 1504 GLTexture source; ValidationGLEGLImage_helper() local 1671 GLTexture source; Source2DTarget2D_helper() local 1703 GLTexture source; TEST_P() local 1739 GLTexture source; TEST_P() local 1773 GLTexture source; TEST_P() local 1855 GLTexture source; Source2DTarget2DArray_helper() local 1891 AHardwareBuffer *source; TEST_P() local 1936 AHardwareBuffer *source; SourceAHBTarget2D_helper() local 2287 AHardwareBuffer *source; TEST_P() local 2348 AHardwareBuffer *source; SourceAHBTarget2DArray_helper() local 2401 AHardwareBuffer *source; SourceAHBTargetExternal_helper() local 2492 AHardwareBuffer *source; TEST_P() local 2640 AHardwareBuffer *source; TEST_P() local 3146 AHardwareBuffer *source; SourceAHBTargetExternalESSL3_helper() local 3192 AHardwareBuffer *source; TEST_P() local 3269 GLTexture source; Source2DTargetRenderbuffer_helper() local 3416 GLTexture source; Source2DTargetExternal_helper() local 3459 GLTexture source; Source2DTargetExternalESSL3_helper() local 3503 GLTexture source; SourceCubeTarget2D_helper() local 3554 GLTexture source; SourceCubeTargetRenderbuffer_helper() local 3604 GLTexture source; SourceCubeTargetExternal_helper() local 3651 GLTexture source; SourceCubeTargetExternalESSL3_helper() local 3701 GLTexture source; Source3DTargetTexture_helper() local 3758 GLTexture source; Source3DTargetRenderbuffer_helper() local 3813 GLTexture source; Source3DTargetExternal_helper() local 3865 GLTexture source; Source3DTargetExternalESSL3_helper() local 3909 GLRenderbuffer source; SourceRenderbufferTargetTexture_helper() local 3953 GLRenderbuffer source; SourceRenderbufferTargetTextureExternal_helper() local 3995 GLRenderbuffer source; SourceRenderbufferTargetTextureExternalESSL3_helper() local 4038 GLRenderbuffer source; SourceRenderbufferTargetRenderbuffer_helper() local 4073 GLTexture source; TEST_P() local 4139 GLTexture source; TEST_P() local 4229 GLTexture source; TEST_P() local 4263 GLTexture source; TEST_P() local 4299 GLTexture source; TEST_P() local 4354 GLTexture source; TEST_P() local 4398 GLTexture source; TEST_P() local 4451 AHardwareBuffer *source; TEST_P() local 4516 GLTexture source; TEST_P() local [all...] |