/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | LazyReexports.cpp | 30 auto Trampoline = TP->getTrampoline(); in getCallThroughTrampoline() local 32 if (!Trampoline) in getCallThroughTrampoline() 33 return Trampoline.takeError(); in getCallThroughTrampoline() 35 Reexports[*Trampoline] = std::make_pair(&SourceJD, std::move(SymbolName)); in getCallThroughTrampoline() 36 Notifiers[*Trampoline] = std::move(NotifyResolved); in getCallThroughTrampoline() 37 return *Trampoline; in getCallThroughTrampoline()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 293 Function *Trampoline = generateLSDAInEAXThunk(F); in emitExceptionRegistrationRecord() local 295 linkExceptionRegistration(Builder, Trampoline); in emitExceptionRegistrationRecord() 397 Function *Trampoline = in generateLSDAInEAXThunk() local 403 Trampoline->setComdat(C); in generateLSDAInEAXThunk() 404 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", Trampoline); in generateLSDAInEAXThunk() 409 auto AI = Trampoline->arg_begin(); in generateLSDAInEAXThunk() 417 return Trampoline; in generateLSDAInEAXThunk()
|
/third_party/skia/experimental/graphite/src/mtl/ |
H A D | MtlTrampoline.h | 24 class Trampoline { class
|
/third_party/skia/experimental/graphite/src/ |
H A D | Context.cpp | 29 sk_sp<Gpu> gpu = mtl::Trampoline::MakeGpu(backendContext); in MakeMetal()
|
/third_party/skia/src/gpu/ |
H A D | GrThreadSafeCache.cpp | 319 std::tuple<GrSurfaceProxyView, sk_sp<GrThreadSafeCache::Trampoline>> 335 sk_sp<Trampoline> trampoline(new Trampoline); in CreateLazyView()
|
H A D | GrThreadSafeCache.h | 177 // in the thread-safe cache (with findOrAdd). The Trampoline object allows that lazy proxy to 179 class Trampoline : public SkRefCnt { class in GrThreadSafeCache 184 static std::tuple<GrSurfaceProxyView, sk_sp<Trampoline>> CreateLazyView(GrDirectContext*,
|
H A D | GrBlurUtils.cpp | 404 sk_sp<GrThreadSafeCache::Trampoline> trampoline; in hw_create_filtered_mask()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.h | 998 class Trampoline { class 1000 Trampoline() { in Trampoline() function in v8::internal::Assembler::Trampoline 1006 Trampoline(int start, int slot_count) { in Trampoline() function in v8::internal::Assembler::Trampoline 1059 Trampoline trampoline_;
|
H A D | assembler-loong64.cc | 2258 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 1482 class Trampoline { class in v8::internal::Assembler 1484 Trampoline() { in Trampoline() function in v8::internal::Assembler::Trampoline 1488 Trampoline(int start, int slot_count) { in Trampoline() function in v8::internal::Assembler::Trampoline 1526 Trampoline trampoline_;
|
H A D | assembler-ppc.cc | 2201 trampoline_ = Trampoline(pc_offset() - size, tracked_branch_count_); in CheckTrampolinePool()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.h | 1708 class Trampoline { class in v8::internal::Assembler::OffsetAccessType 1710 Trampoline() { in Trampoline() function in v8::internal::Assembler::OffsetAccessType::Trampoline 1716 Trampoline(int start, int slot_count) { in Trampoline() function in v8::internal::Assembler::OffsetAccessType::Trampoline 1765 Trampoline trampoline_;
|
H A D | assembler-riscv64.cc | 3779 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 1840 class Trampoline { class in v8::internal::Assembler::OffsetAccessType::CompactBranchType 1842 Trampoline() { in Trampoline() function in v8::internal::Assembler::OffsetAccessType::CompactBranchType::Trampoline 1848 Trampoline(int start, int slot_count) { in Trampoline() function in v8::internal::Assembler::OffsetAccessType::CompactBranchType::Trampoline 1901 Trampoline trampoline_;
|
H A D | assembler-mips64.cc | 3897 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 1812 class Trampoline { class in v8::internal::Assembler::OffsetAccessType::CompactBranchType 1814 Trampoline() { in Trampoline() function in v8::internal::Assembler::OffsetAccessType::CompactBranchType::Trampoline 1820 Trampoline(int start, int slot_count) { in Trampoline() function in v8::internal::Assembler::OffsetAccessType::CompactBranchType::Trampoline 1873 Trampoline trampoline_;
|
H A D | assembler-mips.cc | 3688 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
|
/third_party/skia/tests/ |
H A D | GrThreadSafeCacheTest.cpp | 406 sk_sp<GrThreadSafeCache::Trampoline>); 650 sk_sp<GrThreadSafeCache::Trampoline> trampoline) { in FillInViewOnGpu()
|
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 1076 sk_sp<GrThreadSafeCache::Trampoline> trampoline, in fillin_view_on_gpu()
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 86 TEST(ReactorUnitTests, Trampoline) in TEST()
|