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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ELF/
pr19430.s 6 .space 1000
  /external/llvm/test/MC/AsmParser/
directive_space.s 4 # CHECK: .space 1
6 .space 1
9 # CHECK: .space 2,3
11 .space 2, 3
14 # CHECK: .space 1
  /external/chromium_org/chrome/common/extensions/docs/static/css/
print.css 6 white-space: pre-wrap; /* css-3 */
7 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
8 white-space: -pre-wrap; /* Opera 4-6 */
9 white-space: -o-pre-wrap; /* Opera 7 */
  /external/llvm/test/MC/AArch64/
ldr-pseudo-obj-errors.s 12 .space 0xdeadb0
  /external/llvm/test/MC/MachO/
relax-recompute-align.s 26 .space 0x8a, 0x90
28 .space (0xb3 - 0x8f), 0x90
30 .space (0xcd - 0xb5), 0x90
33 .space (0x130 - 0xd0),0x90
x86_32-scattered-reloc-fallback.s 8 .space 0x01020f55, 0x90
12 .space 0x515b91, 0
14 .space 0xa70, 0
i386-large-relocations.s 3 .space 0x1ed280
6 .space 0x5181020
relax-jumps.s 18 .space 200, 0x90
28 .space 200, 0x90
  /art/runtime/gc/collector/
immune_region.cc 19 #include "gc/space/space-inl.h"
35 bool ImmuneRegion::AddContinuousSpace(space::ContinuousSpace* space) {
37 if (space->GetLiveBitmap() != space->GetMarkBitmap()) {
38 CHECK(space->IsContinuousMemMapAllocSpace());
39 space->AsContinuousMemMapAllocSpace()->BindLiveToMarkBitmap();
41 mirror::Object* space_begin = reinterpret_cast<mirror::Object*>(space->Begin());
42 mirror::Object* space_limit = reinterpret_cast<mirror::Object*>(space->Limit())
    [all...]
partial_mark_sweep.cc 20 #include "gc/space/space.h"
37 // For partial GCs we need to bind the bitmap of the zygote space so that all objects in the
38 // zygote space are viewed as marked.
39 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
40 if (space->GetGcRetentionPolicy() == space::kGcRetentionPolicyFullCollect) {
41 CHECK(space->IsZygoteSpace());
42 CHECK(immune_region_.AddContinuousSpace(space)) << "Failed to add space " << *space
    [all...]
sticky_mark_sweep.cc 18 #include "gc/space/large_object_space.h"
19 #include "gc/space/space.h"
38 // know what was allocated since the last GC. A side-effect of binding the allocation space mark
40 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
41 if (space->IsContinuousMemMapAllocSpace() &&
42 space->GetGcRetentionPolicy() == space::kGcRetentionPolicyAlwaysCollect) {
43 DCHECK(space->IsContinuousMemMapAllocSpace());
44 space->AsContinuousMemMapAllocSpace()->BindLiveToMarkBitmap()
    [all...]
immune_region.h 28 namespace space { namespace in namespace:art::gc
30 } // namespace space
43 bool AddContinuousSpace(space::ContinuousSpace* space)
45 bool ContainsSpace(const space::ContinuousSpace* space) const;
  /ndk/tests/device/test-stlport_shared-exception/jni/
new6.cpp 9 int space = 0xdeadbeef; variable
14 return &space;
  /ndk/tests/device/test-stlport_static-exception/jni/
new6.cpp 9 int space = 0xdeadbeef; variable
14 return &space;
  /art/runtime/gc/accounting/
mod_union_table-inl.h 22 #include "gc/space/space.h"
28 // A mod-union table to record image references to the Zygote and alloc space.
32 space::ContinuousSpace* space)
33 : ModUnionTableReferenceCache(name, heap, space) {}
remembered_set.h 34 namespace space { namespace in namespace:art::gc
36 } // namespace space
49 explicit RememberedSet(const std::string& name, Heap* heap, space::ContinuousSpace* space)
50 : name_(name), heap_(heap), space_(space) {}
55 // Mark through all references to the target space.
58 space::ContinuousSpace* target_space, void* arg)
64 space::ContinuousSpace* GetSpace() {
78 space::ContinuousSpace* const space_;
mod_union_table.h 38 namespace space { namespace in namespace:art::gc
40 class Space;
41 } // namespace space
56 explicit ModUnionTable(const std::string& name, Heap* heap, space::ContinuousSpace* space)
59 space_(space) {
64 // Clear cards which map to a memory range of a space. This doesn't immediately update the
81 space::ContinuousSpace* GetSpace() {
94 space::ContinuousSpace* const space_;
97 // Reference caching implementation. Caches references pointing to alloc space(s) for each card
    [all...]
  /external/chromium-libpac/test/js-unittest/
return_unicode.js 1 // U+200B is the codepoint for zero-width-space.
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_title.css 12 white-space: nowrap;
  /external/chromium_org/chrome/browser/resources/user_actions/
user_actions.css 6 white-space: nowrap;
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
return_unicode.js 1 // U+200B is the codepoint for zero-width-space.
  /external/chromium_org/ui/webui/resources/css/
alert_overlay.css 10 white-space: pre-wrap;
  /external/clang/test/Analysis/
CGColorSpace.c 5 extern CGColorSpaceRef CGColorSpaceRetain(CGColorSpaceRef space);
6 extern void CGColorSpaceRelease(CGColorSpaceRef space);
  /art/runtime/gc/space/
space_test.h 32 namespace space { namespace in namespace:art::gc
41 void AddSpace(ContinuousSpace* space, bool revoke = true) {
46 heap->AddSpace(space);
47 heap->SetSpaceAsDefault(space);
63 mirror::Object* Alloc(space::MallocSpace* alloc_space, Thread* self, size_t bytes,
75 mirror::Object* AllocWithGrowth(space::MallocSpace* alloc_space, Thread* self, size_t bytes,
119 void SizeFootPrintGrowthLimitAndTrimBody(MallocSpace* space, intptr_t object_size,
132 std::unique_ptr<Space> space(create_space("test", 16 * MB, 32 * MB, 32 * MB, nullptr));
133 EXPECT_TRUE(space.get() != nullptr)
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
string_buffer.cc 37 size_t space; local
44 space = nbytes_ - insert_;
47 written = vsnprintf(insert_pt, space, fmt, ap);
49 if (written < space) {
53 // insufficient space -- grow the buffer

Completed in 444 milliseconds

1 2 3 4 5 6 7 8 91011>>