Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/coverage/coverage/
Dparser.py324 OP_LOAD_CONST = _opcode('LOAD_CONST') variable
522 if penult.op == OP_LOAD_CONST and ult.op == OP_RETURN_VALUE: