Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 39) sorted by relevance

12

/art/test/966-default-conflict/
Dexpected.txt3 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/
Dexpected.txt3 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/
Dexpected.txt3 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/
Ddlmalloc.cc28 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/
Dexpected.txt4 This is a function call
8 This is a function call
12 This is a function call
/art/compiler/utils/arm/
Dassembler_arm32_test.cc299 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/
Dasm_support_mips64.S33 .type \name, %function
50 .type \name, %function
/art/runtime/arch/arm64/
Dasm_support_arm64.S38 .type \name, #function
/art/runtime/arch/mips/
Dasm_support_mips.S31 .type \name, %function
47 .type \name, %function
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h304 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/
Dentry.S29 .type ExecuteMterpImpl, %function
/art/runtime/interpreter/mterp/mips64/
Dentry.S25 .type ExecuteMterpImpl, %function
/art/runtime/interpreter/mterp/arm/
Dentry.S23 .type ExecuteMterpImpl, %function
/art/tools/
Dart19 function follow_links() {
32 function find_libdir() {
/art/runtime/arch/arm/
Dasm_support_arm.S58 .type \name, #function
/art/test/115-native-bridge/
Dexpected.txt6 Test ART callbacks: all JNI function number is 11.
/art/runtime/arch/x86_64/
Dasm_support_x86_64.S64 #define FUNCTION_TYPE(name) .type name, @function
/art/runtime/interpreter/mterp/x86_64/
Dheader.S99 #define FUNCTION_TYPE(name) .type name, @function
/art/runtime/arch/x86/
Dasm_support_x86.S67 #define FUNCTION_TYPE(name) .type name, @function
/art/runtime/interpreter/mterp/x86/
Dheader.S103 #define FUNCTION_TYPE(name) .type name, @function
/art/disassembler/
Ddisassembler_mips.cc424 uint32_t function = (instruction & 0x3f); // R-type. in Dump() local
425 opcode = StringPrintf("op=%d fn=%d", op, function); in Dump()
/art/cmdline/
DREADME.md166 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.
Dcmdline_parser.h278 std::function<void(TArg&)> save_value_;
279 std::function<TArg&(void)> load_value_;
/art/compiler/optimizing/
Dconstant_folding_test.cc45 std::function<void(HGraph*)> check_after_cf, in TestCode()
57 std::function<void(HGraph*)> check_after_cf) { in TestCodeOnReadyGraph()
/art/runtime/interpreter/mterp/
Dconfig_x86_6422 function-type-format FUNCTION_TYPE(%s)
23 function-size-format SIZE(%s,%s)

12