Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Dentrypoints_order_test.cc45 type ## _ ## first_field ## _ ## second_field)
50 type ## _ ## prefix ## _ ## first_field ## _ ## second_field)
Djni_internal.h33 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## functionName) }
/art/runtime/arch/x86_64/
Dasm_support_x86_64.S106 #define SYMBOL(name) _ ## name
107 #define PLT_SYMBOL(name) _ ## name
/art/runtime/arch/x86/
Dasm_support_x86.S111 #define SYMBOL(name) _ ## name
112 #define PLT_SYMBOL(name) _ ## name
Dfault_handler_x86.cc76 #define EXT_SYM(sym) _ ## sym
/art/runtime/native/
Djava_lang_Object.cc24 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## identifier) }
/art/compiler/utils/x86/
Dmanaged_register_x86.cc48 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high },
/art/compiler/utils/x86_64/
Dmanaged_register_x86_64.cc47 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high },
/art/compiler/llvm/
Dintrinsic_helper.cc31 #define DEF_INTRINSICS_FUNC(_, NAME, ATTR, RET_TYPE, ARG1_TYPE, ARG2_TYPE, \ argument
/art/test/
DAndroid.run-test.mk486 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/
Dcpplint.py2618 (endline, _, endpos) = CloseExpression(clean_lines, linenum, pos)