| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | sparse_array.c | 129 static void trampoline(ossl_uintmax_t n, void *l, void *arg) in trampoline() function
|
| /third_party/openssl/crypto/ |
| H A D | sparse_array.c | 129 static void trampoline(ossl_uintmax_t n, void *l, void *arg) in trampoline() function
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| H A D | uprobes.c | 143 unsigned long arch_uretprobe_hijack_return_addr(unsigned long trampoline, in arch_uretprobe_hijack_return_addr() argument
|
| H A D | kprobes.c | 536 static struct kprobe trampoline = { variable
|
| /kernel/linux/linux-6.6/arch/s390/kernel/ |
| H A D | uprobes.c | 144 unsigned long arch_uretprobe_hijack_return_addr(unsigned long trampoline, in arch_uretprobe_hijack_return_addr() argument
|
| H A D | ftrace.c | 83 static struct ftrace_hotpatch_trampoline *trampoline; in ftrace_init_nop() local 130 struct ftrace_hotpatch_trampoline *trampoline; in ftrace_get_trampoline() local 149 struct ftrace_hotpatch_trampoline *trampoline; ftrace_modify_call() local 187 struct ftrace_hotpatch_trampoline *trampoline; ftrace_make_call() local [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | safepoint-table.cc | 118 int SafepointTableBuilder::UpdateDeoptimizationInfo(int pc, int trampoline, in UpdateDeoptimizationInfo() argument [all...] |
| H A D | safepoint-table.h | 211 int trampoline = SafepointEntry::kNoTrampolinePC; member
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H A D | ftrace.c | 328 void *trampoline; in create_trampoline() local [all...] |
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| H A D | ftrace.c | 324 void *trampoline; in create_trampoline() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-regexp.cc | 182 Handle<CodeT> trampoline = in set_bytecode_and_trampoline() local
|
| /third_party/rust/crates/cxx/macro/src/ |
| H A D | expand.rs | 808 fn trampoline(); in expand_function_pointer_trampoline() functions
|
| /third_party/skia/src/gpu/ |
| H A D | GrBlurUtils.cpp | 404 sk_sp<GrThreadSafeCache::Trampoline> trampoline; in hw_create_filtered_mask() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| H A D | i915_cmd_parser.c | 1423 intel_engine_cmd_parser(struct intel_engine_cs *engine, struct i915_vma *batch, unsigned long batch_offset, unsigned long batch_length, struct i915_vma *shadow, bool trampoline) intel_engine_cmd_parser() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| H A D | i915_cmd_parser.c | 1440 intel_engine_cmd_parser(struct intel_engine_cs *engine, struct i915_vma *batch, unsigned long batch_offset, unsigned long batch_length, struct i915_vma *shadow, bool trampoline) intel_engine_cmd_parser() argument
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp.cc | 585 Handle<CodeT> trampoline = in CompileIrregexp() local 587 data->set(JSRegExp::code_index(is_one_byte), *trampoline); in CompileIrregexp() local
|
| /third_party/skia/tests/ |
| H A D | GrThreadSafeCacheTest.cpp | 648 FillInViewOnGpu(GrDirectContext* dContext, int wh, Stats* stats, const GrSurfaceProxyView& lazyView, sk_sp<GrThreadSafeCache::Trampoline> trampoline) FillInViewOnGpu() argument
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_pthread.cpp | 216 unsigned __stdcall trampoline(void *arg_arg) in trampoline() function
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 249 struct i915_vma *trampoline; /** trampoline used for chaining */ member 2289 struct i915_vma *shadow, *trampoline, *batch; in eb_parse() local [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | ftrace.h | 210 unsigned long trampoline; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | ftrace.h | 335 unsigned long trampoline; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 261 struct i915_vma *trampoline; /** trampoline used for chaining */ member 2288 struct i915_vma *shadow, *trampoline, *batch; in eb_parse() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkBlurMF.cpp | 1074 fillin_view_on_gpu(GrDirectContext* dContext, const GrSurfaceProxyView& lazyView, sk_sp<GrThreadSafeCache::Trampoline> trampoline, const SkRRect& rrectToDraw, const SkISize& dimensions, float xformedSigma) fillin_view_on_gpu() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-font.cc | 2271 trampoline_t *trampoline = (trampoline_t *) hb_calloc (1, sizeof (trampoline_t)); in trampoline_create() local 2312 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_nominal_glyph_trampoline() local 2324 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; hb_font_get_variation_glyph_trampoline() local 2354 hb_font_get_glyph_trampoline_t *trampoline; hb_font_funcs_set_glyph_func() local [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug.cc | 1460 auto trampoline = BUILTIN_CODE(isolate, InterpreterEntryTrampoline); in DiscardBaselineCode() local 1478 auto trampoline = BUILTIN_CODE(isolate_, InterpreterEntryTrampoline); in DiscardAllBaselineCode() local [all...] |