Searched defs:HEnvironment (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/optimizing/
H A Dnodes.h47 class HEnvironment;
1375 // This class is used by HEnvironment and HInstruction classes to record the
1645 // A HEnvironment object contains the values of virtual registers at a given location.
1646 class HEnvironment : public ArenaObject<kArenaAllocEnvironment> { class in namespace:art
1648 HEnvironment(ArenaAllocator* arena, function in class:art::HEnvironment
1665 HEnvironment(ArenaAllocator* arena, const HEnvironment& to_copy, HInstruction* holder) function in class:art::HEnvironment
1666 : HEnvironment(arena,
1674 void SetAndCopyParentChain(ArenaAllocator* allocator, HEnvironment* parent) {
1678 parent_ = new (allocator) HEnvironment(allocato
[all...]

Completed in 14 milliseconds