Home
last modified time | relevance | path

Searched refs:RUNTIME_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/profiler/
Dwin32_stack_frame_unwinder_unittest.cc43 static RUNTIME_FUNCTION* const kInvalidRuntimeFunction;
49 RUNTIME_FUNCTION* next_runtime_function_;
50 std::vector<RUNTIME_FUNCTION> runtime_functions_;
55 RUNTIME_FUNCTION* const TestUnwindFunctions::kInvalidRuntimeFunction =
56 reinterpret_cast<RUNTIME_FUNCTION*>(static_cast<uintptr_t>(-1));
72 RUNTIME_FUNCTION* return_value = next_runtime_function_; in LookupFunctionEntry()
107 RUNTIME_FUNCTION runtime_function = {}; in SetHasRuntimeFunction()
Dwin32_stack_frame_unwinder.h21 struct RUNTIME_FUNCTION { struct
25 using PRUNTIME_FUNCTION = RUNTIME_FUNCTION*; argument
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp494 RUNTIME_FUNCTION *lookUpSEHUnwindInfo(pint_t pc, pint_t *base) { in lookUpSEHUnwindInfo()
1167 RUNTIME_FUNCTION *lookUpSEHUnwindInfo(pint_t pc, pint_t *base) { in lookUpSEHUnwindInfo()
1829 RUNTIME_FUNCTION *unwindEntry = lookUpSEHUnwindInfo(pc, &base); in getInfoFromSEH()
1837 _info.unwind_info_size = sizeof(RUNTIME_FUNCTION); in getInfoFromSEH()
/external/boringssl/src/crypto/test/
Dabi_test.cc270 RUNTIME_FUNCTION *entry = in Step()
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dabi_test.cc270 RUNTIME_FUNCTION *entry = in Step()