Searched refs:call (Results 1 - 25 of 50) sorted by relevance

12

/art/imgdiag/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
28 $(eval $(call build-art-multi-executable,imgdiag,$(IMGDIAG_SRC_FILES),libart-compiler libbacktrace,libcutils,libziparchive-host,art/compiler,both))
/art/patchoat/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
33 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,target,ndebug,$(patchoat_arch)))
36 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,target,debug,$(patchoat_arch)))
41 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,host,debug))
/art/dex2oat/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
41 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler,art/compiler,target,ndebug,$(dex2oat_target_arch)))
44 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler,art/compiler,target,debug,$(dex2oat_target_arch)))
49 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler libziparchive-host,art/compiler,host,ndebug,$(dex2oat_host_arch)))
52 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler libziparchive-host,art/compiler,host,debug,$(dex2oat_host_arch)))
/art/tools/dexfuzz/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/art/runtime/arch/x86/
H A Djni_entrypoints_x86.S27 call SYMBOL(artFindNativeMethod) // (Thread*)
32 jmp *%eax // otherwise, tail call to intended method
H A Dquick_entrypoints_x86.S41 // Last +4: implicit return address pushed on stack when caller made call.
68 // Last +4: implicit return address pushed on stack when caller made call.
113 // Last +4: implicit return address pushed on stack when caller made call.
200 call SYMBOL(artDeliverPendingExceptionFromCode) // artDeliverPendingExceptionFromCode(Thread*)
212 call VAR(cxx_name, 1) // cxx_name(Thread*)
227 call VAR(cxx_name, 1) // cxx_name(arg1, Thread*)
241 call VAR(cxx_name, 1) // cxx_name(arg1, arg2, Thread*)
282 * stack and call the appropriate C helper.
309 call VAR(cxx_name, 1) // cxx_name(arg1, arg2, arg3, Thread*, SP)
333 // Tail call t
[all...]
/art/disassembler/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
62 $(call set-target-local-clang-vars)
63 $(call set-target-local-cflags-vars,$(2))
103 $(eval $(call build-libart-disassembler,target,ndebug))
106 $(eval $(call build-libart-disassembler,target,debug))
110 $(eval $(call build-libart-disassembler,host,ndebug))
113 $(eval $(call build-libart-disassembler,host,debug))
/art/build/
H A DAndroid.oat.mk134 $(call create-core-oat-host-rules,$(1),no-pic,,$(2),$(3))
135 $(call create-core-oat-host-rules,$(1),pic,,$(2),$(3))
138 $(call create-core-oat-host-rules,$(1),no-pic,2ND_,$(2),$(3))
139 $(call create-core-oat-host-rules,$(1),pic,2ND_,$(2),$(3))
143 $(eval $(call create-core-oat-host-rule-combination,default,,))
144 $(eval $(call create-core-oat-host-rule-combination,optimizing,,))
145 $(eval $(call create-core-oat-host-rule-combination,interpreter,,))
149 $(eval $(call create-core-oat-host-rule-combination,default,valgrind,32))
150 $(eval $(call create-core-oat-host-rule-combination,optimizing,valgrind,32))
151 $(eval $(call creat
[all...]
H A DAndroid.gtest.mk47 $(foreach dir,$(GTEST_DEX_DIRECTORIES), $(eval $(call build-art-test-dex,art-gtest,$(dir), \
58 $(call dexpreopt-remove-classes.dex,$@)
62 $(call dexpreopt-remove-classes.dex,$@)
284 $(eval $(call set-target-local-clang-vars))
285 $(eval $(call set-target-local-cflags-vars,debug))
343 $(hide) $$(call ART_TEST_SKIP,$$@) && \
347 && $$(call ART_TEST_PASSED,$$@)) \
348 || $$(call ART_TEST_FAILED,$$@))
382 $(hide) ($$(call ART_TEST_SKIP,$$@) && $$< && $$(call ART_TEST_PASSE
[all...]
H A DAndroid.common_path.mk89 HOST_CORE_DEX_FILES := $(foreach jar,$(HOST_CORE_JARS), $(call intermediates-dir-for,JAVA_LIBRARIES,$(jar),t,COMMON)/javalib.jar)
90 TARGET_CORE_DEX_FILES := $(foreach jar,$(TARGET_CORE_JARS),$(call intermediates-dir-for,JAVA_LIBRARIES,$(jar), ,COMMON)/javalib.jar)
93 HOST_JACK_CLASSPATH := $(abspath $(call intermediates-dir-for,JAVA_LIBRARIES,core-libart-hostdex,t,COMMON)/classes.jack)
94 TARGET_JACK_CLASSPATH := $(abspath $(call intermediates-dir-for,JAVA_LIBRARIES,core-libart, ,COMMON)/classes.jack)
H A DAndroid.cpplint.mk49 $(foreach file, $(ART_CPPLINT_SRC), $(eval $(call declare-art-cpplint-target,$(file))))
50 #$(info $(call declare-art-cpplint-target,$(firstword $(ART_CPPLINT_SRC))))
H A DAndroid.executable.mk73 $(call set-target-local-clang-vars)
74 $(call set-target-local-cflags-vars,$(6))
188 art-multi-env-guard := $$(call art-string-to-uppercase,ART_BUILD_$(target_flavor)_$(debug_flavor))
192 $$(eval $$(call build-art-executable,$$(art-multi-binary-name),$$(art-multi-source-files),$$(art-multi-lib-dependencies),$$(art-multi-include-extra),$(target_flavor),$(debug_flavor),$$(art-multi-multilib)))
/art/test/
H A DAndroid.libnativebridgetest.mk17 LOCAL_PATH := $(call my-dir)
51 $(call set-target-local-clang-vars)
52 $(call set-target-local-cflags-vars,debug)
78 $(eval $(call build-libnativebridgetest,target))
81 $(eval $(call build-libnativebridgetest,host))
H A DAndroid.run-test.mk16 LOCAL_PATH := $(call my-dir)
29 art_run_tests_dir := $(call intermediates-dir-for,PACKAGING,art-run-tests)/DATA
31 # A generated list of prerequisites that call 'run-test --build-only', the actual prerequisite is
77 $(foreach test, $(TEST_ART_RUN_TESTS), $(eval $(call define-build-art-run-test,$(test))))
195 # $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES),$(COMPILER_TYPES), \
212 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \
226 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),prebuild, \
237 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),no-prebuild, \
252 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \
263 ART_TEST_KNOWN_BROKEN += $(call al
[all...]
H A DAndroid.libarttest.mk17 LOCAL_PATH := $(call my-dir)
66 $(call set-target-local-clang-vars)
67 $(call set-target-local-cflags-vars,debug)
88 $(eval $(call build-libarttest,target))
91 $(eval $(call build-libarttest,host))
/art/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
140 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
144 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
148 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
168 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
173 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
178 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
183 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
188 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
194 $(hide) $(call ART_TEST_PREREQ_FINISHE
[all...]
/art/sigchainlib/
H A DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
32 $(eval $(call set-target-local-clang-vars))
45 $(eval $(call set-target-local-clang-vars))
/art/tools/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/art/runtime/arch/arm/
H A Djni_entrypoints_arm.S45 bx r12 @ if non-null, tail call to method's code
/art/compiler/optimizing/
H A Dinliner.cc57 HInvokeStaticOrDirect* call = instruction->AsInvokeStaticOrDirect(); local
58 // As long as the call is not intrinsified, it is worth trying to inline.
59 if (call != nullptr && call->GetIntrinsic() == Intrinsics::kNone) {
62 if (!TryInline(call, call->GetDexMethodIndex())) {
65 PrettyMethod(call->GetDexMethodIndex(), *outer_compilation_unit_.GetDexFile());
/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S77 // Last +8: implicit return address pushed on stack when caller made call.
120 // Last +8: implicit return address pushed on stack when caller made call.
192 // Last +8: implicit return address pushed on stack when caller made call.
273 call SYMBOL(artDeliverPendingExceptionFromCode) // artDeliverPendingExceptionFromCode(Thread*)
282 call VAR(cxx_name, 1) // cxx_name(Thread*)
292 call VAR(cxx_name, 1) // cxx_name(arg1, Thread*)
302 call VAR(cxx_name, 1) // cxx_name(Thread*)
343 * stack and call the appropriate C helper.
367 call VAR(cxx_name, 1) // cxx_name(arg1, arg2, caller method*, Thread*, SP)
376 // Tail call t
[all...]
H A Djni_entrypoints_x86_64.S46 // prepare call
48 // call
49 call PLT_SYMBOL(artFindNativeMethod) // (Thread*)
73 jmp *%rax // otherwise, tail call to intended method
/art/runtime/gc/space/
H A Dmalloc_space.h38 #define CHECK_MEMORY_CALL(call, args, what) \
40 int rc = call args; \
43 PLOG(FATAL) << # call << " failed for " << what; \
188 // one time by a call to ClearGrowthLimit.
/art/compiler/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
220 GENERATED_SRC_DIR := $$(call local-generated-sources-dir)
233 $(call set-target-local-clang-vars)
234 $(call set-target-local-cflags-vars,$(2))
290 $(eval $(call build-libart-compiler,host,ndebug))
293 $(eval $(call build-libart-compiler,host,debug))
296 $(eval $(call build-libart-compiler,target,ndebug))
299 $(eval $(call build-libart-compiler,target,debug))
/art/runtime/arch/mips/
H A Djni_entrypoints_mips.S50 jalr $zero, $t9 # leaf call to method's code

Completed in 6988 milliseconds

12