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

  /art/compiler/dex/quick/arm64/
codegen_arm64.h 48 InToRegStorageMapping() : max_mapped_in_(0), is_there_stack_mapped_(false),
52 bool IsThereStackMapped() { return is_there_stack_mapped_; }
58 bool is_there_stack_mapped_; member in class:art::FINAL::InToRegStorageMapping
  /art/compiler/dex/quick/x86/
codegen_x86.h 49 InToRegStorageMapping() : max_mapped_in_(0), is_there_stack_mapped_(false),
53 bool IsThereStackMapped() { return is_there_stack_mapped_; }
59 bool is_there_stack_mapped_; member in class:art::X86Mir2Lir::InToRegStorageMapping
    [all...]

Completed in 88 milliseconds