HomeSort by relevance Sort by last modified time
    Searched refs:INTRINSICS_LIST (Results 1 - 15 of 15) sorted by null

  /art/runtime/
intrinsics_enum.h 25 #include "intrinsics_list.h"
27 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
28 #undef INTRINSICS_LIST
runtime_intrinsics.cc 77 #include "intrinsics_list.h"
78 INTRINSICS_LIST(SETUP_INTRINSICS)
79 #undef INTRINSICS_LIST
intrinsics_list.h 24 // The entries in the INTRINSICS_LIST below have the following format:
87 #define INTRINSICS_LIST(V) \
  /art/compiler/optimizing/
intrinsics_arm_vixl.h 38 #include "intrinsics_list.h"
39 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
40 #undef INTRINSICS_LIST
65 #include "intrinsics_list.h"
66 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
67 #undef INTRINSICS_LIST
intrinsics_mips.h 41 #include "intrinsics_list.h"
42 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
43 #undef INTRINSICS_LIST
66 #include "intrinsics_list.h"
67 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
68 #undef INTRINSICS_LIST
intrinsics_mips64.h 41 #include "intrinsics_list.h"
42 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
43 #undef INTRINSICS_LIST
66 #include "intrinsics_list.h"
67 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
68 #undef INTRINSICS_LIST
intrinsics_x86.h 41 #include "intrinsics_list.h"
42 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
43 #undef INTRINSICS_LIST
66 #include "intrinsics_list.h"
67 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
68 #undef INTRINSICS_LIST
intrinsics_x86_64.h 41 #include "intrinsics_list.h"
42 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
43 #undef INTRINSICS_LIST
66 #include "intrinsics_list.h"
67 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
68 #undef INTRINSICS_LIST
intrinsics_arm64.h 49 #include "intrinsics_list.h"
50 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
51 #undef INTRINSICS_LIST
74 #include "intrinsics_list.h"
75 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
76 #undef INTRINSICS_LIST
intrinsics.cc 38 #include "intrinsics_list.h"
39 INTRINSICS_LIST(CHECK_INTRINSICS_ENUM_VALUES)
40 #undef INTRINSICS_LIST
51 #include "intrinsics_list.h"
52 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
53 #undef INTRINSICS_LIST
67 #include "intrinsics_list.h"
68 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
69 #undef INTRINSICS_LIST
83 #include "intrinsics_list.h
    [all...]
intrinsics.h 73 #include "intrinsics_list.h"
74 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
75 #undef INTRINSICS_LIST
87 #include "intrinsics_list.h"
88 INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
89 #undef INTRINSICS_LIST
  /external/v8/src/interpreter/
interpreter-intrinsics.h 26 #define INTRINSICS_LIST(V) \
48 INTRINSICS_LIST(DECLARE_INTRINSIC_ID)
82 INTRINSICS_LIST(DECLARE_INTRINSIC_HELPER)
interpreter-intrinsics.cc 27 INTRINSICS_LIST(SUPPORTED)
42 INTRINSICS_LIST(TO_RUNTIME_ID)
57 INTRINSICS_LIST(TO_INTRINSIC_ID)
73 INTRINSICS_LIST(MAKE_LABEL)
77 InterpreterAssembler::Label* labels[] = {INTRINSICS_LIST(LABEL_POINTER)};
82 int32_t cases[] = {INTRINSICS_LIST(CASE)};
93 INTRINSICS_LIST(HANDLE_CASE)
  /art/runtime/interpreter/
interpreter_common.h 233 #include "intrinsics_list.h"
234 INTRINSICS_LIST(DECLARE_SIGNATURE_POLYMORPHIC_HANDLER)
235 #undef INTRINSICS_LIST
interpreter_common.cc     [all...]

Completed in 323 milliseconds