OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasBootImageSpace
(Results
1 - 7
of
7
) sorted by null
/art/test/common/
runtime_state.cc
63
return Runtime::Current()->GetHeap()->
HasBootImageSpace
();
/art/compiler/
image_test.cc
250
ASSERT_TRUE(heap->
HasBootImageSpace
());
/art/runtime/
runtime.cc
579
if (!IsImageDex2OatEnabled() || !GetHeap()->
HasBootImageSpace
()) {
[
all
...]
class_linker.cc
359
CHECK(!heap->
HasBootImageSpace
()) << "Runtime has image. We should use it.";
[
all
...]
/art/runtime/gc/
heap.h
682
bool
HasBootImageSpace
() const {
[
all
...]
heap.cc
534
if (
HasBootImageSpace
()) {
[
all
...]
/art/oatdump/
oatdump.cc
[
all
...]
Completed in 3054 milliseconds