OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oatdump
(Results
1 - 5
of
5
) sorted by null
/art/oatdump/
Android.mk
20
oatdump
.cc
25
$(eval $(call build-art-executable,
oatdump
,$(OATDUMP_SRC_FILES),libcutils,,target,ndebug))
28
$(eval $(call build-art-executable,
oatdump
,$(OATDUMP_SRC_FILES),libcutils,,target,debug))
33
$(eval $(call build-art-executable,
oatdump
,$(OATDUMP_SRC_FILES),,,host,ndebug))
36
$(eval $(call build-art-executable,
oatdump
,$(OATDUMP_SRC_FILES),,,host,debug))
oatdump.cc
58
"Usage:
oatdump
[options] ...\n"
59
" Example:
oatdump
--image=$ANDROID_PRODUCT_OUT/system/framework/boot.art --host-prefix=$ANDROID_PRODUCT_OUT\n"
60
" Example: adb shell
oatdump
--image=/system/framework/boot.art\n"
82
" Example: --output=/tmp/
oatdump
.txt\n"
1351
static int
oatdump
(int argc, char** argv) {
function in namespace:art
[
all
...]
/build/target/product/
runtime_libart.mk
23
oatdump
/art/
Android.mk
88
include $(art_path)/
oatdump
/Android.mk
305
#
oatdump
targets
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
322
dump-oat-core-target: $(TARGET_CORE_IMG_OUT) $(
OATDUMP
)
323
$(
OATDUMP
) --image=$(TARGET_CORE_IMG_OUT) --output=/tmp/core.target.
oatdump
.txt
324
@echo Output in /tmp/core.target.
oatdump
.tx
[
all
...]
/art/build/
Android.oat.mk
33
OATDUMP
:= $(HOST_OUT_EXECUTABLES)/
oatdump
$(HOST_EXECUTABLE_SUFFIX)
36
OATDUMP
:= $(OATDUMPD)
Completed in 84 milliseconds