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

  /dalvik/vm/compiler/
Dataflow.c 825 int dfAttributes = dvmCompilerDataFlowAttributes[opcode];
831 if (dfAttributes & DF_FORMAT_35C) {
838 else if (dfAttributes & DF_FORMAT_3RC) {
843 if (dfAttributes & DF_A_IS_REG) {
846 if (dfAttributes & DF_B_IS_REG) {
854 if (dfAttributes & DF_C_IS_REG) {
949 int dfAttributes =
953 if (dfAttributes & DF_HAS_USES) {
954 if (dfAttributes & DF_UA) {
956 } else if (dfAttributes & DF_UA_WIDE)
    [all...]
Loop.c 274 int dfAttributes =
289 if (!(dfAttributes & DF_HAS_NR_CHECKS)) {
298 if (dfAttributes & DF_HAS_NR_CHECKS) {
305 switch (dfAttributes & DF_HAS_NR_CHECKS) {

Completed in 24 milliseconds