Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.h58 caller_environment_(caller_environment), in HOptimization()
70 const HEnvironment* GetCallerEnvironment() const { return caller_environment_; } in GetCallerEnvironment()
337 const HEnvironment* const caller_environment_; variable