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

  /art/compiler/optimizing/
code_generator.cc 116 + FrameEntrySpillSize(),
123 int32_t slot = GetFrameSize() - FrameEntrySpillSize()
139 return GetFrameSize() - FrameEntrySpillSize()
code_generator.h 100 virtual size_t FrameEntrySpillSize() const = 0;
code_generator_arm.h 138 virtual size_t FrameEntrySpillSize() const OVERRIDE;
code_generator_x86.h 140 virtual size_t FrameEntrySpillSize() const OVERRIDE;
code_generator_x86_64.h 137 virtual size_t FrameEntrySpillSize() const OVERRIDE;
code_generator_x86_64.cc 155 size_t CodeGeneratorX86_64::FrameEntrySpillSize() const {
    [all...]
code_generator_arm.cc 166 size_t CodeGeneratorARM::FrameEntrySpillSize() const {
    [all...]
code_generator_x86.cc 148 size_t CodeGeneratorX86::FrameEntrySpillSize() const {
    [all...]

Completed in 267 milliseconds