OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heapMemOp
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/compiler/
CompilerIR.h
228
bool
heapMemOp
; // Mark mem ops for self verification
284
#define HEAP_ACCESS_SHADOW(_state) cUnit->
heapMemOp
= _state
/dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp
503
if (cUnit->
heapMemOp
)
541
if (cUnit->
heapMemOp
)
555
if (cUnit->
heapMemOp
)
568
if (cUnit->
heapMemOp
)
689
if (load != NULL && cUnit->
heapMemOp
)
691
if (load2 != NULL && cUnit->
heapMemOp
)
799
if (store != NULL && cUnit->
heapMemOp
)
801
if (store2 != NULL && cUnit->
heapMemOp
)
/dalvik/vm/compiler/codegen/mips/Mips32/
Factory.cpp
475
if (cUnit->
heapMemOp
)
533
if (cUnit->
heapMemOp
)
559
if (cUnit->
heapMemOp
)
585
if (cUnit->
heapMemOp
)
694
if (load != NULL && cUnit->
heapMemOp
)
696
if (load2 != NULL && cUnit->
heapMemOp
)
803
if (store != NULL && cUnit->
heapMemOp
)
805
if (store2 != NULL && cUnit->
heapMemOp
)
/dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp
776
if (cUnit->
heapMemOp
)
804
if (cUnit->
heapMemOp
)
840
if (cUnit->
heapMemOp
)
864
if (cUnit->
heapMemOp
)
[
all
...]
Completed in 97 milliseconds