Home
last modified time | relevance | path

Searched defs:source (Results 1826 - 1850 of 1989) sorted by relevance

1...<<71727374757677787980

/third_party/node/deps/v8/src/debug/
H A Ddebug.cc2376 bool Debug::SetScriptSource(Handle<Script> script, Handle<String> source, in SetScriptSource() argument
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc105 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 Dmacro-assembler-ia32.cc292 LoadAddress(Register destination, ExternalReference source) LoadAddress() argument
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc258 void OnStackReplacement(MacroAssembler* masm, OsrSourceTier source) { in OnStackReplacement() argument
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc1729 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 Dv8-debugger-agent-impl.cc1924 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 Dobjects-printer.cc1593 String source = String::cast(Script::cast(script()).source()); in PrintSourceCode() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Dic.cc3257 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 Dbytecode-array-builder.cc1047 BytecodeArrayBuilder& BytecodeArrayBuilder::CloneObject(Register source, in CloneObject() argument
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h1030 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 Delements.cc1021 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 Dvalue-serializer.cc354 void ValueSerializer::WriteRawBytes(const void* source, size_t length) { in WriteRawBytes() argument
/third_party/node/deps/v8/src/logging/
H A Dlog.cc289 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 DsljitNativeS390X.c1438 sljit_sw source, offset; /* TODO(carenas): only need 32 bit */ in sljit_generate_code() local
[all...]
/third_party/pulseaudio/src/modules/dbus/
H A Diface-core.c734 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 Dprotocol-native.c340 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 DvktPipelinePushConstantTests.cpp1572 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 DvktQueryPoolStatisticsTests.cpp3300 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 Dglslang_lex_autogen.cpp2286 char *source = yyg->yytext_ptr; in yy_get_next_buffer() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTexture.cpp1307 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 Dpreprocessor_lex_autogen.cpp1520 char *source = yyg->yytext_ptr; in yy_get_next_buffer() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp6691 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 DDeqpTestRunner.java2448 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 DTextureTest.cpp3743 GLTexture source; TEST_P() local
[all...]
H A DImageTest.cpp787 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...]

Completed in 102 milliseconds

1...<<71727374757677787980