Searched refs:GetCallerEnvironment (Results 1 – 2 of 2) sorted by relevance
48 DCHECK(inliner->GetCallerEnvironment() != nullptr); in EncodeInlinedDexPc()52 while (inliner->GetCallerEnvironment() != nullptr) { in EncodeInlinedDexPc()53 temp_vector.push_back(inliner->GetCallerEnvironment()->GetDexPc()); in EncodeInlinedDexPc()
70 const HEnvironment* GetCallerEnvironment() const { return caller_environment_; } in GetCallerEnvironment() function