Home
last modified time | relevance | path

Searched defs:NeedsEnvironment (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dintrinsics.h60 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironment, SideEffects, Exceptions) \ in Dispatch() argument
75 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironment, SideEffects, Exceptions) \ argument
Dnodes.h1812 virtual bool NeedsEnvironment() const { return false; } in NeedsEnvironment() function
2800 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function
3627 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function
4218 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function
4460 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function
4942 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function
5167 bool NeedsEnvironment() const OVERRIDE { in NeedsEnvironment() function
5281 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function
5298 bool NeedsEnvironment() const OVERRIDE { in NeedsEnvironment() function
5322 bool NeedsEnvironment() const OVERRIDE { in NeedsEnvironment() function
[all …]
Dnodes.cc2370 bool HInvoke::NeedsEnvironment() const { in NeedsEnvironment() function in art::HInvoke