HomeSort by relevance Sort by last modified time
    Searched refs:space (Results 201 - 225 of 2425) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
got-page-7e.s 6 .space 0x800000
pic-and-nonpic-6-n32a.s 45 extd1: .space 20
46 extd2: .space 24
47 extd3: .space 28
48 extd4: .space 8
pic-and-nonpic-6-n64a.s 45 extd1: .space 20
46 extd2: .space 24
47 extd3: .space 28
48 extd4: .space 8
pic-and-nonpic-6-o32a.s 45 extd1: .space 20
46 extd2: .space 24
47 extd3: .space 28
48 extd4: .space 8
tls-hidden2a.s 9 .space 0xba8
  /art/runtime/gc/accounting/
mod_union_table.h 40 namespace space { namespace in namespace:art::gc
42 } // namespace space
59 explicit ModUnionTable(const std::string& name, Heap* heap, space::ContinuousSpace* space)
62 space_(space) {}
66 // Process cards for a memory range of a space. This doesn't immediately update the mod-union
100 space::ContinuousSpace* GetSpace() {
115 space::ContinuousSpace* const space_;
118 // Reference caching implementation. Caches references pointing to alloc space(s) for each card.
122 space::ContinuousSpace* space
    [all...]
mod_union_table_test.cc 21 #include "gc/space/space-inl.h"
39 // Target space is ignored for the card cache implementation.
41 TableType type, space::ContinuousSpace* space, space::ContinuousSpace* target_space);
49 Thread* self, space::ContinuousMemMapAllocSpace* space, size_t component_count)
51 auto* klass = GetObjectArrayClass(self, space);
55 space->Alloc(self, size, &bytes_allocated, nullptr, &bytes_tl_bulk_allocated))
183 auto* space = heap->GetNonMovingSpace(); local
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-mapping-within-section.s 14 .space 10
mapping-within-section.s 14 .space 10
  /external/ltp/testscripts/build/
default_runtest_set.awk 39 if ($str ~ /\${LTPROOT}\/runtest\/([^[:space:]]+)/) {
  /test/vti/dashboard/src/main/webapp/css/
show_profiling_overview.css 22 white-space: nowrap;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips16-branch-absolute.s 3 .space 0x1000
19 .space 16
mips16-branch-addend-3.s 3 .space 0x1000
19 .space 16
mips16-branch-reloc-3.s 3 .space 0x1000
19 .space 16
mips16-pcrel-relax-0.s 3 .space 0x1000
23 .space 16
mips16-pcrel-relax-2.s 3 .space 0x1000
23 .space 16
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
crange4.s 2 ! lost because .space just emitted a frag, without calling emit_expr as
8 .space 20,0
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
tls-lib.s 18 .space 4
22 .space 4
tls-mixed.s 21 .space 4
24 .space 4
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr12851.s 4 _.stapsdt.base: .space 1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr17618.s 12 .space 0x40000000, 0x90
15 .space 0x3fdfff14, 0x90
  /art/test/596-app-images/
app_images.cc 26 #include "gc/space/image_space.h"
27 #include "gc/space/space-inl.h"
39 for (auto* space : Runtime::Current()->GetHeap()->GetContinuousSpaces()) {
40 if (space->IsImageSpace()) {
41 auto* image_space = space->AsImageSpace();
54 for (auto* space : Runtime::Current()->GetHeap()->GetContinuousSpaces()) {
55 if (space->IsImageSpace()) {
56 auto* image_space = space->AsImageSpace();
  /build/kati/testcase/
call.mk 3 space := $(empty) $(empty) macro
5 replace_spaces = $(subst $(space),?,$1)
6 unreplace_spaces = $(subst ?,$(space),$1)
  /external/pdfium/core/fxcrt/xml/
cxml_element.h 35 ByteString* space,
47 size_t CountElements(const ByteStringView& space,
50 CXML_Element* GetElement(const ByteStringView& space,
54 void SetAttribute(const ByteString& space,
60 const ByteStringView& space,
63 const WideString* Lookup(const ByteString& space,
  /external/valgrind/memcheck/tests/amd64/
insn-pcmpistri.c 43 void *space; local
44 posix_memalign(&space, 16, roundup);
45 memset(space, 'x', roundup);
46 memcpy(space, s, len);
48 const char *const s_copy = space;
64 free(space);

Completed in 858 milliseconds

1 2 3 4 5 6 7 891011>>