/third_party/node/deps/v8/src/codegen/ |
D | safepoint-table.cc | 118 int SafepointTableBuilder::UpdateDeoptimizationInfo(int pc, int trampoline, in UpdateDeoptimizationInfo() argument 121 DCHECK_NE(SafepointEntry::kNoTrampolinePC, trampoline); in UpdateDeoptimizationInfo() 128 it->trampoline = trampoline; in UpdateDeoptimizationInfo() 144 if (entry.trampoline != SafepointEntry::kNoTrampolinePC) { in Emit() 145 DCHECK_LT(last_trampoline, entry.trampoline); in Emit() 146 DCHECK_LT(entries_.back().pc, entry.trampoline); in Emit() 147 last_trampoline = entry.trampoline; in Emit() 150 DCHECK_EQ(entry.trampoline == SafepointEntry::kNoTrampolinePC, in Emit() 179 max_pc = std::max(max_pc, std::max(entry.pc, entry.trampoline)); in Emit() 240 emit_bytes(entry.trampoline + 1, pc_size); in Emit() [all …]
|
D | safepoint-table.h | 211 int trampoline = SafepointEntry::kNoTrampolinePC; member 269 int UpdateDeoptimizationInfo(int pc, int trampoline, int start,
|
/third_party/protobuf/kokoro/docs/ |
D | common.cfg | 10 # Download trampoline resources. 11 gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 13 # Use the trampoline script to run in docker. 14 build_file: "protobuf/kokoro/docs/trampoline.sh" 16 # Configure the docker image for kokoro-trampoline.
|
D | python.cfg | 3 # Tell the trampoline which build file to use.
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.cc | 2271 trampoline_t *trampoline = (trampoline_t *) hb_calloc (1, sizeof (trampoline_t)); in trampoline_create() local 2273 if (unlikely (!trampoline)) in trampoline_create() 2276 trampoline->closure.user_data = user_data; in trampoline_create() 2277 trampoline->closure.destroy = destroy; in trampoline_create() 2278 trampoline->closure.ref_count = 1; in trampoline_create() 2279 trampoline->func = func; in trampoline_create() 2281 return trampoline; in trampoline_create() 2312 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_nominal_glyph_trampoline() local 2313 return trampoline->func (font, font_data, unicode, 0, glyph, trampoline->closure.user_data); in hb_font_get_nominal_glyph_trampoline() 2324 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_variation_glyph_trampoline() local [all …]
|
/third_party/skia/src/gpu/ |
D | GrThreadSafeCache.cpp | 335 sk_sp<Trampoline> trampoline(new Trampoline); in CreateLazyView() local 340 [trampoline]( in CreateLazyView() 343 if (!resourceProvider || !trampoline->fProxy || in CreateLazyView() 344 !trampoline->fProxy->isInstantiated()) { in CreateLazyView() 348 SkASSERT(!trampoline->fProxy->peekTexture()->getUniqueKey().isValid()); in CreateLazyView() 350 sk_ref_sp(trampoline->fProxy->peekTexture())); in CreateLazyView() 368 return {{std::move(proxy), origin, swizzle}, std::move(trampoline)}; in CreateLazyView()
|
D | GrBlurUtils.cpp | 395 sk_sp<GrThreadSafeCache::Trampoline> trampoline; in hw_create_filtered_mask() local 400 std::tie(lazyView, trampoline) = GrThreadSafeCache::CreateLazyView( in hw_create_filtered_mask() 457 trampoline->fProxy = filteredMaskView.asTextureProxyRef(); in hw_create_filtered_mask()
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | sparse_array.c | 129 static void trampoline(ossl_uintmax_t n, void *l, void *arg) in trampoline() function 140 sa_doall(sa, NULL, &trampoline, &tramp); in ossl_sa_doall()
|
/third_party/openssl/crypto/ |
D | sparse_array.c | 129 static void trampoline(ossl_uintmax_t n, void *l, void *arg) in trampoline() function 140 sa_doall(sa, NULL, &trampoline, &tramp); in ossl_sa_doall()
|
/third_party/rust/crates/cxx/src/ |
D | function.rs | 7 pub trampoline: *const c_void, field
|
/third_party/node/deps/v8/src/objects/ |
D | js-regexp.cc | 182 Handle<CodeT> trampoline = in set_bytecode_and_trampoline() local 184 SetDataAt(JSRegExp::kIrregexpLatin1CodeIndex, *trampoline); in set_bytecode_and_trampoline() 185 SetDataAt(JSRegExp::kIrregexpUC16CodeIndex, *trampoline); in set_bytecode_and_trampoline()
|
D | api-callbacks.tq | 57 // This either points at the same as above, or a trampoline in case we are
|
/third_party/vulkan-loader/build-qnx/ |
D | common.mk | 24 phys_dev_ext.c trampoline.c unknown_ext_chain.c wsi.c \
|
/third_party/libffi/ |
D | ChangeLog | 85 trampoline (GHC manually fills one): 353 * arm: Add win32 version of trampoline to sysv.S 356 C code expects a specific form of the trampoline on windows; make 365 If the bit isn't cleared, the memcpy of the trampoline function 374 trampoline as an array of unsigned char, the bitmask works as 575 Currently, the trampoline code used in libffi is not statically defined in 576 a source file (except for MACH). The trampoline is either pre-defined 578 execute a trampoline, it needs to be placed in a page with executable 590 To solve this problem, the trampoline code needs to be defined statically 592 mapped and executed naturally without any tricks. However, the trampoline [all …]
|
/third_party/vulkan-loader/tests/framework/layer/ |
D | CMakeLists.txt | 30 # work in the case where handles in the terminator don't match handles in the trampoline portion.
|
/third_party/libffi/patch/ |
D | backport-Fix-signed-vs-unsigned-comparison.patch | 48 * trampoline table to make sure that the temporary file can be mapped.
|
/third_party/vulkan-loader/ |
D | BUILD.gn | 82 "loader/trampoline.c",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 11 adjust_trampoline, // llvm.adjust.trampoline 148 init_trampoline, // llvm.init.trampoline
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_pthread.cpp | 216 unsigned __stdcall trampoline(void *arg_arg) in trampoline() function 333 result = _beginthreadex(NULL, (unsigned)stacksize, trampoline, args.get(), 0, &threadID); in dng_pthread_create()
|
/third_party/node/deps/v8/src/debug/ |
D | debug.cc | 1460 auto trampoline = BUILTIN_CODE(isolate, InterpreterEntryTrampoline); in DiscardBaselineCode() local 1467 fun.set_code(*trampoline); in DiscardBaselineCode() 1478 auto trampoline = BUILTIN_CODE(isolate_, InterpreterEntryTrampoline); in DiscardAllBaselineCode() local 1485 fun.set_code(*trampoline); in DiscardAllBaselineCode() 1589 Handle<CodeT> trampoline = BUILTIN_CODE(isolate_, DebugBreakTrampoline); in InstallDebugBreakTrampoline() local 1606 fun.set_code(*trampoline); in InstallDebugBreakTrampoline() 1619 fun->set_code(*trampoline); in InstallDebugBreakTrampoline()
|
/third_party/skia/src/core/ |
D | SkBlurMF.cpp | 1068 sk_sp<GrThreadSafeCache::Trampoline> trampoline, in fillin_view_on_gpu() argument 1124 trampoline->fProxy = view.asTextureProxyRef(); in fillin_view_on_gpu() 1284 auto [lazyView, trampoline] = GrThreadSafeCache::CreateLazyView(dContext, in find_or_create_rrect_blur_mask_fp() 1302 std::move(trampoline), in find_or_create_rrect_blur_mask_fp()
|
/third_party/skia/tests/ |
D | GrThreadSafeCacheTest.cpp | 650 sk_sp<GrThreadSafeCache::Trampoline> trampoline) { in FillInViewOnGpu() argument 666 trampoline->fProxy = view.asTextureProxyRef(); in FillInViewOnGpu() 682 auto [lazyView, trampoline] = GrThreadSafeCache::CreateLazyView( in AccessCachedView() 705 if (!FillInViewOnGpu(dContext, wh, stats, lazyView, std::move(trampoline))) { in AccessCachedView()
|
/third_party/skia/third_party/externals/swiftshader/docs/ |
D | SamplingRoutines.md | 16 Note that this differs from typical JIT-compilers' use of trampoline functions in that we generate …
|
/third_party/libunwind/libunwind/doc/ |
D | libunwind-ia64.tex | 45 registers are accessible. For signal-trampoline frames, all registers 93 stack-frame of a signal-handler trampoline.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_device_memory_report.txt | 60 the interception trampoline every time.
|