Home
last modified time | relevance | path

Searched refs:area (Results 1 – 5 of 5) sorted by relevance

/art/test/555-checker-regression-x86const/
Dinfo.txt1 Check that X86 FP constant-area handling handles intrinsics with CurrentMethod
/art/compiler/utils/x86/
Dassembler_x86.cc2405 ArrayRef<const int32_t> area = constant_area_.GetBuffer(); in AddConstantArea() local
2407 for (size_t i = 0, e = area.size(); i < e; i++) { in AddConstantArea()
2409 EmitInt32(area[i]); in AddConstantArea()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3170 ArrayRef<const int32_t> area = constant_area_.GetBuffer(); in AddConstantArea() local
3171 for (size_t i = 0, e = area.size(); i < e; i++) { in AddConstantArea()
3173 EmitInt32(area[i]); in AddConstantArea()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1757 # v1: ptr to the bottom of the used area of the alloca, can restore stack till here.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1741 # v1: ptr to the bottom of the used area of the alloca, can restore stack till here.