Home | History | Annotate | Download | only in runtime

Lines Matching defs:code_start

627   uintptr_t code_start = reinterpret_cast<uintptr_t>(code);
628 CHECK(code_start <= pc && pc <= (code_start + code_size))
631 << " code_start=" << code_start