OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerifyRegisterTypeWide
(Results
1 - 3
of
3
) sorted by null
/art/runtime/verifier/
register_line.cc
141
bool RegisterLine::
VerifyRegisterTypeWide
(uint32_t vsrc, const RegType& check_type1,
293
if (
VerifyRegisterTypeWide
(inst->VRegB_12x(), src_type1, src_type2)) {
309
if (
VerifyRegisterTypeWide
(inst->VRegB_12x(), src_type1, src_type2)) {
338
if (
VerifyRegisterTypeWide
(inst->VRegB_23x(), src_type1_1, src_type1_2) &&
339
VerifyRegisterTypeWide
(inst->VRegC_23x(), src_type2_1, src_type2_2)) {
347
if (
VerifyRegisterTypeWide
(inst->VRegB_23x(), long_lo_type, long_hi_type) &&
378
if (
VerifyRegisterTypeWide
(vregA, src_type1_1, src_type1_2) &&
379
VerifyRegisterTypeWide
(vregB, src_type2_1, src_type2_2)) {
389
if (
VerifyRegisterTypeWide
(vregA, long_lo_type, long_hi_type) &&
register_line.h
106
bool
VerifyRegisterTypeWide
(uint32_t vsrc, const RegType& check_type1, const RegType& check_type2)
method_verifier.cc
[
all
...]
Completed in 53 milliseconds