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

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

Completed in 170 milliseconds