HomeSort by relevance Sort by last modified time
    Searched defs:Space (Results 1 - 11 of 11) sorted by null

  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 59 // namespace space { struct foo { }; }
63 auto Space = make_unique<DIE>(dwarf::DW_TAG_namespace);
65 DIEString SpaceStr(&One, "space");
66 Space->addValue(dwarf::DW_AT_name, dwarf::DW_FORM_strp, &SpaceStr);
68 Space->addValue(dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present, &One);
77 Space->addChild(std::move(Foo));
78 CU.addChild(std::move(Space));
  /art/runtime/gc/space/
space.cc 17 #include "space.h"
27 namespace space { namespace in namespace:art::gc
29 Space::Space(const std::string& name, GcRetentionPolicy gc_retention_policy)
32 void Space::Dump(std::ostream& os) const {
36 std::ostream& operator<<(std::ostream& os, const Space& space) {
37 space.Dump(os);
41 DlMallocSpace* Space::AsDlMallocSpace() {
46 RosAllocSpace* Space::AsRosAllocSpace()
    [all...]
space.h 41 namespace space { namespace in namespace:art::gc
57 // See Space::GetGcRetentionPolicy.
59 // Objects are retained forever with this policy for a space.
61 // Every GC cycle will attempt to collect objects in this space.
78 // A space contains memory allocated for managed objects.
79 class Space {
81 // Dump space. Also key method for C++ vtables.
84 // Name of the space. May vary, for example before/after the Zygote fork.
89 // The policy of when objects are collected associated with this space.
94 // Is the given object contained within this space
232 space::Space* const space; member in class:art::gc::space::AllocSpace::SweepCallbackContext::space
    [all...]
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 129 const unsigned Space = SlotIndex::InstrDist/2;
130 assert((Space & 3) == 0 && "InstrDist must be a multiple of 2*NUM");
135 curItr->setIndex(index += Space);
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 42 Space,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
WikiParser.js 78 Space: "Space"
187 if (this._isNormalMode() && WebInspector.WikiParser._tokenDescriptors[i].type === WebInspector.WikiParser.TokenType.Space)
199 if (this._isNormalMode() && WebInspector.WikiParser._tokenDescriptors[i].type === WebInspector.WikiParser.TokenType.Space)
259 WebInspector.WikiParser.space = /^ /;
296 new WebInspector.WikiParser.TokenDescriptor(WebInspector.WikiParser.space, WebInspector.WikiParser.TokenType.Space)
656 case WebInspector.WikiParser.TokenType.Space:
    [all...]
  /external/chromium_org/v8/src/heap/
spaces.h 26 // object space. The young generation is divided into two semispaces. A
28 // separated into a map space and an old object space. The map space contains
29 // all (and only) map objects, the rest of old objects go into the old space.
36 // There is a separate large object space for objects larger than
38 // collection. The large object space is paged. Pages in large object space
46 // object maps so if the page belongs to old pointer space or large object
47 // space it is essential to guarantee that the page does not contain an
1134 ObjectSpace space; member in struct:v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 71 "Ctrl-Space": "autocomplete",
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 350 milliseconds