Searched defs:expectation (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dtype_inference_test.cc545 void ExpectSRegType(int s_reg, const SRegExpectation& expectation, bool check_loc = true) { argument
546 uint32_t flags = expectation.flags;
547 uint32_t array_depth = expectation.array_depth;
585 (expectation.flags & (kExpectWide | kExpectNarrow | kExpectHigh)) == kExpectWide) {
789 // One expectation for every 2 MIRs.
856 // One expectation for every 2 MIRs.
923 // One expectation for every 2 MIRs.
990 // One expectation for every 2 MIRs.
1842 static const SRegExpectation expectation = { local
1847 ExpectSRegType(0u, expectation);
1870 static const SRegExpectation expectation = { local
1954 static const SRegExpectation expectation = { local
1983 static const SRegExpectation expectation = { local
2006 static const SRegExpectation expectation = { local
[all...]

Completed in 64 milliseconds