Home
last modified time | relevance | path

Searched defs:Frames (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsymtab.go17 type Frames struct { struct
19 callers []uintptr
22 nextPC uintptr
25 frames []Frame
26 frameStore [2]Frame
94 func (ci *Frames) Next() (frame Frame, more bool) {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h38 FixedStreamArray<FrameData> Frames; variable
58 std::vector<FrameData> Frames; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DDebugFrameDataSubsection.h42 FixedStreamArray<FrameData> Frames; variable
62 std::vector<FrameData> Frames; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h42 FixedStreamArray<FrameData> Frames; variable
62 std::vector<FrameData> Frames; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DDebugFrameDataSubsection.h42 FixedStreamArray<FrameData> Frames; variable
62 std::vector<FrameData> Frames; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DDebugFrameDataSubsection.h42 FixedStreamArray<FrameData> Frames; variable
62 std::vector<FrameData> Frames; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DDebugFrameDataSubsection.h42 FixedStreamArray<FrameData> Frames; variable
62 std::vector<FrameData> Frames; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DMemProf.cpp27 for (const auto &Frames : CallSites) { in serialize() local
61 llvm::SmallVector<FrameId> Frames; in deserialize() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DMemProf.h357 for (const auto &Frames : CallSites) { in serializedSize() local
415 llvm::SmallVector<Frame> Frames; in MemProfRecord() local
433 for (const llvm::SmallVector<Frame> &Frames : CallSites) { in print() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DMemProf.h357 for (const auto &Frames : CallSites) { in serializedSize() local
415 llvm::SmallVector<Frame> Frames; in MemProfRecord() local
433 for (const llvm::SmallVector<Frame> &Frames : CallSites) { in print() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
H A DMemProf.h354 for (const auto &Frames : CallSites) { in serializedSize() local
412 llvm::SmallVector<Frame> Frames; in MemProfRecord() local
430 for (const llvm::SmallVector<Frame> &Frames : CallSites) { in print() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DMemProf.h357 for (const auto &Frames : CallSites) { in serializedSize() local
415 llvm::SmallVector<Frame> Frames; in MemProfRecord() local
433 for (const llvm::SmallVector<Frame> &Frames : CallSites) { in print() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp219 std::vector<YAMLFrameData> Frames; member
710 const DebugFrameDataSubsectionRef &Frames) { in fromCodeViewSubsection()
872 DebugFrameDataSubsectionRef &Frames, const StringsAndChecksumsRef &State) { in visitFrameData()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp219 std::vector<YAMLFrameData> Frames; member
710 const DebugFrameDataSubsectionRef &Frames) { in fromCodeViewSubsection()
872 DebugFrameDataSubsectionRef &Frames, const StringsAndChecksumsRef &State) { in visitFrameData()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DMemProf.h455 llvm::SmallVector<Frame> Frames; in MemProfRecord() local
473 for (const llvm::SmallVector<Frame> &Frames : CallSites) { in print() local
808 llvm::SmallVector<Frame> Frames; in operator() local
/aosp_15_r20/external/pigweed/pw_hdlc/
H A Ddesign.rst44 Frames section in Protocol Description
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/stdlib/android/
H A Dframes_tests.py22 class Frames(TestSuite): class
/aosp_15_r20/art/test/911-get-stack-trace/src/art/
H A DFrames.java21 public class Frames { class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp111 std::vector<SymIndexId> Frames; in findInlineFramesByVA() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dframe.cc160 const std::vector<int>& FrameView::Frames(const NodeDef& node) const { in Frames() function in tensorflow::grappler::FrameView
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp108 auto Frames = ParentFunc->findInlineFramesByVA(Address.Address); in getInliningInfoForAddress() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dtraceback.cc82 std::vector<Traceback::Frame> Traceback::Frames() const { in Frames() function in xla::Traceback
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/traceviewer/format/
Dformat.go17 Frames map[string]Frame `json:"stackFrames"` member
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/
H A DDIContext.h51 SmallVector<DILineInfo, 4> Frames; variable
/aosp_15_r20/external/zstd/doc/
H A Dzstd_compression_format.md95 Frames section in Zstandard Compression Format

12