Searched refs:core (Results 1 – 8 of 8) sorted by relevance
42 TARGET_CORE_JARS := core-libart conscrypt okhttp core-junit bouncycastle51 HOST_CORE_OAT := $(HOST_OUT_JAVA_LIBRARIES)/core.oat52 TARGET_CORE_OAT := $(ART_TEST_DIR)/core.oat54 HOST_CORE_OAT_OUT := $(HOST_OUT_JAVA_LIBRARIES)/core.oat55 TARGET_CORE_OAT_OUT := $(ART_TEST_OUT)/core.oat57 HOST_CORE_IMG_OUT := $(HOST_OUT_JAVA_LIBRARIES)/core.art58 TARGET_CORE_IMG_OUT := $(ART_TEST_OUT)/core.art76 LOCAL_MODULE := core.art-host87 TARGET_BOOT_JARS := $(foreach jar,$(TARGET_BOOT_JARS),$(patsubst core, core-libart,$(jar)))
94 ART_HOST_DEPENDENCIES := $(ART_HOST_EXECUTABLES) $(HOST_OUT_JAVA_LIBRARIES)/core-hostdex.jar96 ART_TARGET_DEPENDENCIES := $(ART_TARGET_EXECUTABLES) $(TARGET_OUT_JAVA_LIBRARIES)/core.jar $(TARGET…308 dump-oat: dump-oat-core dump-oat-boot310 .PHONY: dump-oat-core311 dump-oat-core: dump-oat-core-host dump-oat-core-target313 .PHONY: dump-oat-core-host315 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.txt320 .PHONY: dump-oat-core-target[all …]
43 -Xbootclasspath:$ANDROID_HOST_OUT/core-hostdex.jar \44 -Ximage:$ANDROID_HOST_OUT/framework/core.art \
110 $INVOKE_WITH $gdb $exe $gdbargs -XXlib:$LIB -Ximage:$ANDROID_ROOT/framework/core.art \
35 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()
308 unsigned core:1; // Non-floating point? member
27 the larger number of MIPS core and float registers render this too small.
1566 DCHECK_EQ(rl_dest.core, loc.core); in HandlePhiNodes()