Searched defs:NeedsEnvironment (Results 1 – 3 of 3) sorted by relevance
60 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironment, SideEffects, Exceptions) \ in Dispatch() argument75 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironment, SideEffects, Exceptions) \ argument
1812 virtual bool NeedsEnvironment() const { return false; } in NeedsEnvironment() function2800 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function3627 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function4218 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function4460 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function4942 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function5167 bool NeedsEnvironment() const OVERRIDE { in NeedsEnvironment() function5281 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function5298 bool NeedsEnvironment() const OVERRIDE { in NeedsEnvironment() function5322 bool NeedsEnvironment() const OVERRIDE { in NeedsEnvironment() function[all …]
2370 bool HInvoke::NeedsEnvironment() const { in NeedsEnvironment() function in art::HInvoke