OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handler_size_bytes
(Results
1 - 3
of
3
) sorted by null
/art/runtime/interpreter/mterp/x86_64/
alt_stub.S
17
jmp .L_op_nop+(${opnum}*${
handler_size_bytes
})
/art/runtime/interpreter/mterp/x86/
alt_stub.S
19
jmp .L_op_nop+(${opnum}*${
handler_size_bytes
})
/art/runtime/interpreter/mterp/
gen_mterp.py
31
handler_size_bytes
= -1000
variable
57
"
handler_size_bytes
":
handler_size_bytes
}
73
# Set
handler_size_bytes
to the value of tokens[1], and handler_size_bits to
74
# log2(
handler_size_bytes
). Throws an exception if "bytes" is not 0 or
78
global handler_size_bits,
handler_size_bytes
87
handler_size_bytes
= bytes = int(tokens[1])
93
if
handler_size_bytes
== 0 or
handler_size_bytes
!= (1 << bits):
273
asm_fp.write(" .balign %d\n" %
handler_size_bytes
)
[
all
...]
Completed in 104 milliseconds