OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRegisterTypeWide
(Results
1 - 3
of
3
) sorted by null
/art/runtime/verifier/
register_line.cc
56
bool RegisterLine::
SetRegisterTypeWide
(uint32_t vdst, RegType& new_type1,
248
SetRegisterTypeWide
(vdst, type_l, type_h);
277
SetRegisterTypeWide
(vdst, type_l, type_h); // also sets the high
295
SetRegisterTypeWide
(inst->VRegA_12x(), dst_type1, dst_type2);
303
SetRegisterTypeWide
(inst->VRegA_12x(), dst_type1, dst_type2);
341
SetRegisterTypeWide
(inst->VRegA_23x(), dst_type1, dst_type2);
350
SetRegisterTypeWide
(inst->VRegA_23x(), long_lo_type, long_hi_type);
381
SetRegisterTypeWide
(vregA, dst_type1, dst_type2);
392
SetRegisterTypeWide
(vregA, long_lo_type, long_hi_type);
register_line.h
87
bool
SetRegisterTypeWide
(uint32_t vdst, RegType& new_type1, RegType& new_type2)
method_verifier.cc
[
all
...]
Completed in 712 milliseconds