Home
last modified time | relevance | path

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

/art/test/530-checker-lse/src/
DMain.java944 double area = 0d; in getCircleArea() local
946 area = new Circle(radius).getArea(); in getCircleArea()
948 return area; in getCircleArea()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3640 ArrayRef<const int32_t> area = constant_area_.GetBuffer(); in AddConstantArea() local
3641 for (size_t i = 0, e = area.size(); i < e; i++) { in AddConstantArea()
3643 EmitInt32(area[i]); in AddConstantArea()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2120 # v1: ptr to the bottom of the used area of the alloca, can restore stack till here.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2237 # v1: ptr to the bottom of the used area of the alloca, can restore stack till here.