Home
last modified time | relevance | path

Searched refs:GetCallerEnvironment (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dprofiling_info_builder.cc48 DCHECK(inliner->GetCallerEnvironment() != nullptr); in EncodeInlinedDexPc()
52 while (inliner->GetCallerEnvironment() != nullptr) { in EncodeInlinedDexPc()
53 temp_vector.push_back(inliner->GetCallerEnvironment()->GetDexPc()); in EncodeInlinedDexPc()
Dinliner.h70 const HEnvironment* GetCallerEnvironment() const { return caller_environment_; } in GetCallerEnvironment() function