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

/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc374 ThreadOffset<8> func_offset = QUICK_ENTRYPOINT_OFFSET(8, pThrowStackOverflow); local
376 m2l_->LoadWordDisp(rs_xSELF, func_offset.Int32Value(), rs_xIP0);
/art/compiler/dex/quick/arm/
H A Dcall_arm.cc464 ThreadOffset<4> func_offset = QUICK_ENTRYPOINT_OFFSET(4, pThrowStackOverflow); local
468 m2l_->LoadWordDisp(rs_rARM_SELF, func_offset.Int32Value(), rs_rARM_PC);
/art/runtime/
H A Dutils.cc1144 if (it->func_offset != 0) {
1145 os << "+" << it->func_offset;

Completed in 1198 milliseconds