OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zero_vreg_mask
(Results
1 - 1
of
1
) sorted by null
/art/compiler/dex/
inline_method_analyser.cc
163
uint16_t
zero_vreg_mask
) {
174
(
zero_vreg_mask
& (1u << args[forwarded])) == 0) {
178
if ((
zero_vreg_mask
& (1u << args[i])) == 0) {
211
uint16_t
zero_vreg_mask
,
238
if ((
zero_vreg_mask
& (1u << new_iput->VRegA_22c())) == 0u) {
303
uint16_t
zero_vreg_mask
= 0u;
local
318
size_t forwarded = CountForwardedConstructorArguments(code_item, instruction,
zero_vreg_mask
);
349
zero_vreg_mask
|= GetZeroVRegMask(instruction);
350
if ((
zero_vreg_mask
& (1u << this_vreg)) != 0u) {
356
if (!RecordConstructorIPut(method, instruction, this_vreg,
zero_vreg_mask
, iputs))
[
all
...]
Completed in 178 milliseconds