OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsImageSpace
(Results
1 - 9
of
9
) sorted by null
/art/compiler/
image_test.cc
97
ASSERT_FALSE(space->
IsImageSpace
());
138
ASSERT_TRUE(heap->GetContinuousSpaces()[0]->
IsImageSpace
());
140
ASSERT_FALSE(heap->GetContinuousSpaces()[1]->
IsImageSpace
());
/art/runtime/gc/space/
space.h
99
bool
IsImageSpace
() const {
/art/runtime/native/
dalvik_system_DexFile.cc
268
if (space->
IsImageSpace
()) {
dalvik_system_VMDebug.cc
267
if (space->
IsImageSpace
()) {
/art/runtime/gc/
heap.cc
397
if (space->
IsImageSpace
()) {
541
if (space->
IsImageSpace
()) {
[
all
...]
/art/runtime/
runtime.cc
[
all
...]
/art/oatdump/
oatdump.cc
764
if (space->
IsImageSpace
()) {
[
all
...]
/art/runtime/gc/collector/
mark_sweep.cc
883
if (space->
IsImageSpace
()) {
[
all
...]
/art/compiler/driver/
compiler_driver.cc
[
all
...]
Completed in 2631 milliseconds