OSDN Git Service

ART: Refactor class-linker methods
authorAndreas Gampe <agampe@google.com>
Tue, 2 Dec 2014 23:43:52 +0000 (15:43 -0800)
committerAndreas Gampe <agampe@google.com>
Tue, 25 Oct 2016 18:18:05 +0000 (11:18 -0700)
commit34ee6842a283afe107f0c1df941393f955323b52
tree63614db22d589a42f843f1b96e2332e8c89d4860
parent5b6fbd02f03fd41829c7dd4bfce97a62346be854
ART: Refactor class-linker methods

Hide the LookupClass with hash version. Clients should not have to
know about that performance detail.

Hide FindClassInPathClassLoader. This is an implementation detail.

Test: m test-art-host
Change-Id: I2378c6fed8d7d1fb1ead8e042b4cf07228adf25c
runtime/class_linker.cc
runtime/class_linker.h
runtime/native/dalvik_system_VMRuntime.cc
runtime/native/java_lang_VMClassLoader.cc
runtime/verifier/reg_type_cache.cc