Home
last modified time | relevance | path

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

/art/test/530-checker-lse/src/
DMain.java822 double area = 0d; in getCircleArea() local
824 area = new Circle(radius).getArea(); in getCircleArea()
826 return area; in getCircleArea()
/art/compiler/utils/x86/
Dassembler_x86.cc3092 ArrayRef<const int32_t> area = constant_area_.GetBuffer(); in AddConstantArea() local
3094 for (size_t i = 0, e = area.size(); i < e; i++) { in AddConstantArea()
3096 EmitInt32(area[i]); in AddConstantArea()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3886 ArrayRef<const int32_t> area = constant_area_.GetBuffer(); in AddConstantArea() local
3887 for (size_t i = 0, e = area.size(); i < e; i++) { in AddConstantArea()
3889 EmitInt32(area[i]); in AddConstantArea()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2143 # v1: ptr to the bottom of the used area of the alloca, can restore stack till here.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2261 # v1: ptr to the bottom of the used area of the alloca, can restore stack till here.