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

12

/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),,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),,art/compiler,host,debug))
/art/dex2oat/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
33 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler,art/compiler,target,ndebug,$(dex2oat_arch)))
36 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler,art/compiler,target,debug,$(dex2oat_arch)))
41 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libart-compiler,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libartd-compiler,art/compiler,host,debug))
/art/test/
H A DAndroid.run-test.mk16 LOCAL_PATH := $(call my-dir)
61 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),,))
62 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-trace,))
63 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-gcverify,))
64 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-gcstress,))
65 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),,-relocate))
66 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-trace,-relocate))
67 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-gcverify,-relocate))
68 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-gcstress,-relocate))
69 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call al
[all...]
H A DAndroid.libnativebridgetest.mk17 LOCAL_PATH := $(call my-dir)
52 $(call set-target-local-clang-vars)
53 $(call set-target-local-cflags-vars,debug)
79 $(eval $(call build-libnativebridgetest,target))
82 $(eval $(call build-libnativebridgetest,host))
H A DAndroid.libarttest.mk17 LOCAL_PATH := $(call my-dir)
60 $(call set-target-local-clang-vars)
61 $(call set-target-local-cflags-vars,debug)
87 $(eval $(call build-libarttest,target))
90 $(eval $(call build-libarttest,host))
/art/tools/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/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))
96 $(eval $(call build-libart-disassembler,target,ndebug))
99 $(eval $(call build-libart-disassembler,target,debug))
103 $(eval $(call build-libart-disassembler,host,ndebug))
106 $(eval $(call build-libart-disassembler,host,debug))
/art/runtime/arch/x86/
H A Djni_entrypoints_x86.S28 call PLT_SYMBOL(artFindNativeMethod) // (Thread*)
36 jmp *%eax // otherwise, tail call to intended method
H A Dquick_entrypoints_x86.S32 // Last +4: implicit return address pushed on stack when caller made call.
50 // Last +4: implicit return address pushed on stack when caller made call.
78 // Last +4: implicit return address pushed on stack when caller made call.
109 call SYMBOL(artDeliverPendingExceptionFromCode) // artDeliverPendingExceptionFromCode(Thread*, SP)
124 call VAR(cxx_name, 1) // cxx_name(Thread*, SP)
140 call VAR(cxx_name, 1) // cxx_name(arg1, Thread*, SP)
156 call VAR(cxx_name, 1) // cxx_name(arg1, arg2, Thread*, SP)
197 * stack and call the appropriate C helper.
232 call VAR(cxx_name, 1) // cxx_name(arg1, arg2, arg3, Thread*, SP)
245 // Tail call t
[all...]
H A Dportable_entrypoints_x86.S45 call PLT_SYMBOL(memcpy) // (void*, const void*, size_t)
49 call *METHOD_PORTABLE_CODE_OFFSET_32(%eax) // call the method
82 call PLT_SYMBOL(artPortableProxyInvokeHandler) // (called, receiver, Thread*, &called)
106 call PLT_SYMBOL(artPortableResolutionTrampoline) // (called, receiver, Thread*, &called)
129 call PLT_SYMBOL(artPortableToInterpreterBridge) // (called, Thread*, &called)
/art/build/
H A DAndroid.oat.mk46 $(eval $(call create-core-oat-host-rules,))
48 $(eval $(call create-core-oat-host-rules,2ND_))
70 $(eval $(call create-core-oat-target-rules,2ND_))
72 $(eval $(call create-core-oat-target-rules,))
H A DAndroid.gtest.mk44 $(foreach dir,$(GTEST_DEX_DIRECTORIES), $(eval $(call build-art-test-dex,art-gtest,$(dir), \
255 $(hide) $$(call ART_TEST_SKIP,$$@) && \
258 && $$(call ART_TEST_PASSED,$$@)) \
259 || $$(call ART_TEST_FAILED,$$@))
283 $(hide) ($$(call ART_TEST_SKIP,$$@) && $$< && $$(call ART_TEST_PASSED,$$@)) \
284 || $$(call ART_TEST_FAILED,$$@)
292 $(hide) $$(call ART_TEST_SKIP,$$@) && \
293 valgrind --leak-check=full --error-exitcode=1 $$< && $$(call ART_TEST_PASSED,$$@) \
294 || $$(call ART_TEST_FAILE
[all...]
H A DAndroid.common_path.mk81 HOST_CORE_DEX_FILES := $(foreach jar,$(HOST_CORE_JARS), $(call intermediates-dir-for,JAVA_LIBRARIES,$(jar),t,COMMON)/javalib.jar)
82 TARGET_CORE_DEX_FILES := $(foreach jar,$(TARGET_CORE_JARS),$(call intermediates-dir-for,JAVA_LIBRARIES,$(jar), ,COMMON)/javalib.jar)
H A DAndroid.executable.mk75 $(call set-target-local-clang-vars)
76 $(call set-target-local-cflags-vars,$(6))
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))))
/art/oatdump/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
25 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libcutils libart-disassembler,art/disassembler,target,ndebug))
28 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libcutils libartd-disassembler,art/disassembler,target,debug))
32 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libart-disassembler,art/disassembler,host,ndebug))
35 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libartd-disassembler,art/disassembler,host,debug))
/art/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
149 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
153 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
157 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
177 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
182 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
187 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
192 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
198 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
202 $(hide) $(call ART_TEST_PREREQ_FINISHE
[all...]
/art/compiler/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
202 GENERATED_SRC_DIR := $$(call local-generated-sources-dir)
216 $(call set-target-local-clang-vars)
217 $(call set-target-local-cflags-vars,$(2))
287 $(eval $(call build-libart-compiler,host,ndebug))
290 $(eval $(call build-libart-compiler,host,debug))
293 $(eval $(call build-libart-compiler,target,ndebug))
296 $(eval $(call build-libart-compiler,target,debug))
304 $(eval $(call copy-one-file, $(call intermediate
[all...]
/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S77 // Last +8: implicit return address pushed on stack when caller made call.
118 // Last +8: implicit return address pushed on stack when caller made call.
188 // Last +8: implicit return address pushed on stack when caller made call.
235 call SYMBOL(artDeliverPendingExceptionFromCode) // artDeliverPendingExceptionFromCode(Thread*, SP)
245 call VAR(cxx_name, 1) // cxx_name(Thread*, SP)
256 call VAR(cxx_name, 1) // cxx_name(arg1, Thread*, SP)
267 call VAR(cxx_name, 1) // cxx_name(Thread*, SP)
308 * stack and call the appropriate C helper.
332 call VAR(cxx_name, 1) // cxx_name(arg1, arg2, caller method*, Thread*, SP)
341 // 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/arch/arm/
H A Djni_entrypoints_arm.S45 bx r12 @ if non-null, tail call to method's code
/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; \
178 // one time by a call to ClearGrowthLimit.
/art/runtime/arch/mips/
H A Djni_entrypoints_mips.S51 jr $t9 # leaf call to method's code
/art/sigchainlib/
H A DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
/art/runtime/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
374 GENERATED_SRC_DIR := $$(call local-generated-sources-dir)
397 $$(eval $$(call set-target-local-clang-vars))
398 $$(eval $$(call set-target-local-cflags-vars,$(2)))
476 $(eval $(call build-libart,host,ndebug))
479 $(eval $(call build-libart,host,debug))
483 # $(error $(call build-libart,target,ndebug))
484 $(eval $(call build-libart,target,ndebug))
487 $(eval $(call build-libart,target,debug))

Completed in 405 milliseconds

12