OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInstantiable
(Results
1 - 6
of
6
) sorted by null
/art/runtime/verifier/
reg_type_cache.cc
176
DCHECK(!precise || klass->
IsInstantiable
());
389
} else if (klass->
IsInstantiable
()) {
reg_type.cc
391
DCHECK(klass->
IsInstantiable
());
702
return IsUnresolvedTypes() || (IsNonZeroReferenceTypes() && GetClass()->
IsInstantiable
());
/art/runtime/entrypoints/
entrypoint_utils.h
59
if (UNLIKELY(!klass->
IsInstantiable
())) {
/art/runtime/mirror/
class.cc
123
DCHECK(
IsInstantiable
()) << PrettyClass(this);
class.h
365
bool
IsInstantiable
() const {
[
all
...]
/art/compiler/driver/
compiler_driver.cc
[
all
...]
Completed in 47 milliseconds