HomeSort by relevance Sort by last modified time
    Searched refs:dfAttributes (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/
Dataflow.cpp 826 int dfAttributes = dvmCompilerDataFlowAttributes[opcode];
875 } else if (dfAttributes & DF_FORMAT_35C) {
882 else if (dfAttributes & DF_FORMAT_3RC) {
887 if (dfAttributes & DF_A_IS_REG) {
890 if (dfAttributes & DF_B_IS_REG) {
896 if (dfAttributes & DF_C_IS_REG) {
928 int dfAttributes = dvmCompilerDataFlowAttributes[opcode];
983 } else if (dfAttributes & (DF_FORMAT_35C | DF_FORMAT_3RC)) {
1123 int dfAttributes =
1127 if (dfAttributes & DF_HAS_USES)
    [all...]
Loop.cpp 351 int dfAttributes =
366 if (!(dfAttributes & DF_HAS_NR_CHECKS)) {
375 if (dfAttributes & DF_HAS_NR_CHECKS) {
382 switch (dfAttributes & DF_HAS_NR_CHECKS) {

Completed in 1546 milliseconds