Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dmterp.cc38 int interp_size = (uintptr_t) artMterpAsmInstructionEnd - in CheckMterpAsmConstants() local
40 if ((interp_size == 0) || (interp_size != (art::kNumPackedOpcodes * width))) { in CheckMterpAsmConstants()
41 LOG(art::FATAL) << "ERROR: unexpected asm interp size " << interp_size in CheckMterpAsmConstants()