Searched refs:interp_size (Results 1 – 2 of 2) sorted by relevance
66 ptrdiff_t interp_size = reinterpret_cast<uintptr_t>(artNterpAsmInstructionEnd) - in CheckNterpAsmConstants() local68 if ((interp_size == 0) || (interp_size != (art::kNumPackedOpcodes * width))) { in CheckNterpAsmConstants()69 LOG(FATAL) << "ERROR: unexpected asm interp size " << interp_size in CheckNterpAsmConstants()
43 int interp_size = (uintptr_t) artMterpAsmInstructionEnd - in CheckMterpAsmConstants() local45 if ((interp_size == 0) || (interp_size != (art::kNumPackedOpcodes * width))) { in CheckMterpAsmConstants()46 LOG(FATAL) << "ERROR: unexpected asm interp size " << interp_size in CheckMterpAsmConstants()