OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNIMPLEMENTED
(Results
51 - 75
of
121
) sorted by null
1
2
3
4
5
/art/compiler/utils/arm64/
assembler_arm64.cc
397
UNIMPLEMENTED
(FATAL) << "We only support Copy() of size 4 and 8";
416
UNIMPLEMENTED
(FATAL) << "We only support Copy() of size 4 and 8";
435
UNIMPLEMENTED
(FATAL) << "We only support Copy() of size 4 and 8";
441
UNIMPLEMENTED
(FATAL) << "
Unimplemented
Copy() variant";
470
UNIMPLEMENTED
(FATAL) << "We only support Copy() of size 4 and 8";
477
UNIMPLEMENTED
(FATAL) << "
Unimplemented
Copy() variant";
546
UNIMPLEMENTED
(FATAL) << "
Unimplemented
Call() variant"
[
all
...]
/art/runtime/openjdkjvm/
OpenjdkJvm.cc
441
UNIMPLEMENTED
(FATAL) << "JVM_IHashCode is not implemented";
446
UNIMPLEMENTED
(FATAL) << "JVM_NanoTime is not implemented";
453
UNIMPLEMENTED
(FATAL) << "JVM_ArrayCopy is not implemented";
/art/runtime/base/
logging.h
100
#define
UNIMPLEMENTED
(level) LOG(level) << __PRETTY_FUNCTION__ << "
unimplemented
"
time_utils.cc
165
UNIMPLEMENTED
(WARNING);
/external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h
251
#define
UNIMPLEMENTED
() UNREACHABLE("
unimplemented
")
sanitizer_symbolizer_posix_libcdep.cc
102
UNIMPLEMENTED
();
sanitizer_mac.cc
290
UNIMPLEMENTED
();
/system/core/base/include/android-base/
logging.h
147
#define
UNIMPLEMENTED
(level) \
148
LOG(level) << __PRETTY_FUNCTION__ << "
unimplemented
"
/art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S
[
all
...]
/art/compiler/utils/arm/
assembler_arm.cc
649
UNIMPLEMENTED
(FATAL) << "no sign extension necessary for arm";
653
UNIMPLEMENTED
(FATAL) << "no zero extension necessary for arm";
717
UNIMPLEMENTED
(FATAL);
731
UNIMPLEMENTED
(FATAL);
834
UNIMPLEMENTED
(FATAL);
[
all
...]
/art/compiler/utils/mips64/
assembler_mips64.cc
[
all
...]
/art/runtime/gc/space/
region_space.h
72
UNIMPLEMENTED
(FATAL);
76
UNIMPLEMENTED
(FATAL);
bump_pointer_space.cc
209
UNIMPLEMENTED
(FATAL);
/art/runtime/native/
dalvik_system_VMDebug.cc
137
UNIMPLEMENTED
(WARNING);
142
UNIMPLEMENTED
(WARNING);
/art/compiler/utils/
assembler_test.h
433
UNIMPLEMENTED
(FATAL) << "Architecture does not support floating-point registers";
439
UNIMPLEMENTED
(FATAL) << "Architecture does not support secondary registers";
445
UNIMPLEMENTED
(FATAL) << "Architecture does not support tertiary registers";
451
UNIMPLEMENTED
(FATAL) << "Architecture does not support quaternary registers";
[
all
...]
/art/compiler/optimizing/
code_generator_mips.h
362
UNIMPLEMENTED
(FATAL) << "Not implemented on MIPS";
code_generator_mips64.h
354
UNIMPLEMENTED
(FATAL) << "Not implemented on MIPS64";
code_generator_arm64.h
474
UNIMPLEMENTED
(FATAL);
/art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc
306
UNIMPLEMENTED
(FATAL);
/art/runtime/
utils.h
411
UNIMPLEMENTED
(WARNING) << "cache flush";
/external/v8/src/compiler/
js-operator.cc
224
UNIMPLEMENTED
();
235
UNIMPLEMENTED
();
[
all
...]
/external/v8/src/ppc/
assembler-ppc.h
658
UNIMPLEMENTED
();
700
UNIMPLEMENTED
();
744
UNIMPLEMENTED
();
[
all
...]
/art/compiler/jni/quick/
jni_compiler.cc
541
UNIMPLEMENTED
(FATAL); // we currently don't expect to see this case
/external/v8/src/
bignum.cc
339
UNIMPLEMENTED
();
/external/v8/src/runtime/
runtime-array.cc
478
UNIMPLEMENTED
();
Completed in 449 milliseconds
1
2
3
4
5