Home
last modified time | relevance | path

Searched defs:unwind (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/src/sksl/analysis/
DSkSLCheckProgramStructure.cpp52 for (auto unwind = fStack.rbegin(); unwind != fStack.rend(); ++unwind) { in CheckProgramStructure() local
69 for (auto unwind = fStack.begin(); unwind != fStack.end(); ++unwind) { in CheckProgramStructure() local
/external/elfutils/backends/
Dppc64_unwind.c47 EBLHOOK(unwind) (Ebl *ebl __attribute__ ((unused)), in EBLHOOK() argument
Dloongarch_unwind.c47 EBLHOOK(unwind) (Ebl *ebl __attribute__ ((unused)), Dwarf_Addr pc __attribute__ ((unused)), in EBLHOOK() argument
Daarch64_unwind.c46 EBLHOOK(unwind) (Ebl *ebl __attribute__ ((unused)), Dwarf_Addr pc __attribute__ ((unused)), in EBLHOOK() argument
/external/pytorch/torch/csrc/profiler/unwind/
Dunwind_fb.cpp8 namespace torch::unwind { namespace
Dunwind.cpp8 namespace torch::unwind { namespace
9 std::vector<void*> unwind() { in unwind() function
61 namespace torch::unwind { namespace
290 std::vector<void*> unwind() { in unwind() function
/external/cronet/tot/third_party/boringssl/src/crypto/test/
Dabi_test.h286 inline crypto_word_t CheckImpl(Result *out, bool unwind, R (*func)(Args...), in CheckImpl()
338 bool unwind, R (*func)(Args...), in CheckGTest()
/external/boringssl/src/crypto/test/
Dabi_test.h286 inline crypto_word_t CheckImpl(Result *out, bool unwind, R (*func)(Args...), in CheckImpl()
338 bool unwind, R (*func)(Args...), in CheckGTest()
Dabi_test.cc724 bool unwind) { in RunTrampoline()
/external/cronet/stable/third_party/boringssl/src/crypto/test/
Dabi_test.h286 inline crypto_word_t CheckImpl(Result *out, bool unwind, R (*func)(Args...), in CheckImpl()
338 bool unwind, R (*func)(Args...), in CheckGTest()
Dabi_test.cc724 bool unwind) { in RunTrampoline()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/test/
Dabi_test.h363 inline crypto_word_t CheckImpl(Result *out, bool unwind, R (*func)(Args...), in CheckImpl()
415 bool unwind, R (*func)(Args...), in CheckGTest()
Dabi_test.cc96 bool unwind) { in RunTrampoline()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/BLAKE3/
Dblake3_avx2_x86-64_windows_msvc.asm1304 unwind: label
Dblake3_sse41_x86-64_windows_msvc.asm1445 unwind: label
Dblake3_sse2_x86-64_windows_msvc.asm1641 unwind: label
Dblake3_avx512_x86-64_windows_msvc.asm1094 unwind: label
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/
Dlib.rs475 mod unwind; module
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/
Dlib.rs475 mod unwind; module
/external/rust/cxx/src/
Dlib.rs473 mod unwind; module
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp664 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local
707 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp646 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local
689 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept()
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp576 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local
733 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept()
/external/perfetto/src/profiling/perf/
Dunwinding.cc423 UnwindResult unwind = attempt_unwind(); in UnwindSample() local
/external/grpc-grpc/test/core/end2end/fuzzers/
Dfuzzing_common.cc532 for (auto& unwind : unwinders) { in QueueBatchForActiveCall() local

12