/art/test/966-default-conflict/ |
D | expected.txt | 3 Calling non-conflicting function on Main 5 Calling conflicting function on Main 7 Calling non-conflicting function on Main 10 Calling non-conflicting function on Iface 12 Calling conflicting function on Iface 14 Calling non-conflicting function on Iface 17 Calling conflicting function on Iface2
|
/art/test/967-default-ame/ |
D | expected.txt | 3 Calling non-abstract function on Main 5 Calling abstract function on Main 7 Calling non-abstract function on Main 10 Calling non-abstract function on Iface 12 Calling abstract function on Iface 14 Calling non-abstract function on Iface 17 Calling abstract function on Iface2
|
/art/test/965-default-verify/ |
D | expected.txt | 3 Calling verifiable function on Main 5 Calling unverifiable function on Main 7 Calling verifiable function on Main 10 Calling verifiable function on Iface 12 Calling unverifiable function on Iface 14 Calling verifiable function on Iface
|
/art/runtime/gc/allocator/ |
D | dlmalloc.cc | 28 static void art_heap_corruption(const char* function); 29 static void art_heap_usage_error(const char* function, void* p); 46 static void art_heap_corruption(const char* function) { in art_heap_corruption() argument 47 LOG(::art::FATAL) << "Corrupt heap detected in: " << function; in art_heap_corruption() 50 static void art_heap_usage_error(const char* function, void* p) { in art_heap_usage_error() argument 51 LOG(::art::FATAL) << "Incorrect use of function '" << function << "' argument " << p in art_heap_usage_error()
|
/art/test/117-nopatchoat/ |
D | expected.txt | 4 This is a function call 8 This is a function call 12 This is a function call
|
/art/compiler/utils/arm/ |
D | assembler_arm32_test.cc | 299 void ExecuteAndPrint(std::function<void()> f, std::string fmt, std::ostringstream& oss) { in ExecuteAndPrint() 326 void TemplateHelper(std::function<void(arm::Register)> f, int depth ATTRIBUTE_UNUSED, in TemplateHelper() 353 void TemplateHelper(std::function<void(const arm::ShifterOperand&)> f, int depth ATTRIBUTE_UNUSED, in TemplateHelper() 377 void TemplateHelper(std::function<void(arm::Condition)> f, int depth ATTRIBUTE_UNUSED, in TemplateHelper() 401 void TemplateHelper(std::function<void(arm::SetCc)> f, int depth ATTRIBUTE_UNUSED, in TemplateHelper() 426 void TemplateHelper(std::function<void(arm::Register, Args...)> f, int depth, bool without_pc, in TemplateHelper() 449 TemplateHelper(std::function<void(Args...)>(lambda), depth + 1, without_pc, in TemplateHelper() 455 void TemplateHelper(std::function<void(const arm::ShifterOperand&, Args...)> f, int depth, in TemplateHelper() 476 TemplateHelper(std::function<void(Args...)>(lambda), depth, without_pc, in TemplateHelper() 482 void TemplateHelper(std::function<void(arm::Condition, Args...)> f, int depth, bool without_pc, in TemplateHelper() [all …]
|
/art/runtime/arch/mips64/ |
D | asm_support_mips64.S | 33 .type \name, %function 50 .type \name, %function
|
/art/runtime/arch/arm64/ |
D | asm_support_arm64.S | 38 .type \name, #function
|
/art/runtime/arch/mips/ |
D | asm_support_mips.S | 31 .type \name, %function 47 .type \name, %function
|
/art/cmdline/detail/ |
D | cmdline_parse_argument_detail.h | 304 std::function<void(TArg&)>&& save_argument, in CmdlineParseArgument() 305 std::function<TArg&(void)>&& load_argument) in CmdlineParseArgument() 497 std::function<void(TArg&)> save_argument_; 498 std::function<TArg&(void)> load_argument_;
|
/art/runtime/interpreter/mterp/arm64/ |
D | entry.S | 29 .type ExecuteMterpImpl, %function
|
/art/runtime/interpreter/mterp/mips64/ |
D | entry.S | 25 .type ExecuteMterpImpl, %function
|
/art/runtime/interpreter/mterp/arm/ |
D | entry.S | 23 .type ExecuteMterpImpl, %function
|
/art/tools/ |
D | art | 19 function follow_links() { 32 function find_libdir() {
|
/art/runtime/arch/arm/ |
D | asm_support_arm.S | 58 .type \name, #function
|
/art/test/115-native-bridge/ |
D | expected.txt | 6 Test ART callbacks: all JNI function number is 11.
|
/art/runtime/arch/x86_64/ |
D | asm_support_x86_64.S | 64 #define FUNCTION_TYPE(name) .type name, @function
|
/art/runtime/interpreter/mterp/x86_64/ |
D | header.S | 99 #define FUNCTION_TYPE(name) .type name, @function
|
/art/runtime/arch/x86/ |
D | asm_support_x86.S | 67 #define FUNCTION_TYPE(name) .type name, @function
|
/art/runtime/interpreter/mterp/x86/ |
D | header.S | 103 #define FUNCTION_TYPE(name) .type name, @function
|
/art/disassembler/ |
D | disassembler_mips.cc | 424 uint32_t function = (instruction & 0x3f); // R-type. in Dump() local 425 opcode = StringPrintf("op=%d fn=%d", op, function); in Dump()
|
/art/cmdline/ |
D | README.md | 166 where `ParsedValue` is an imaginary function that parses the `-help` argment into a specific type 172 `Ignore` function which takes a list of argument definition names. 185 `ParseAndAppend` function should be implemented.
|
D | cmdline_parser.h | 278 std::function<void(TArg&)> save_value_; 279 std::function<TArg&(void)> load_value_;
|
/art/compiler/optimizing/ |
D | constant_folding_test.cc | 45 std::function<void(HGraph*)> check_after_cf, in TestCode() 57 std::function<void(HGraph*)> check_after_cf) { in TestCodeOnReadyGraph()
|
/art/runtime/interpreter/mterp/ |
D | config_x86_64 | 22 function-type-format FUNCTION_TYPE(%s) 23 function-size-format SIZE(%s,%s)
|