Home
last modified time | relevance | path

Searched refs:core (Results 1 – 8 of 8) sorted by relevance

/art/build/
DAndroid.oat.mk42 TARGET_CORE_JARS := core-libart conscrypt okhttp core-junit bouncycastle
51 HOST_CORE_OAT := $(HOST_OUT_JAVA_LIBRARIES)/core.oat
52 TARGET_CORE_OAT := $(ART_TEST_DIR)/core.oat
54 HOST_CORE_OAT_OUT := $(HOST_OUT_JAVA_LIBRARIES)/core.oat
55 TARGET_CORE_OAT_OUT := $(ART_TEST_OUT)/core.oat
57 HOST_CORE_IMG_OUT := $(HOST_OUT_JAVA_LIBRARIES)/core.art
58 TARGET_CORE_IMG_OUT := $(ART_TEST_OUT)/core.art
76 LOCAL_MODULE := core.art-host
87 TARGET_BOOT_JARS := $(foreach jar,$(TARGET_BOOT_JARS),$(patsubst core, core-libart,$(jar)))
/art/
DAndroid.mk94 ART_HOST_DEPENDENCIES := $(ART_HOST_EXECUTABLES) $(HOST_OUT_JAVA_LIBRARIES)/core-hostdex.jar
96 ART_TARGET_DEPENDENCIES := $(ART_TARGET_EXECUTABLES) $(TARGET_OUT_JAVA_LIBRARIES)/core.jar $(TARGET…
308 dump-oat: dump-oat-core dump-oat-boot
310 .PHONY: dump-oat-core
311 dump-oat-core: dump-oat-core-host dump-oat-core-target
313 .PHONY: dump-oat-core-host
315 dump-oat-core-host: $(HOST_CORE_IMG_OUT) $(OATDUMP)
316 $(OATDUMP) --image=$(HOST_CORE_IMG_OUT) --output=/tmp/core.host.oatdump.txt --host-prefix=""
317 @echo Output in /tmp/core.host.oatdump.txt
320 .PHONY: dump-oat-core-target
[all …]
/art/tools/
Dart43 -Xbootclasspath:$ANDROID_HOST_OUT/core-hostdex.jar \
44 -Ximage:$ANDROID_HOST_OUT/framework/core.art \
/art/test/etc/
Dhost-run-test-jar110 $INVOKE_WITH $gdb $exe $gdbargs -XXlib:$LIB -Ximage:$ANDROID_ROOT/framework/core.art \
/art/compiler/dex/
Dvreg_analysis.cc35 reg_location_[index].core = true; in SetCore()
281 bool defined_core = rl_temp.defined && rl_temp.core; in InferTypeAndSize()
288 defined_core |= rl_temp.defined && rl_temp.core; in InferTypeAndSize()
425 reg_location_[s_reg].core = true; in BuildRegLocations()
438 reg_location_[s_reg].core = true; in BuildRegLocations()
Dmir_graph.h308 unsigned core:1; // Non-floating point? member
/art/compiler/dex/quick/mips/
DREADME.mips27 the larger number of MIPS core and float registers render this too small.
/art/compiler/dex/portable/
Dmir_to_gbc.cc1566 DCHECK_EQ(rl_dest.core, loc.core); in HandlePhiNodes()