Searched refs:tokens (Results 1 - 2 of 2) sorted by last modified time

/dalvik/vm/compiler/template/
H A Dgen-template.py49 # Set handler_size_bytes to the value of tokens[1], and handler_size_bits to
53 def setHandlerSize(tokens):
55 if len(tokens) != 2:
61 handler_size_bytes = bytes = int(tokens[1])
76 def importFile(tokens):
77 if len(tokens) != 2:
79 source = tokens[1]
81 appendSourceFile(tokens[1], getGlobalSubDict(), asm_fp, None)
90 def setAsmStub(tokens):
92 if len(tokens) !
385 tokens = line.split(' ') # tokenize variable
[all...]
/dalvik/vm/mterp/
H A Dgen-mterp.py59 def setHandlerStyle(tokens):
61 if len(tokens) != 2:
63 style = tokens[1]
69 # Set handler_size_bytes to the value of tokens[1], and handler_size_bits to
73 def setHandlerSize(tokens):
77 if len(tokens) != 2:
83 handler_size_bytes = bytes = int(tokens[1])
98 def importFile(tokens):
99 if len(tokens) != 2:
101 source = tokens[
580 tokens = line.split(' ') # tokenize variable
[all...]

Completed in 49 milliseconds