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

1 2 3 4 5

  /external/llvm/lib/Target/PowerPC/
PPCCCState.h 34 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C)
35 : CCState(CC, isVarArg, MF, locs, C) {}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
loc1m.d 5 # err: two locs.
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
filter.go 38 var locs []*Location
41 locs = append(locs, loc)
44 if len(locs) == 0 {
48 sample.Location = locs
96 func focusedAndNotIgnored(locs []*Location, m map[uint64]bool) bool {
98 for _, loc := range locs {
legacy_profile.go 107 locs := make([]*Location, 0, len(fields))
123 locs = append(locs, loc)
126 Location: locs,
142 var locs []*Location
149 l.ID = uint64(len(locs) + 1)
150 locs = append(locs, l)
154 p.Location = locs
274 locs := make(map[uint64]*Location
    [all...]
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
filter.go 38 var locs []*Location
41 locs = append(locs, loc)
44 if len(locs) == 0 {
48 sample.Location = locs
96 func focusedAndNotIgnored(locs []*Location, m map[uint64]bool) bool {
98 for _, loc := range locs {
legacy_profile.go 107 locs := make([]*Location, 0, len(fields))
123 locs = append(locs, loc)
126 Location: locs,
142 var locs []*Location
149 l.ID = uint64(len(locs) + 1)
150 locs = append(locs, l)
154 p.Location = locs
274 locs := make(map[uint64]*Location
    [all...]
  /external/icu/icu4c/source/test/intltest/
nmfmapts.cpp 313 StringEnumeration* locs = NumberFormat::getAvailableLocales(); local
319 for (res = locs->snext(status); res; res = locs->snext(status)) {
386 for (res = locs->snext(status); res; res = locs->snext(status)) {
390 locs->reset(status); // now in synch again, we hope
391 for (res = locs->snext(status); res; res = locs->snext(status)) {
395 delete locs;
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
TextFormatParseInfoTree.java 73 Map<FieldDescriptor, List<TextFormatParseLocation>> locs = local
76 locs.put(kv.getKey(), Collections.unmodifiableList(kv.getValue()));
78 this.locationsFromField = Collections.unmodifiableMap(locs);
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 28 locs := make(map[uintptr]*profile.Location)
33 loc := locs[addr]
39 locs[addr] = loc
protopprof.go 45 locs := make(map[uint64]*profile.Location)
72 loc := locs[addr]
78 locs[addr] = loc
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 28 locs := make(map[uintptr]*profile.Location)
33 loc := locs[addr]
39 locs[addr] = loc
protopprof.go 45 locs := make(map[uint64]*profile.Location)
72 loc := locs[addr]
78 locs[addr] = loc
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_inspect.py 547 def assertEqualCallArgs(self, func, call_params_string, locs=None):
548 locs = dict(locs or {}, func=func)
549 r1 = eval('func(%s)' % call_params_string, None, locs)
551 locs)
554 def assertEqualException(self, func, call_param_string, locs=None):
555 locs = dict(locs or {}, func=func)
557 eval('func(%s)' % call_param_string, None, locs)
564 locs)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsCCState.h 68 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C,
70 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {}
  /external/llvm/lib/Target/SystemZ/
SystemZCallingConv.h 42 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C)
43 : CCState(CC, isVarArg, MF, locs, C) {}
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 109 Vector<ReportLocation*> locs; member in class:__tsan::ReportDesc
  /external/elfutils/libdw/
dwarf_end.c 56 tdestroy (p->locs, noop_free);
dwarf_getlocation.c 123 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
161 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
185 found = tsearch (newp, &attr->cu->locs, loc_compare);
240 /* Stack allocate at most this many locs. */
604 &cu->locs, block,
676 Dwarf_Addr address, const Elf_Data *locs, Dwarf_Op **expr,
679 unsigned char *readp = locs->d_buf + offset;
680 unsigned char *readendp = locs->d_buf + locs->d_size;
728 return readp - (unsigned char *) locs->d_buf
    [all...]
  /external/python/cpython2/Lib/test/
test_inspect.py 658 def assertEqualCallArgs(self, func, call_params_string, locs=None):
659 locs = dict(locs or {}, func=func)
660 r1 = eval('func(%s)' % call_params_string, None, locs)
662 locs)
665 def assertEqualException(self, func, call_param_string, locs=None):
666 locs = dict(locs or {}, func=func)
668 eval('func(%s)' % call_param_string, None, locs)
675 locs)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_inspect.py 640 def assertEqualCallArgs(self, func, call_params_string, locs=None):
641 locs = dict(locs or {}, func=func)
642 r1 = eval('func(%s)' % call_params_string, None, locs)
644 locs)
647 def assertEqualException(self, func, call_param_string, locs=None):
648 locs = dict(locs or {}, func=func)
650 eval('func(%s)' % call_param_string, None, locs)
657 locs)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_inspect.py 640 def assertEqualCallArgs(self, func, call_params_string, locs=None):
641 locs = dict(locs or {}, func=func)
642 r1 = eval('func(%s)' % call_params_string, None, locs)
644 locs)
647 def assertEqualException(self, func, call_param_string, locs=None):
648 locs = dict(locs or {}, func=func)
650 eval('func(%s)' % call_param_string, None, locs)
657 locs)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
stackalloc.go 224 locs := locations[v.Type]
225 // Mark all positions in locs used by interfering values.
226 for i := 0; i < len(locs); i++ {
237 for i = 0; i < len(locs); i++ {
244 if i == len(locs) {
246 locs = append(locs, LocalSlot{N: f.Config.fe.Auto(v.Type), Type: v.Type, Off: 0})
247 locations[v.Type] = locs
250 loc := locs[i]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
stackalloc.go 224 locs := locations[v.Type]
225 // Mark all positions in locs used by interfering values.
226 for i := 0; i < len(locs); i++ {
237 for i = 0; i < len(locs); i++ {
244 if i == len(locs) {
246 locs = append(locs, LocalSlot{N: f.Config.fe.Auto(v.Type), Type: v.Type, Off: 0})
247 locations[v.Type] = locs
250 loc := locs[i]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 640 def assertEqualCallArgs(self, func, call_params_string, locs=None):
641 locs = dict(locs or {}, func=func)
642 r1 = eval('func(%s)' % call_params_string, None, locs)
644 locs)
647 def assertEqualException(self, func, call_param_string, locs=None):
648 locs = dict(locs or {}, func=func)
650 eval('func(%s)' % call_param_string, None, locs)
657 locs)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 640 def assertEqualCallArgs(self, func, call_params_string, locs=None):
641 locs = dict(locs or {}, func=func)
642 r1 = eval('func(%s)' % call_params_string, None, locs)
644 locs)
647 def assertEqualException(self, func, call_param_string, locs=None):
648 locs = dict(locs or {}, func=func)
650 eval('func(%s)' % call_param_string, None, locs)
657 locs)
    [all...]

Completed in 1175 milliseconds

1 2 3 4 5