Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_unit_test.h591 struct HandlerWrapper { struct
593 virtual ~HandlerWrapper() {} in ~HandlerWrapper() argument
602 struct KindWrapper<HInstruction::InstructionKind::k##nm, F> : public HandlerWrapper { \
621 std::unique_ptr<HandlerWrapper> GetWrapper(HInstruction::InstructionKind kind, F f) { in FOR_EACH_CONCRETE_INSTRUCTION()
625 return std::unique_ptr<HandlerWrapper>( \ in FOR_EACH_CONCRETE_INSTRUCTION()
683 std::array<std::unique_ptr<HandlerWrapper>, HInstruction::InstructionKind::kLastInstructionKind>