Searched refs:_ (Results 1 – 11 of 11) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 45 type ## _ ## first_field ## _ ## second_field) 50 type ## _ ## prefix ## _ ## first_field ## _ ## second_field)
|
D | jni_internal.h | 33 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## functionName) }
|
/art/runtime/arch/x86_64/ |
D | asm_support_x86_64.S | 106 #define SYMBOL(name) _ ## name 107 #define PLT_SYMBOL(name) _ ## name
|
/art/runtime/arch/x86/ |
D | asm_support_x86.S | 111 #define SYMBOL(name) _ ## name 112 #define PLT_SYMBOL(name) _ ## name
|
D | fault_handler_x86.cc | 76 #define EXT_SYM(sym) _ ## sym
|
/art/runtime/native/ |
D | java_lang_Object.cc | 24 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## identifier) }
|
/art/compiler/utils/x86/ |
D | managed_register_x86.cc | 48 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high },
|
/art/compiler/utils/x86_64/ |
D | managed_register_x86_64.cc | 47 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high },
|
/art/compiler/llvm/ |
D | intrinsic_helper.cc | 31 #define DEF_INTRINSICS_FUNC(_, NAME, ATTR, RET_TYPE, ARG1_TYPE, ARG2_TYPE, \ argument
|
/art/test/ |
D | Android.run-test.mk | 486 ART_TEST_$$(uc_host_or_target)_RUN_TEST_$$(uc_compiler)_$(1)_RULES += $$(run_test_rule_name) 487 …ART_TEST_$$(uc_host_or_target)_RUN_TEST_$$(uc_compiler)_$$(uc_reloc_type)_RULES += $$(run_test_rul…
|
/art/tools/ |
D | cpplint.py | 2618 (endline, _, endpos) = CloseExpression(clean_lines, linenum, pos)
|