Home
last modified time | relevance | path

Searched refs:interp_size (Results 1 – 2 of 2) sorted by relevance

/art/runtime/interpreter/mterp/
Dnterp.cc66 ptrdiff_t interp_size = reinterpret_cast<uintptr_t>(artNterpAsmInstructionEnd) - in CheckNterpAsmConstants() local
68 if ((interp_size == 0) || (interp_size != (art::kNumPackedOpcodes * width))) { in CheckNterpAsmConstants()
69 LOG(FATAL) << "ERROR: unexpected asm interp size " << interp_size in CheckNterpAsmConstants()
Dmterp.cc43 int interp_size = (uintptr_t) artMterpAsmInstructionEnd - in CheckMterpAsmConstants() local
45 if ((interp_size == 0) || (interp_size != (art::kNumPackedOpcodes * width))) { in CheckMterpAsmConstants()
46 LOG(FATAL) << "ERROR: unexpected asm interp size " << interp_size in CheckMterpAsmConstants()