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

/art/compiler/optimizing/
H A Dcode_generator.h766 HEnvironment* e2 = i2->GetEnvironment(); local
767 if (e1->GetParent() != e2->GetParent() || e1->Size() != e2->Size()) {
771 if (e1->GetInstructionAt(i) != e2->GetInstructionAt(i) ||
772 !e1->GetLocationAt(i).Equals(e2->GetLocationAt(i))) {
/art/tools/dmtracedump/
H A Dtracedump.cc2360 uint64_t e2 = ptr->method2->elapsedExclusive; local
2362 ptr->differenceExclusive = e2 - e1;
2363 ptr->differenceExclusivePercentage = (static_cast<double>(e2) /

Completed in 64 milliseconds