Home
last modified time | relevance | path

Searched refs:trampoline (Results 1 – 25 of 60) sorted by relevance

123

/third_party/node/deps/v8/src/codegen/
Dsafepoint-table.cc118 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 …]
Dsafepoint-table.h211 int trampoline = SafepointEntry::kNoTrampolinePC; member
269 int UpdateDeoptimizationInfo(int pc, int trampoline, int start,
/third_party/protobuf/kokoro/docs/
Dcommon.cfg10 # 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.
Dpython.cfg3 # Tell the trampoline which build file to use.
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-font.cc2271 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/
DGrThreadSafeCache.cpp335 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()
DGrBlurUtils.cpp395 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/
Dsparse_array.c129 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/
Dsparse_array.c129 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/
Dfunction.rs7 pub trampoline: *const c_void, field
/third_party/node/deps/v8/src/objects/
Djs-regexp.cc182 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()
Dapi-callbacks.tq57 // This either points at the same as above, or a trampoline in case we are
/third_party/vulkan-loader/build-qnx/
Dcommon.mk24 phys_dev_ext.c trampoline.c unknown_ext_chain.c wsi.c \
/third_party/libffi/
DChangeLog85 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/
DCMakeLists.txt30 # work in the case where handles in the terminator don't match handles in the trampoline portion.
/third_party/libffi/patch/
Dbackport-Fix-signed-vs-unsigned-comparison.patch48 * trampoline table to make sure that the temporary file can be mapped.
/third_party/vulkan-loader/
DBUILD.gn82 "loader/trampoline.c",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc11 adjust_trampoline, // llvm.adjust.trampoline
148 init_trampoline, // llvm.init.trampoline
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.cpp216 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/
Ddebug.cc1460 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/
DSkBlurMF.cpp1068 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/
DGrThreadSafeCacheTest.cpp650 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/
DSamplingRoutines.md16 Note that this differs from typical JIT-compilers' use of trampoline functions in that we generate …
/third_party/libunwind/libunwind/doc/
Dlibunwind-ia64.tex45 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/
DVK_EXT_device_memory_report.txt60 the interception trampoline every time.

123