OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByteCodes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
bytecode.py
24
class
ByteCodes
(object):
parser.py
7
from coverage.bytecode import
ByteCodes
, CodeObjects
432
# We have to handle the last two
bytecodes
specially.
435
for bc in
ByteCodes
(self.code.co_code):
500
# The last two
bytecodes
could be a dummy "return None" that
625
"""A sequence of
bytecodes
with a single entrance.
Completed in 67 milliseconds