From 07380a2d6cb9feee02facc81f699eed5cb670cd5 Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Thu, 17 Sep 2015 14:15:12 +0100 Subject: Enable compilation of members with access check failures. Change-Id: I0de73099b53612072c3e6f1235c22f96339fe440 --- compiler/optimizing/builder.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'compiler/optimizing/builder.h') diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h index 4c8e3d0442..b2dc24169e 100644 --- a/compiler/optimizing/builder.h +++ b/compiler/optimizing/builder.h @@ -187,6 +187,10 @@ class HGraphBuilder : public ValueObject { // Builds an instance field access node and returns whether the instruction is supported. bool BuildInstanceFieldAccess(const Instruction& instruction, uint32_t dex_pc, bool is_put); + void BuildUnresolvedStaticFieldAccess(const Instruction& instruction, + uint32_t dex_pc, + bool is_put, + Primitive::Type field_type); // Builds a static field access node and returns whether the instruction is supported. bool BuildStaticFieldAccess(const Instruction& instruction, uint32_t dex_pc, bool is_put); -- cgit v1.2.3-59-g8ed1b