HomeSort by relevance Sort by last modified time
    Searched refs:sloc (Results 1 - 25 of 38) sorted by null

1 2

  /external/libunwind/src/hppa/
Gget_save_loc.c 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
38 memset (sloc, 0, sizeof (*sloc));
42 sloc->type = UNW_SLT_NONE;
49 sloc->type = UNW_SLT_REG;
50 sloc->u.regnum = DWARF_GET_LOC (loc);
55 sloc->type = UNW_SLT_MEMORY;
56 sloc->u.addr = DWARF_GET_LOC (loc);
  /external/libunwind/src/arm/
Gget_save_loc.c 28 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
60 memset (sloc, 0, sizeof (*sloc));
64 sloc->type = UNW_SLT_NONE;
71 sloc->type = UNW_SLT_REG;
72 sloc->u.regnum = DWARF_GET_LOC (loc);
77 sloc->type = UNW_SLT_MEMORY;
78 sloc->u.addr = DWARF_GET_LOC (loc);
  /external/libunwind/src/sh/
Gget_save_loc.c 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
62 memset (sloc, 0, sizeof (*sloc));
66 sloc->type = UNW_SLT_NONE;
73 sloc->type = UNW_SLT_REG;
74 sloc->u.regnum = DWARF_GET_LOC (loc);
79 sloc->type = UNW_SLT_MEMORY;
80 sloc->u.addr = DWARF_GET_LOC (loc);
  /external/libunwind/src/ppc/
Gget_save_loc.c 30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
  /external/libunwind/src/aarch64/
Gget_save_loc.c 30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
79 memset (sloc, 0, sizeof (*sloc));
83 sloc->type = UNW_SLT_NONE;
90 sloc->type = UNW_SLT_REG;
91 sloc->u.regnum = DWARF_GET_LOC (loc);
96 sloc->type = UNW_SLT_MEMORY;
97 sloc->u.addr = DWARF_GET_LOC (loc);
  /external/libunwind/src/mips/
Gget_save_loc.c 30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
79 memset (sloc, 0, sizeof (*sloc));
83 sloc->type = UNW_SLT_NONE;
90 sloc->type = UNW_SLT_REG;
91 sloc->u.regnum = DWARF_GET_LOC (loc);
96 sloc->type = UNW_SLT_MEMORY;
97 sloc->u.addr = DWARF_GET_LOC (loc);
  /external/libunwind/src/x86_64/
Gget_save_loc.c 31 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
52 memset (sloc, 0, sizeof (*sloc));
56 sloc->type = UNW_SLT_NONE;
63 sloc->type = UNW_SLT_REG;
64 sloc->u.regnum = DWARF_GET_LOC (loc);
69 sloc->type = UNW_SLT_MEMORY;
70 sloc->u.addr = DWARF_GET_LOC (loc);
  /external/libunwind/src/x86/
Gget_save_loc.c 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
112 memset (sloc, 0, sizeof (*sloc));
116 sloc->type = UNW_SLT_NONE;
123 sloc->type = UNW_SLT_REG;
124 sloc->u.regnum = DWARF_GET_LOC (loc);
129 sloc->type = UNW_SLT_MEMORY;
130 sloc->u.addr = DWARF_GET_LOC (loc);
  /external/libunwind/src/ia64/
Gget_save_loc.c 34 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
145 memset (sloc, 0, sizeof (*sloc));
149 sloc->type = UNW_SLT_NONE;
156 sloc->type = UNW_SLT_REG;
157 sloc->u.regnum = IA64_GET_REG (loc);
158 sloc->extra.nat_bitnr = nat_bitnr;
163 sloc->type = UNW_SLT_MEMORY;
164 sloc->u.addr = IA64_GET_ADDR (loc);
165 sloc->extra.nat_bitnr = nat_bitnr
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
legacy_profile.go 272 var sloc []*Location
301 sloc = append(sloc, loc)
306 if len(sources) > 0 || len(sloc) > 0 {
307 addTracebackSample(sloc, sources, p)
308 sloc, sources = nil, nil
314 if len(sources) > 0 || len(sloc) > 0 {
315 addTracebackSample(sloc, sources, p)
435 var sloc []*Location
457 sloc = append(sloc, loc
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
legacy_profile.go 272 var sloc []*Location
301 sloc = append(sloc, loc)
306 if len(sources) > 0 || len(sloc) > 0 {
307 addTracebackSample(sloc, sources, p)
308 sloc, sources = nil, nil
314 if len(sources) > 0 || len(sloc) > 0 {
315 addTracebackSample(sloc, sources, p)
435 var sloc []*Location
457 sloc = append(sloc, loc
    [all...]
  /external/clang/tools/libclang/
CXSourceLocation.cpp 138 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
139 if (SLoc.isInvalid()) {
147 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
167 SourceLocation SLoc
170 if (SLoc.isInvalid())
173 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
256 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); local
257 if (Invalid || !sloc.isFile()) {
263 *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc));
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 904 auto sloc = buf_.size(); local
907 auto it = key_pool.find(sloc);
911 buf_.resize(sloc);
912 sloc = *it;
914 key_pool.insert(sloc);
917 stack_.push_back(Value(static_cast<uint64_t>(sloc), TYPE_KEY, BIT_WIDTH_8));
918 return sloc;
926 auto sloc = CreateBlob(str, len, 1, TYPE_STRING); local
928 StringOffset so(sloc, len);
934 sloc = it->first
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
pprof.go 264 var sloc []*profile.Location
292 sloc = append(sloc, loc)
296 Location: sloc,
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_java_profile.go 188 var sloc []*Location
198 sloc = append(sloc, loc)
202 Location: sloc,
legacy_profile.go 428 var sloc []*Location
450 sloc = append(sloc, loc)
455 Location: sloc,
525 var sloc []*Location
538 sloc = append(sloc, loc)
543 Location: sloc,
763 var sloc []*Location
776 sloc = append(sloc, loc
    [all...]
  /prebuilts/go/linux-x86/src/cmd/trace/
pprof.go 264 var sloc []*profile.Location
292 sloc = append(sloc, loc)
296 Location: sloc,
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_java_profile.go 188 var sloc []*Location
198 sloc = append(sloc, loc)
202 Location: sloc,
legacy_profile.go 428 var sloc []*Location
450 sloc = append(sloc, loc)
455 Location: sloc,
525 var sloc []*Location
538 sloc = append(sloc, loc)
543 Location: sloc,
763 var sloc []*Location
776 sloc = append(sloc, loc
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 245 /// This is an invalid SLOC for the main file (top of the \#include chain).
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceManager.h 247 /// This is an invalid SLOC for the main file (top of the \#include chain).
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
SourceManager.h 247 /// This is an invalid SLOC for the main file (top of the \#include chain).
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
SourceManager.h 247 /// This is an invalid SLOC for the main file (top of the \#include chain).
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
SourceManager.h 251 /// This is an invalid SLOC for the main file (top of the \#include chain).
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
SourceManager.h 251 /// This is an invalid SLOC for the main file (top of the \#include chain).
    [all...]

Completed in 1978 milliseconds

1 2