OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsResolved
(Results
1 - 14
of
14
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmBackend.h
102
/// if necessary.
IsResolved
signals whether the caller believes a relocation
108
bool &
IsResolved
) {}
/art/runtime/native/
java_lang_VMClassLoader.cc
37
if (c != NULL && c->
IsResolved
()) {
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp
47
bool &
IsResolved
);
56
bool &
IsResolved
) {
73
IsResolved
= false;
/art/runtime/mirror/
object.cc
89
!c->
IsResolved
()) {
art_method-inl.h
47
DCHECK(GetDeclaringClass()->
IsResolved
() || GetDeclaringClass()->IsErroneous());
class.h
149
bool
IsResolved
() const {
617
DCHECK(
IsResolved
() || IsErroneous());
634
DCHECK(
IsResolved
() || IsErroneous());
648
DCHECK(
IsResolved
() || IsErroneous());
[
all
...]
class-inl.h
110
DCHECK(
IsResolved
() || IsErroneous());
129
DCHECK(
IsResolved
() || IsErroneous());
art_field-inl.h
49
DCHECK(GetDeclaringClass()->
IsResolved
() || GetDeclaringClass()->IsErroneous());
class.cc
226
if (
IsResolved
() || IsErroneous()) {
236
if (
IsResolved
() || IsErroneous()) {
/external/llvm/lib/MC/
MCAssembler.cpp
372
bool
IsResolved
;
375
IsResolved
= false;
377
IsResolved
= false;
383
IsResolved
= false;
386
IsResolved
=
392
IsResolved
= Target.isAbsolute();
426
IsResolved
);
428
return
IsResolved
;
[
all
...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp
116
bool &
IsResolved
);
528
bool &
IsResolved
) {
552
IsResolved
= false;
/art/runtime/
class_linker_test.cc
72
EXPECT_TRUE(primitive->
IsResolved
());
123
EXPECT_TRUE(array->
IsResolved
());
195
EXPECT_TRUE(klass->
IsResolved
());
688
EXPECT_TRUE(JavaLangObject->
IsResolved
());
[
all
...]
class_linker.cc
[
all
...]
/art/compiler/driver/
compiler_driver.cc
[
all
...]
Completed in 553 milliseconds