OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bump_pointer_space_
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/
heap.cc
217
bump_pointer_space_
(nullptr),
452
bump_pointer_space_
= space::BumpPointerSpace::CreateFromMemMap("Bump pointer space 1",
454
CHECK(
bump_pointer_space_
!= nullptr) << "Failed to create bump pointer space";
455
AddSpace(
bump_pointer_space_
);
473
bump_pointer_space_
= space::BumpPointerSpace::Create("Bump pointer space 1",
475
CHECK(
bump_pointer_space_
!= nullptr);
476
AddSpace(
bump_pointer_space_
);
[
all
...]
heap-inl.h
251
DCHECK(
bump_pointer_space_
!= nullptr);
253
ret =
bump_pointer_space_
->AllocNonvirtual(alloc_size);
322
if (!
bump_pointer_space_
->AllocNewTlab(self, new_tlab_size)) {
heap.h
1243
space::BumpPointerSpace*
bump_pointer_space_
;
member in class:art::gc::Heap
[
all
...]
Completed in 1789 milliseconds