Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2886 const std::vector<int32_t>& area = constant_area_.GetBuffer(); in AddConstantArea() local
2887 for (size_t i = 0, e = area.size(); i < e; i++) { in AddConstantArea()
2889 EmitInt32(area[i]); in AddConstantArea()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1147 # v1: ptr to the bottom of the used area of the alloca, can restore stack till here.
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1412 # v1: ptr to the bottom of the used area of the alloca, can restore stack till here.